mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
add basic f5 support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if(!$os || $os === "linux") {
|
||||
$f5_sys_parent = "1.3.6.1.4.1.3375.2.1";
|
||||
if(strpos($sysObjectId, $f5_sys_parent)) { $os = "f5"; }
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user