Ad Widget

Collapse

Multi-Trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wikisb
    Member
    • May 2011
    • 64

    #1

    Multi-Trigger

    hi all again!!
    it has been months since the last time i wrote here. i have got a problem with the triggers. i would like to do like a multi-trigger. i want to do the following: monotorize a service every 10 min. when a service goes down, i would like that before sending any messages or showing the red colour of down, i want that zabbix querrys the value 3 times each 30 seconds, so after 10 min plus 1 min and 30 seconds if the service isn't still working then zabbix should send me an e-mail and it should turn to red the service that i am monitorizing.
    i have tried with "actions" but i wasn't succesful.
    thanks!!
  • wikisb
    Member
    • May 2011
    • 64

    #2
    I'm having a tough battle with this issue. for example right now i am monitoring the service ssh with a naggios wrapper. my command for the item is :
    "SSHtest Triggers (1) zext_nagios.sh[ssh {HOSTNAME}] 600 90 365 External check Active"
    and for it's trigger is:
    "fystem:zext_nagios.sh[ssh {HOSTNAME}].last(0)}#0" if it's different than 0 change to red.
    So when the trigger fires i don't want immediately the service changes color, when it's different than 0, i want zabbix to execute a command like this one:
    "zext_nagios.sh[smtp {HOSTNAME}].count(#3,1,ge)}=3" with an interval of 30 seconds. so when this is done three times, if the three times the condition is not true then change the color of the service to red.
    i want more or less like a nagios trigger. i guess the solution is with "actions" but i don't know how to do it.
    i don't believe nobody has engaged with this problem before & i don't think is so simple to solve it.
    thanks!!

    Comment

    • wikisb
      Member
      • May 2011
      • 64

      #3
      i still don't belive that nobody has a clue to solve this issue...

      Comment

      Working...