mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fe1be15286
The polled SNMP OIDs are the same as Switched CDU, thus match both.
9 lines
107 B
PHP
9 lines
107 B
PHP
<?php
|
|
|
|
if (!$os)
|
|
{
|
|
if (preg_match("/^Sentry\ (Switched|Smart) /", $sysDescr)) { $os = "sentry3"; }
|
|
}
|
|
|
|
?>
|