Files
librenms/includes/discovery/os/gamatronicups.inc.php
T
2011-03-14 19:16:40 +00:00

14 lines
190 B
PHP

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