mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-16 00:24:45 +02:00
13 lines
234 B
PHP
13 lines
234 B
PHP
<?php
|
|
|
|
if(!$os) {
|
|
|
|
if ($sysDescr == "") {
|
|
if (snmp_get($device, "GAMATRONIC-MIB::psUnitManufacture.0", "-Oqv", "") == "Gamatronic") {
|
|
$os = "gamatronicups";
|
|
}
|
|
}
|
|
}
|
|
|
|
?>
|