Hello!
I am running into an issue where I've created a new check (trying to leverage a sipp script) and no luck getting zabbix to run it automatically. I've run zabbix_agentd -t sipp.call 17120 17120 6foXUKxe which invokes the script properly at the agent level, so I think it's something at the server level getting server level invoking the agent. This particular agent and server are on the same box.
I have several other user scripts on the same box, configured with similar parameters that work just fine. /var/etc/zabbix/zabbix_agentd.conf
UserParameter=snmp.test[*],/etc/zabbix/snmptest.bsh $1 $2 $3 $4 $5
UserParameter=sipp.call[*],/etc/zabbix/sippPhoneCall.bsh $1 $2 $3
In ( /var/log/zabbix-server/zabbix_server.log ) I see the below.
11084:20160816:154147.306 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: first network error, wait for 15 seconds
11099:20160816:154205.065 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: another network error, wait for 15 seconds
11101:20160816:154220.069 resuming Zabbix agent checks on host [Zabbix server]: connection restored
11082:20160816:154347.292 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: first network error, wait for 15 seconds
11099:20160816:154405.083 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: another network error, wait for 15 seconds
11101:20160816:154420.159 resuming Zabbix agent checks on host [Zabbix server]: connection restored
Zabbix Version:
Zabbix 2.0.1 Copyright 2001-2012 by Zabbix SIA
Any help is appreciated, I'm not sure where to look for further diagnostics. Thank you in advance,
Robert
I am running into an issue where I've created a new check (trying to leverage a sipp script) and no luck getting zabbix to run it automatically. I've run zabbix_agentd -t sipp.call 17120 17120 6foXUKxe which invokes the script properly at the agent level, so I think it's something at the server level getting server level invoking the agent. This particular agent and server are on the same box.
I have several other user scripts on the same box, configured with similar parameters that work just fine. /var/etc/zabbix/zabbix_agentd.conf
UserParameter=snmp.test[*],/etc/zabbix/snmptest.bsh $1 $2 $3 $4 $5
UserParameter=sipp.call[*],/etc/zabbix/sippPhoneCall.bsh $1 $2 $3
In ( /var/log/zabbix-server/zabbix_server.log ) I see the below.
11084:20160816:154147.306 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: first network error, wait for 15 seconds
11099:20160816:154205.065 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: another network error, wait for 15 seconds
11101:20160816:154220.069 resuming Zabbix agent checks on host [Zabbix server]: connection restored
11082:20160816:154347.292 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: first network error, wait for 15 seconds
11099:20160816:154405.083 Zabbix agent item [sipp.call[17120,17120,6foXUKxe]] on host [Zabbix server] failed: another network error, wait for 15 seconds
11101:20160816:154420.159 resuming Zabbix agent checks on host [Zabbix server]: connection restored
Zabbix Version:
Zabbix 2.0.1 Copyright 2001-2012 by Zabbix SIA
Any help is appreciated, I'm not sure where to look for further diagnostics. Thank you in advance,
Robert
Comment