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.
For us we will then plan it accordingly, oddly enough this is the first UPS i have seen this status. Normally this is done manually.
I think the xupsBatteryNotPresent should be a alert. What other device support XUPS-MIB, that are not UPS's?
Torstein Eide
added a comment - "Old battery" is timer set my Eaton, and is not configurable. with a old battery the UPS will still work but is presumed to be bellow a threshold, about 50%. https://www.eaton.com/content/dam/eaton/products/backup-power-ups-surge-it-power-distribution/backup-power-ups/eaton-ups-battery-tech-brief-bat14fxa.pdf
For us we will then plan it accordingly, oddly enough this is the first UPS i have seen this status. Normally this is done manually.
I think the xupsBatteryNotPresent should be a alert. What other device support XUPS-MIB, that are not UPS's?
Improved in r12419.