Ad Widget

Collapse

one external check, many values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LeoCombes
    Member
    • Mar 2011
    • 32

    #1

    one external check, many values

    Is possible take more than one value in the response of an "external check"?

    for example, if I have an "get_sensor.php [ip]" script that return 3 values:

    php -f get_sensor.php 10.1.1.2
    34,62,1

    can use in one item?
    Last edited by LeoCombes; 10-12-2011, 22:38.
  • Tractorboy
    Member
    • Oct 2010
    • 98

    #2
    Seems not

    I undertsand that you cannot retrieve multiple values. I tend to use the zabbix_sender to send the three items back to zabbix, but this is via server side scripts.

    It would be very helpful is you could send back comma seperated lists for zabbix to split etc.

    Comment

    • eskytthe
      Senior Member
      Zabbix Certified Specialist
      • May 2011
      • 363

      #3
      This may not help you - but you can also use a input file (-i) to zabbix_sender, with a key on each line:
      http://www.zabbix.com/documentation/.../zabbix_sender
      Br
      Erik

      Comment

      Working...