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.