mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-14 00:14:23 +02:00
Merge pull request #3067 from GeorgesDick/patch-2
Eaton UPS - OS Discovery
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
// Eaton UPS
|
||||
if (strstr($sysDescr, 'Eaton 5PX')) {
|
||||
$os = 'eatonups';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user