mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Added netapp detection and disk support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (stristr($sysDescr, "NetApp")) {
|
||||
$os = "netapp";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user