Hi guys,
We have a cronjob that outputs results to a file. Then we have a zabbix item that will call out to the python script to grab the result.
The test works when run manually on the zabbix server but when I leave it alone, the zabbix item just becomes unsupported by itself.
When we execute the zabbix item manually, it works but not automatically.
Anyone have any ideas here on what I can do to resolve this issue?
All the other zabbix items is setup the same way but it started doing this behavior with this new zabbix item.
We have a cronjob that outputs results to a file. Then we have a zabbix item that will call out to the python script to grab the result.
The test works when run manually on the zabbix server but when I leave it alone, the zabbix item just becomes unsupported by itself.
When we execute the zabbix item manually, it works but not automatically.
Anyone have any ideas here on what I can do to resolve this issue?
All the other zabbix items is setup the same way but it started doing this behavior with this new zabbix item.
Add some logging to script or something.
Comment