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
@@ -12,6 +12,8 @@ with the values we expect to see the data in:
|
||||
| ap-count | % | WirelessApCountDiscovery | The number of APs attached to this controller |
|
||||
| capacity | % | WirelessCapacityDiscovery | The % of operating rate vs theoretical max |
|
||||
| ccq | % | WirelessCcqDiscovery | The Client Connection Quality |
|
||||
| channel | count | WirelessChannelDiscovery | The channel, use of frequency is preferred |
|
||||
| cell | count | WirelessCellDiscovery | The cell in a multicell technology |
|
||||
| clients | count | WirelessClientsDiscovery | The number of clients connected to/managed by this device |
|
||||
| distance | km | WirelessDistanceDiscovery | The distance of a radio link in Kilometers |
|
||||
| error-rate | bps | WirelessErrorRateDiscovery | The rate of errored packets or bits, etc |
|
||||
@@ -19,7 +21,7 @@ with the values we expect to see the data in:
|
||||
| errors | count | WirelessErrorsDiscovery | The total bits of errored packets or bits, etc |
|
||||
| frequency | MHz | WirelessFrequencyDiscovery | The frequency of the radio in MHz, channels can be converted |
|
||||
| mse | dB | WirelessMseDiscovery | The Mean Square Error |
|
||||
| noise-floor | dBm | WirelessNoiseFloorDiscovery | The amount of noise received by the radio |
|
||||
| noise-floor | dBm | WirelessNoiseFloorDiscovery | The amount of noise received by the radio |
|
||||
| power | dBm | WirelessPowerDiscovery | The power of transmit or receive, including signal level |
|
||||
| quality | % | WirelessQualityDiscovery | The % of quality of the link, 100% = perfect link |
|
||||
| rate | bps | WirelessRateDiscovery | The negotiated rate of the connection (not data transfer) |
|
||||
|
Reference in New Issue
Block a user