Description
Hi there,
imho there is a small definition error in includes/definitions/mibs/apc/powernet-mib.inc.php:
$config['mibs'][$mib]['states'][$type][4] = [ 'name' => 'floatCharging', 'event' => 'warning' ];
floatCharging should not generate a warning. 'event' => 'ok' is fine.
Anyway, there is difference in states.
this condition is "warning".. not normal and not alert at same time.
"warning" value means that something is not quite normal in your electrical system.
It seems to me that your question was originally about something else.
If you want to exclude this condition from alerts, you can do it differently.
Show your alert conditions, I will tell you how you can eliminate this state.