librenms/includes/discovery/os/eatonups.inc.php
Tony Murray 882e9382f1 newdevice: Eaton PowerXpert
Just initial os detection for now.
Issue  #4562
2016-09-23 16:32:09 -05:00

6 lines
135 B
PHP

<?php
// Eaton UPS
if (starts_with($sysDescr, 'Eaton 5P') || starts_with($sysObjectId, '.1.3.6.1.4.1.534.')) {
$os = 'eatonups';
}