mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
renamed from ciscoons to ons
This commit is contained in:
@@ -595,7 +595,7 @@ $config['os'][$os]['over'][4]['graph'] = 'device_ciscowlc_numclients';
|
||||
$config['os'][$os]['over'][4]['text'] = 'Number of Clients';
|
||||
$config['os'][$os]['icon'] = 'cisco';
|
||||
|
||||
$os = 'ciscoons';
|
||||
$os = 'ons';
|
||||
$config['os'][$os]['group'] = 'cisco';
|
||||
$config['os'][$os]['text'] = 'Cisco ONS';
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (str_contains($sysDescr, 'Cisco ONS')) {
|
||||
$os = 'ciscoons';
|
||||
$os = 'ons';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user