Ad Widget

Collapse

Write own script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hollo
    Junior Member
    • Oct 2007
    • 20

    #1

    Write own script

    Hi,

    I think this must be a feature that zabbix already support, but i cannot find a way to do it..

    Well, i have my zabbix server and i have a interbase server..

    Im doing some monitoring on my interbase server, and i have written a script which is placed on my zabbix server which i will use as an item to monitor my interbase server..

    How is this possible? I just cannot find a way to execute scripts on my zabbix server to monitor an external server..

    Can someone help?

    Best regards,
    Michael
  • stardust2678
    Junior Member
    • Mar 2009
    • 3

    #2
    I guess one way to do it is :

    1)Administration
    2)Scripts
    3)Add Script

    4) enter full path to the script and the command

    for ex:
    /bin/ping -c 3 {HOST.CONN}

    hope this helps.

    Comment

    • hollo
      Junior Member
      • Oct 2007
      • 20

      #3
      Hi,

      Thanks a lot for the reply.. i found the way:

      External scripts, add the correct path in zabbix_server.conf.

      Put a script into this folder..

      Use type external script as item..

      Syntax: script[parameter]

      then everything is fine.. thanks for the reply..

      Comment

      Working...