refactor: Disable modules for pbn-cp and multimatic os

This commit is contained in:
Vitali Kari
2016-11-22 13:26:43 +01:00
committed by Neil Lathwood
parent 880c77cec8
commit ee31218eac

View File

@@ -1883,11 +1883,19 @@ $config['os'][$os]['icon'] = 'pbn';
// PBN CPE, Pacific Broadband Networks
$os = 'pbn-cp';
$config['os'][$os]['text'] = 'PBN P2P CP100 Series Platform';
$config['os'][$os]['type'] = 'network';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
$config['os'][$os]['icon'] = 'pbn';
$config['os'][$os]['text'] = 'PBN P2P CP100 Series Platform';
$config['os'][$os]['type'] = 'network';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
$config['os'][$os]['icon'] = 'pbn';
$config['os'][$os]['discovery_modules']['ntp'] = 0;
$config['os'][$os]['discovery_modules']['ospf'] = 0;
$config['os'][$os]['discovery_modules']['services'] = 0;
$config['os'][$os]['discovery_modules']['storage'] = 0;
$config['os'][$os]['poller_modules']['ntp'] = 0;
$config['os'][$os]['poller_modules']['ospf'] = 0;
$config['os'][$os]['poller_modules']['services'] = 0;
$config['os'][$os]['poller_modules']['storage'] = 0;
// Enterasys
$os = 'enterasys';
@@ -1900,9 +1908,12 @@ $config['os'][$os]['ifname'] = 1;
// Multimatic UPS (Generex CS121 SNMP Adapter)
$os = 'multimatic';
$config['os'][$os]['text'] = 'Multimatic UPS';
$config['os'][$os]['type'] = 'power';
$config['os'][$os]['icon'] = 'multimatic';
$config['os'][$os]['text'] = 'Multimatic UPS';
$config['os'][$os]['type'] = 'power';
$config['os'][$os]['icon'] = 'multimatic';
$config['os'][$os]['poller_modules']['ospf'] = 0;
$config['os'][$os]['poller_modules']['ntp'] = 0;
$config['os'][$os]['poller_modules']['services'] = 0;
// Huawei UPS
$os = 'huaweiups';