mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Added support for WebPower Pro II UPS cards.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.2468.1.2.1")) { $os = "webpower"; }
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user