I have configured a UserParameter entry in zabbix_agentd.conf that calls a script to return a value. The script is php, and runs standalone correctly, returning 0 or 1. However, when configured as a UserParameter, I get a ZBX_ERROR when the test runs with zabbix_agentd -t, and does not return a value when run as a scheuled test.
The conf file definition is:
UserParameter=ws.dw,/usr/local/zabbix/bin/datawave_ws_monitor.php|grep [01]
What causes this error and how can I fix it?
StanZoid
Zabbix 1.1.4, client 1.1.2, RedHat version 2.4.21-47.EL
The conf file definition is:
UserParameter=ws.dw,/usr/local/zabbix/bin/datawave_ws_monitor.php|grep [01]
What causes this error and how can I fix it?
StanZoid
Zabbix 1.1.4, client 1.1.2, RedHat version 2.4.21-47.EL
Comment