Hello,
I am trying to extract (and retain as "item" data) some information that we have stored in log file.
For example say that a process writes down every run the amount of processed data in a log file
timestamp: Process (1811) wrote 30894 rows
[cut]
timestamp: Process (1854) wrote 45354 rows
What is the best approach to read those values and import them in the zabbix framework?
The LOG item type is useful but does not do the trick of actually exporting (through a regexp) the value and importing it in zabbix.
Can you think of a way? Do you think this would be a nice feature to have?
Regards
Alessandro
I am trying to extract (and retain as "item" data) some information that we have stored in log file.
For example say that a process writes down every run the amount of processed data in a log file
timestamp: Process (1811) wrote 30894 rows
[cut]
timestamp: Process (1854) wrote 45354 rows
What is the best approach to read those values and import them in the zabbix framework?
The LOG item type is useful but does not do the trick of actually exporting (through a regexp) the value and importing it in zabbix.
Can you think of a way? Do you think this would be a nice feature to have?

Regards
Alessandro
Comment