mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Added RSSI and MNC graphing to Cisco WWAN routers
This commit is contained in:
@@ -716,6 +716,7 @@ $config['poller_modules']['cisco-cbqos'] = 1;
|
||||
$config['poller_modules']['stp'] = 1;
|
||||
$config['poller_modules']['cisco-otv'] = 1;
|
||||
$config['poller_modules']['services'] = 1;
|
||||
$config['poller_modules']['cisco-wwan'] = 1;
|
||||
|
||||
// List of discovery modules. Need to be in this array to be
|
||||
// considered for execution.
|
||||
@@ -870,4 +871,4 @@ $config['ignore_unmapable_port'] = False;
|
||||
|
||||
// InfluxDB default configuration
|
||||
$config['influxdb']['timeout'] = 0;
|
||||
$config['influxdb']['verifySSL'] = false;
|
||||
$config['influxdb']['verifySSL'] = false;
|
||||
|
||||
Reference in New Issue
Block a user