Ad Widget

Collapse

simple check help.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • predatorz
    Senior Member
    • Mar 2007
    • 109

    #1

    simple check help.

    Hi,

    Currently i using the below trigger to check the availablility of servers for pop, smtp, ssh, ping, DNS(NO DATA collected for 5 mins and will email me).

    Server_name:tcp,53.nodata(300)}=0
    Server_name: pop_perf.nodata(300)}=0
    Server_name:smtp_perf.nodata(300)}=0
    Server_name:ssh_perf.nodata(300)}=0
    Server_name:icmpping.nodata(300)}=0

    It will return the status as true when it occurs and will not revert status back to false again, when server is online. it will send me an email when it is down, how to i set it so that when the server is back up, it will revert back status to false and notify me via email vice versa

    Thanks

    Using zabbix 1.1.6 on Fc5
    Last edited by predatorz; 21-03-2007, 13:15.
  • predatorz
    Senior Member
    • Mar 2007
    • 109

    #2
    I added another trigger that has dependency to the above.
    Server_name: pop_perf.nodata(180)}=1

    At frontend, Monitoring>Triggers
    i can see the status as false for the above trigger but the other triggers still remain the same.

    Server_name: pop_perf.nodata(300)}=0 -> date changed still unchanged and status true.

    My Network Map then show server having problems(forever)...

    Please help.

    Comment

    • predatorz
      Senior Member
      • Mar 2007
      • 109

      #3
      Thanks to James Wells helping me out... Problem resolved.

      A Million Thanks!

      Comment

      Working...