Ad Widget

Collapse

External Check Item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nmz
    Member
    • Jan 2016
    • 69

    #1

    External Check Item

    I'm using external check item to get data for some purpose. Unfortunately I don't get data from other host. That's my item key
    Code:
    testing.sh["-h", "192.168.10.200"]
    and script is located in 192.168.10.100
    How can I get data from different host using External Check item?
    Last edited by nmz; 30-03-2016, 10:10.
  • roberts.andzans
    Junior Member
    • Feb 2016
    • 20

    #2
    Hi,

    There is good documentation for External check items in Zabbix.com -


    Check, if you have written path to your external scripts in zabbix_server.conf file (located in /etc/zabbix/zabbix_server.conf - it can differ, because of used OS)

    Look for parameter 'ExternalScripts' and write path to the scripts as it is shown in https://www.zabbix.com/documentation.../zabbix_server
    Last edited by roberts.andzans; 31-03-2016, 12:52.

    Comment

    • nmz
      Member
      • Jan 2016
      • 69

      #3
      Originally posted by roberts.andzans
      Hi,

      There is good documentation for External check items in Zabbix.com -


      Check, if you have written path to your external scripts in zabbix_server.conf file (located in /etc/zabbix/zabbix_server.conf - it can differ, because of used OS)

      Look for parameter 'ExternalScripts' and write path to the scripts as it is shown in https://www.zabbix.com/documentation.../zabbix_server
      Of course I already configure in zabbix server event got result from those script to item. My question is I would like to get data from other host using this script with External Check Item. There's "-h" "IP" options in documentation. But I don't get result from different host/IP.

      Sorry about unclear question.

      Comment

      Working...