mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bad usage of functions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
if (str_contains('ServerIron', $sysDescr)) {
|
||||
if (str_contains($sysDescr, 'ServerIron')) {
|
||||
$os = 'serveriron';
|
||||
$serviron_mibs = array (
|
||||
"snL4slbTotalConnections" => "FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB", // Total connections in this device
|
||||
|
||||
Reference in New Issue
Block a user