Hi, I have specific configuration. Every of my monitoring devices are added with SNMP interfaces address, but i strongly need to make ping check for all of them based on template.
I prepare simple external check script:
- and 'Item' named 'Alive' type 'External check' (in template), 'Numeric (float)' with key:
- other data is not so important.
Effect is error - 'Not supported' - on host check.
Could anyone cane give me any suggestion how to made it properly executed?
Ps. Zabbix version 2.0.2.
I prepare simple external check script:
Code:
/bin/ping -c 1 $1 | grep -E "time=" | awk '{print $7}' | sed s/time=//g
Code:
checkping.sh["{HOST.CONN}"]
Effect is error - 'Not supported' - on host check.
Could anyone cane give me any suggestion how to made it properly executed?
Ps. Zabbix version 2.0.2.