I have been trying to create a rule for an Alpha DC plant to alert when the “AC Input Voltage” falls below 210 V.
sensors.sensor_descr = “AC Input Voltage” AND sensors.sensor_limit < 210
Every attempt I make at it ends up with no joy. Can someone point me to what I am doing wrong?
This is the sensor I am trying to get feedback for.
sensor_oid => .1.3.6.1.4.1.7309.5.3.1.6.0;
sensor_descr => AC Input Voltage;

