Files
librenms/includes/osdiscovery/discover-gamatronicups.php
T
2010-06-24 16:17:22 +00:00

13 lines
234 B
PHP

<?php
if(!$os) {
if ($sysDescr == "") {
if (snmp_get($device, "GAMATRONIC-MIB::psUnitManufacture.0", "-Oqv", "") == "Gamatronic") {
$os = "gamatronicups";
}
}
}
?>