* Developer device simulation
lnms dev:simulate
handy helper to start snmpsim with test data and optionally add and remove a device to LibreNMS
* doc update
* 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>
* Add BGP discovery and polling for Dell OS10 devices
* Add BGP testing data for Dell OS10
* Add BGP testing data for Dell OS10 (fix)
* Add DB info for unit testing
DB_TEST_HOST must be changed when running mysql in a separate docker container or unit tests fail
* Set bgpLocalAs in discovery (fixes unit test fail)
Ideally the main `bgp-peers.inc.php` should be fixed so it does not
depend on finding bgpLocalAs from BGP4-MIB
* Change comment style
* Remove link to code in documentation
* Discover BGP counters
* Use IPv6 addresses in compressed format
* Use the actual server name instead of pool name where needed
* Add a new attribute with nodename to avoid breaking RRD filenames
* tests
* tests improved
* force refresh tests
* MIBS update for Redundancy support, and first state
* Current unit state
* Config Sync state
* Upgrade FLASH mib as well
* discover storage
* Storage discovery
* storage
* tests
* fix initial value, and handle empty Descr
* IMEI to replace SN, cause SN is sometimes missing
AirOS devices with old firmware did not return SNMP results as they should. This compromise should minimize extra snmp queries. (Although there are more)
* Add support for Edge-Core ECS4100 series devices
* Add ECS4100-52T-MIB file
* Update OS/Edgecos.php
* Add support for Edge-Core ECS4610-24F
* Added MIB File
* Updated definitions/edgecos.yaml
* Add test data for ECS4610-24F
* GPS coords from device
in yaml or php
define for epmp, airos, and airos-af-ltu
quirk for airos bug with - in the middle of the number
* style fixes
* revert airos-af-ltu mempool change
* fix imports
* add epmp test data... more improvements to come there.
* don't stagger geocoding now that this is moved to discovery
also, no need to check OSDiscovery since the base implements it.
* fix json data
* fixed
* Add TrueNAS temperature
TrueNAS systems are identified with os=truenas. As of 11.3-BETA1,
TrueNAS exposes CPU temperatures via LM-SENSORS-MIB.
See https://jira.ixsystems.com/browse/NAS-100412
* Update truenas.snmprec
* Update truenas.json
Co-authored-by: Tony Murray <murraytony@gmail.com>