Added RSSI and MNC graphing to Cisco WWAN routers

This commit is contained in:
Adam Winberg
2016-04-14 16:18:53 +02:00
parent a5620f2f2f
commit 5f9c797bce
6 changed files with 115 additions and 1 deletions

View File

@@ -2038,6 +2038,14 @@ $config['graph_types']['device']['cisco-iosxcode']['descr'] = 'Transcoder Uti
$config['graph_descr']['device_smokeping_in_all'] = 'This is an aggregate graph of the incoming smokeping tests to this host. The line corresponds to the average RTT. The shaded area around each line denotes the standard deviation.';
$config['graph_descr']['device_processor'] = 'This is an aggregate graph of all processors in the system.';
$config['graph_types']['device']['cisco_wwan_rssi']['section'] = 'wireless';
$config['graph_types']['device']['cisco_wwan_rssi']['order'] = '0';
$config['graph_types']['device']['cisco_wwan_rssi']['descr'] = 'Signal Rssi';
$config['graph_types']['device']['cisco_wwan_mnc']['section'] = 'wireless';
$config['graph_types']['device']['cisco_wwan_mnc']['order'] = '1';
$config['graph_types']['device']['cisco_wwan_mnc']['descr'] = 'MNC';
// Device Types
$i = 0;
$config['device_types'][$i]['text'] = 'Servers';