More Documentation on Alert Checkers?
![](https://secure.gravatar.com/avatar/28191f87f453f25706173420cf229016.jpg?s=120&d=mm&r=g)
Hi,
Is there more documentation on how to setup alert checkers? Maybe there's a list of entities that I can pick from?
I wanted to set something up along the lines of:
Name: CPU Temp Over 65 Tests (Checker Condition): entSensorValue isBigger 65 Device match (Device Association): type equals network Hostname match *t* (any device with an "n" in it ?) Hostname match *new* (any device with "new" string in it?)
Entity Association: entSensorType equals Celsius (monitor temperature?)
Not sure how to set that up,
Any help would be greatly appreciated :)
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
On 2014-07-10 15:17, Benoit Lambert wrote:
Hi,
Is there more documentation on how to setup alert checkers? Maybe there's a list of entities that I can pick from?
I wanted to set something up along the lines of:
Name: CPU Temp Over 65 Tests (Checker Condition): entSensorValue isBigger 65
You mean greater. Also, sensor_value. Where did you get "entSensorValue" and "isBigger" from?
Device match (Device Association): type equals network Hostname match *t* (any device with an "n" in it ?) Hostname match *new* (any device with "new" string in it?)
Device and entity assocations are matched as "and". You'd need two associations to match things with *t* or *new*.
Entity Association: entSensorType equals Celsius (monitor temperature?)
You want either a "temperature" entity type or sensor_class equals temperature.
These things are documented on the wiki, you don't seem to need any more documentation that is present there.
adam.
participants (2)
-
Adam Armstrong
-
Benoit Lambert