mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	git-svn-id: http://www.observium.org/svn/observer/trunk@1609 61d68cd4-352d-0410-923a-c4978735b2b8
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
# deltaups / netmanplus: rfc1628
 | 
						|
 | 
						|
# powerware:
 | 
						|
# XUPS-MIB::xupsBatTimeRemaining.0 = INTEGER: 3155
 | 
						|
# XUPS-MIB::xupsBatCapacity.0 = INTEGER: 93
 | 
						|
# XUPS-MIB::xupsBatteryAbmStatus.0 = INTEGER: batteryResting(4)
 | 
						|
# XUPS-MIB::xupsAlarms.0 = Gauge32: 0
 | 
						|
# XUPS-MIB::xupsAlarmNumEvents.0 = Gauge32: 0
 | 
						|
# XUPS-MIB::xupsTestBattery.0 = INTEGER: 0
 | 
						|
# XUPS-MIB::xupsTestBatteryStatus.0 = INTEGER: unknown(1)
 | 
						|
# XUPS-MIB::xupsOutputLoad.0 = INTEGER: 19
 | 
						|
# XUPS-MIB::xupsOnBattery
 | 
						|
# XUPS-MIB::xupsLowBattery
 | 
						|
# Powerware also supports a small part of the IETF UPS-MIB (RFC1628)
 | 
						|
 | 
						|
# gamatronic: unknown
 | 
						|
 | 
						|
# mge:
 | 
						|
# MG-SNMP-UPS-MIB::upsmgConfigLowBatteryLevel.0 = INTEGER: 20
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryRemainingTime.0 = INTEGER: 15750
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryLevel.0 = INTEGER: 100
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryFaultBattery.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryReplacement.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryLowBattery.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryChargerFault.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgBatteryLowCondition.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgOutputOnBattery.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgOutputOnByPass.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgOutputUtilityOff.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgOutputOverLoad.0 = INTEGER: no(2)
 | 
						|
# MG-SNMP-UPS-MIB::upsmgAgentCommUPS.0 = INTEGER: 1
 | 
						|
 | 
						|
# apc: unknown
 | 
						|
 | 
						|
?>
 |