I have three nodes on customer side.
I can't configure Adv. Alert with next trigger condition: Alert me, when ALL three nodes down.I need Adv. Alert, because I use in message bode SQL Query.Can anyone help me ?p.s. Sorry for my English.
You could try using a custom property based on your nodes to define them.
Thre's a great video tutorial on creating custom properties here: www.solarwinds.com/.../Orion8CustomProperties.html
For example, if you created a custom property called Location, and wanted to alert only when all 'London' nodes were down.
Trigger when Node A is down
Supression:
Supress when all of the following apply:
Location is equal to London
Node Status is equal to Up
Hi Alexei,
How about creating the alert like this - for example for Nodes A, B and C:
Trigger:
Alert when Node A goes down
Supress the alert when Node B and Node C are still Up.
hope this helps,
Caroline
Hi cdoyle,Thank you for your reply.But I need to config Advanced Alert, because I use SQL Query in message body.
Trigger:Alert when Node A goes downSupression:Supress the alert when Node B and Node C are still Up.
It's Basic Alert and now I use it.p.s. Sorry for my English.
This would work as an Advanced Alert. Use the "Trigger Condition" tab and the "Alert Supression" tab.
Yes, it works fine when I have the two nodes. But problems arise in the case of three or more. I can't describe condition like this:(Node N1 is Down) && (Node N2 is Down) && (Node N3 is Down)...If you can, please, describe what i should write on Trigger and Suppression Tabs.Thank you.p.s. Sorry for my English.