UPS Monitoring (APC) via SNMP

From NetXMS Wiki
Revision as of 15:53, 8 December 2012 by SKYnv (talk | contribs) (Created page with "= UPS(APC) Monitoring Basics = You can monitor UPS devices via SNMP if you have installing [http://www.apc.com/products/family/index.cfm?id=98&tab=models#specs network managm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

UPS(APC) Monitoring Basics

You can monitor UPS devices via SNMP if you have installing network managment card into your UPS.

After installing and configuring your managment card, add new node into netxms and create this DCI. Don't forget about instane (.0 on the end of each OID)

DCI

The current utility line voltage in VAC.

.1.3.6.1.4.1.318.1.1.1.3.2.1.0

The output voltage of the UPS system in VAC.

.1.3.6.1.4.1.318.1.1.1.4.2.1.0

The current UPS load expressed in percent of rated capacity.

.1.3.6.1.4.1.318.1.1.1.4.2.3.0

The remaining battery capacity expressed in percent of full capacity.

.1.3.6.1.4.1.318.1.1.1.2.2.1.0

The current internal UPS temperature expressed in Celsius.

.1.3.6.1.4.1.318.1.1.1.2.2.2.0

The UPS battery run time remaining before battery exhaustion.

.1.3.6.1.4.1.318.1.1.1.2.2.3.0

The elapsed time since the UPS has switched to battery power.

.1.3.6.1.4.1.318.1.1.1.2.1.2.0

and you can use this transformation script for converting raw value to minutes.

sub main()
{
return ($1/6000);
}

The status of the UPS batteries. A batteryLow(3) value indicates the UPS will be unable to sustain the current load, and its services will be lost if power is not restored. The amount of run time in reserve at the time of low battery can be configured by the upsAdvConfigLowBatteryRunTime.

.1.3.6.1.4.1.318.1.1.1.2.1.1.0

MIB file

Netxms have power.mib by default. New version of this mib you can find in apc site.