My APC UPS is running selftests on a regular schedule. I'd like to be able to monitor the results so I know when to replace the battery. Is that possible?
Can I monitor the selftests of my APC?
Modified on 2025-06-10 16:33:19 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
This article applies to PRTG Network Monitor 16 or later
Introduction
This works with the SNMP Custom Sensor, which allows you to query a specific device OID. In combination with the Lookups, this will give you the metric you're looking for, nicely formatted.
Installation
Remarks
SNMP Sensors need to work in general on your appliance. Check out our SNMP Guide if you need to set this up first.
Setup
C:\Program Files (x86)\PRTG Network Monitor\lookups
You're done! It should look something like this:
OID List
1 - Passed
2 - Selftest failed
3 - Invalid Result!
4 - In Progress
Lookup
<?xml version="1.0" encoding="UTF-8"?> <ValueLookup id="prtg.standardlookups.apc.selftest" desiredValue="1" undefinedState="None"> <Lookups> <SingleInt state="OK" value="1"> Selftest passed! </SingleInt> <SingleInt state="Error" value="2"> Selftest failed! </SingleInt> <SingleInt state="Warning" value="3"> Invalid Result! </SingleInt> <SingleInt state="OK" value="4"> Selftest in progress... </SingleInt> </Lookups> </ValueLookup>Mar, 2017 - Permalink