mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Don't hardcode index for Mikrotik LTE wireless statistics (#12976)
* don't hardcode index for Mikrotik LTE wireless statistics * sync test data now that Mikrotik LTE index is no longer hardcoded * sync tests data now that Mikrotik LTE index is no longer hardcoded * fix whitespace * sync test data now that Mikrotik LTE index is no longer hardcoded * add test data for Mikrotik LtAP mini (aka RB912R-2nD) * Re-write Routeros wireless code It now works like most other devices * fix style * update baseline * Remove station 60G rate * use base unit of m, not km * move interface stats name inside loop to avoid a walk when it does exist * notification * fix typo Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -78,5 +78,10 @@
|
||||
<description>The config option "nobulk" is now called "snmp_bulk" to align better with other options. Update any local configs you might have. See https://github.com/librenms/librenms/pull/13098 for more information</description>
|
||||
<pubDate>Wed, 01 Sep 2021 18:00:00 +0000</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>Mikrotik routeros wireless changes</title>
|
||||
<description>Improvements to routeros wireless polling will lose historical data for 60GHz rate, frequency, and distance wireless sensors. See https://github.com/librenms/librenms/pull/12976 for more information.</description>
|
||||
<pubDate>Wed, 19 Oct 2021 18:00:00 +0000</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
Reference in New Issue
Block a user