Ad Widget

Collapse

Ping for SNMP device

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arturm
    Junior Member
    • Aug 2012
    • 2

    #1

    Ping for SNMP device

    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:

    Code:
    /bin/ping -c 1 $1 | grep -E "time=" | awk '{print $7}' | sed s/time=//g
    - and 'Item' named 'Alive' type 'External check' (in template), 'Numeric (float)' with key:

    Code:
    checkping.sh["{HOST.CONN}"]
    - 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.
Working...