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
If {ITEM.LASTVALUE} returns to 0, I want it to use the recovery message, i.e.
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.
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}
Code:
MSSQLSERVER service is UP
So where am I going wrong?
Any advice will be appreciated.The second graphic shows the Trigger setup.
Comment