mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added discovery for ups-nut status (#11606)
* Added UPS NUT state sensors * Added UPS NUT state sensors * Added UPS NUT state sensors * Added UPS NUT state sensors * Added UPS NUT state sensors * Update linux_ups-nut.snmprec * Fixed UPS states so making alerts easier. * Fixed * Actually Fixed it * Added alert rules for UPS-NUT
This commit is contained in:
@@ -25,3 +25,5 @@
|
||||
|
||||
echo 'RaspberryPi ';
|
||||
$pre_cache['raspberry_pi_sensors'] = snmpwalk_cache_oid($device, '.1.3.6.1.4.1.8072.1.3.2.4.1.2.9.114.97.115.112.98.101.114.114.121', [], "NET-SNMP-EXTEND-MIB");
|
||||
echo 'ups-nut ';
|
||||
$pre_cache['ups_nut_sensors'] = snmpwalk_cache_oid($device, '.1.3.6.1.4.1.8072.1.3.2.4.1.2.7.117.112.115.45.110.117.116', [], "NET-SNMP-EXTEND-MIB");
|
||||
|
||||
Reference in New Issue
Block a user