mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Cisco enhanced cellular (#12463)
* Cisco enhanced cellular support * Extra sensors, camelcasing and bugfixes * Doc update * German translation * French translation * Style fixes * Style changes * Style changes * Style changes * Style changes * Style changes * Added test data * New test data --variant * New test data --variant ir1101 * Made the new wireless sensors generic * Added test data for ios variant ir809 * Fix includes/discovery/sensors/count/cisco.inc.php, thanks PipoCanaja * Moved cellular operating band from Wireless sensors to count sensor * test data * test data * test data * test data * Moved ICCID/IMSI/IMEI to inventory * test data and style fix * Cellular state sensors now have a group Co-authored-by: Maikel de Boer <mdb@tampnet.com>
This commit is contained in:
committed by
GitHub
parent
f5a0959181
commit
0a8f24c5b1
8
includes/html/graphs/wireless/cell.inc.php
Normal file
8
includes/html/graphs/wireless/cell.inc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = '0';
|
||||
|
||||
$unit_long = 'Cell';
|
||||
$unit = '';
|
||||
|
||||
include 'wireless-sensor.inc.php';
|
6
includes/html/graphs/wireless/channel.inc.php
Normal file
6
includes/html/graphs/wireless/channel.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$unit_long = 'Channel';
|
||||
$unit = '';
|
||||
|
||||
include 'wireless-sensor.inc.php';
|
Reference in New Issue
Block a user