Hi All,
I need to measure on zabbix numeric values from a specific text file (single line) that is created by an application and updated every minute.
The way I was trying to accomplish this was by creating a UserParameter in the agent configuration file like:
UserParameter=system.test,cat /tmp/test_file.txt
or
UserParameter=system.test,se 1q /tmp/test_file.txt
Unfortunately when creating an item in the front end I can't see any data values and the item status changes to NOT SUPPORTED ...
Any ideas on what am I doing wrong or a different method how to make this work ?
I need to measure on zabbix numeric values from a specific text file (single line) that is created by an application and updated every minute.
The way I was trying to accomplish this was by creating a UserParameter in the agent configuration file like:
UserParameter=system.test,cat /tmp/test_file.txt
or
UserParameter=system.test,se 1q /tmp/test_file.txt
Unfortunately when creating an item in the front end I can't see any data values and the item status changes to NOT SUPPORTED ...
Any ideas on what am I doing wrong or a different method how to make this work ?
Comment