Ad Widget

Collapse

Configuration of Action question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DonnEdwards
    Junior Member
    • Feb 2011
    • 19

    #1

    Configuration of Action question

    Please have a look at the Action below.

    What I want it to do is send an email when the SQL Service goes down, i.e. when {ITEM.LASTVALUE} > 0
    I want it to use the first message, with the subject
    Code:
    MSSQLSERVER service is DOWN on {HOSTNAME}
    If {ITEM.LASTVALUE} returns to 0, I want it to use the recovery message, i.e.
    Code:
    MSSQLSERVER service is UP
    What is happening is that when {ITEM.LASTVALUE} returns to 0 the first message is sent again.

    So where am I going wrong? Any advice will be appreciated.

    The second graphic shows the Trigger setup.
    Attached Files
    Last edited by DonnEdwards; 25-02-2011, 19:52.
  • marcel
    Senior Member
    Zabbix Certified Specialist
    • Oct 2010
    • 112

    #2
    action condition needs to contain "Trigger value = PROBLEM"
    Zabbix Certified Specialist for Large Environments since 12/2010

    Comment

    • DonnEdwards
      Junior Member
      • Feb 2011
      • 19

      #3
      Many thanks. It works like a charm.

      Comment

      Working...