I have a standard alert. It alerts on hardware sensors. I want to alert on all hardware sensors where my equipment is Cisco. Can anybody help with this? I tried adding a child condition and failed. It still alerts on all equipment.
You could try something like this.
I reversed the logic and will do some testing. I started with Node first so my logic now looks like:
All child conditions must be satisfied (AND)
At least one child condition must be satisfied (OR)
Node - Vendor - contains - Cisco
And
Hardware Sensor (Node) - Is Disabled - is equal to - 0
Hardware Sensor (Node) - Status Description - is equal to - Warning
Hardware Sensor (Node) - Status Description - is equal to - Critical
It seems as though the logic is still not correct. Has anybody else attempted something similar that could share the logic?
All I did to this alert is change the top part to Node and vendor = Cisco I'm not sure why you have two or statements at the beginning
Im wondering the same
The following set of Objects
All child conditions must be satisfied (AND) <--- change to (OR)
This will alert you for one of the hardware sensors either being disabled - equal to warning or equal to critical is that what you was looking for?
Is it a particular hardware health sensor ? ie fan etc ? or the overall status ? You can do this also