renamed from ciscoons to ons

This commit is contained in:
crcro
2016-09-15 12:28:24 +03:00
parent 98763b13d9
commit 99cc15b855
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -1,6 +1,6 @@
<?php
if (!$os) {
if (str_contains($sysDescr, 'Cisco ONS')) {
$os = 'ciscoons';
$os = 'ons';
}
}