Hi,
I am currently creating an advanced custom node poller alert. I have used the universal device poller to poll the hardware status of our servers and the results are returned in a table. The status returned is a text value. So, for example, a server might have 8 fans and so the table will contain 8 rows (1 for each fan status). Below is an example of the status text retrieved for 4 fans.
Fan Sensor 1 reports normal.
Fan Sensor 2 reports normal.
Fan Sensor 3 reports normal.
Fan Sensor 4 reports normal.
What I need is for the condition to be true when the one of the fan sensors does not report normal. Does anyone know if there is a way to use wildcards in a trigger condition? For example:
- field Status is not equal to Fan Sensor * reports normal.
I thought about creating a condition for each fan but different model servers (and even the same model with a different configuration) have different numbers of fans. Any idea's at all would be really appreciated.
Cheers,