mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
tripplite support from falz
git-svn-id: http://www.observium.org/svn/observer/trunk@2036 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
global $valid_sensor;
|
||||
|
||||
if ($device['os'] == "netmanplus" || $device['os'] == 'deltaups')
|
||||
if ($device['os'] == "netmanplus" || $device['os'] == "deltaups" || $device['os'] == "poweralert")
|
||||
{
|
||||
$oids = snmp_walk($device, "1.3.6.1.2.1.33.1.2.7", "-Osqn", "UPS-MIB");
|
||||
if ($debug) { echo($oids."\n"); }
|
||||
@@ -25,4 +25,4 @@ if ($device['os'] == "netmanplus" || $device['os'] == 'deltaups')
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user