Sorry for the late replay, I had a lot of diffrent things i need to focus on, se diff.
Since "Battery over aged (06/01/2020)" is just a arbitreri date, is not alert for immediate action, hence reduce level to warning.
since "xupsBatteryNotPresent" is not present on non UPS devices we can safly sett it to warning.
Torstein Eide
added a comment - eaton-warning.diff
Sorry for the late replay, I had a lot of diffrent things i need to focus on, se diff.
Since "Battery over aged (06/01/2020)" is just a arbitreri date, is not alert for immediate action, hence reduce level to warning.
since "xupsBatteryNotPresent" is not present on non UPS devices we can safly sett it to warning.
Torstein, I remember that I have already fixed something additionally for this issue.
What additional question we need to solve here?
Mike Stupalov
added a comment - Torstein, I remember that I have already fixed something additionally for this issue.
What additional question we need to solve here?
Mike Stupalov
added a comment - I.e. for MGE UPS we have complete same status "Battery Replacement Needed":
$type = 'mge-status-state';
$config['mibs'][$mib]['states'][$type][1] = array('name' => 'Yes', 'event' => 'alert');
$config['mibs'][$mib]['states'][$type][2] = array('name' => 'No', 'event' => 'ok');
Please show 'XUPS-MIB::xupsBatteryLastReplacedDate.0' and 'XUPS-MIB::xupsBatteryAged.0' for UPS which you are talking about.
Mike Stupalov
added a comment - Please show 'XUPS-MIB::xupsBatteryLastReplacedDate.0' and 'XUPS-MIB::xupsBatteryAged.0' for UPS which you are talking about.
Improved in r12419.