mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add additional features to SAF Tehnika (#4666)
This commit is contained in:
@@ -806,9 +806,9 @@ $config['os'][$os]['icon'] = 'siklu';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
||||
|
||||
// Saf Wireless
|
||||
// SAF Tehnika
|
||||
$os = 'saf';
|
||||
$config['os'][$os]['text'] = 'SAF Wireless';
|
||||
$config['os'][$os]['text'] = 'SAF Tehnika';
|
||||
$config['os'][$os]['type'] = 'wireless';
|
||||
$config['os'][$os]['icon'] = 'saf';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
@@ -2301,6 +2301,23 @@ $config['graph_types']['device']['siklu_rfinterfaceOtherOctets']['section'] = 'w
|
||||
$config['graph_types']['device']['siklu_rfinterfaceOtherOctets']['order'] = '6';
|
||||
$config['graph_types']['device']['siklu_rfinterfaceOtherOctets']['descr'] = 'Other Octets';
|
||||
|
||||
// SAF support
|
||||
$config['graph_types']['device']['saf_radioRxLevel']['section'] = 'wireless';
|
||||
$config['graph_types']['device']['saf_radioRxLevel']['order'] = '0';
|
||||
$config['graph_types']['device']['saf_radioRxLevel']['descr'] = 'RX Level';
|
||||
|
||||
$config['graph_types']['device']['saf_radioTxPower']['section'] = 'wireless';
|
||||
$config['graph_types']['device']['saf_radioTxPower']['order'] = '1';
|
||||
$config['graph_types']['device']['saf_radioTxPower']['descr'] = 'TX Power';
|
||||
|
||||
$config['graph_types']['device']['saf_modemRadialMSE']['section'] = 'wireless';
|
||||
$config['graph_types']['device']['saf_modemRadialMSE']['order'] = '2';
|
||||
$config['graph_types']['device']['saf_modemRadialMSE']['descr'] = 'Radial MSE';
|
||||
|
||||
$config['graph_types']['device']['saf_modemCapacity']['section'] = 'wireless';
|
||||
$config['graph_types']['device']['saf_modemCapacity']['order'] = '3';
|
||||
$config['graph_types']['device']['saf_modemCapacity']['descr'] = 'Capacity';
|
||||
|
||||
// Sub10 support
|
||||
$config['graph_types']['device']['sub10_sub10RadioLclTxPower']['section'] = 'wireless';
|
||||
$config['graph_types']['device']['sub10_sub10RadioLclTxPower']['order'] = '0';
|
||||
|
Reference in New Issue
Block a user