* fix: page/graph load speed: part 1
Speed up load_all_os() by caching the full $config['os'] array
Function time goes from 1.13648s -> 0.00073s
The cache is updated during discovery, but only if it is >22hrs old.
Additionally, the cache is not used and a full yaml load is forced if the cache is >24hrs old.
The cache time is controlled by $config['os_def_cache_time'], I don't see any reason anyone would change that time.
* Delete Session.php
* Include the cache directory.
* refactor: OS discovery tests are now dynamic
All that needs to be done now is supply snmprec files with the proper name. os.snmprec or os_description.snmprec
I also tweaked the loading of yaml files to speed up the tests substantially.
Verifies all os have at least one test and all snmprec files are tested.
* fix typo
* Create asyncos.yaml
Added device definition for AsyncOS devices.
* Create asyncos.inc.php
Add poller definition for Async devices.
* Update asyncos.yaml
Added discovery modules.
* Update asyncos.inc.php
Refactored version, hardware, and serial parsers.
* Add AsyncOS MIBs
Add MIBs for AsyncOS WSA and ESA appliances.
* Added OS test
* AsyncOS Refactoring/OS Support
* Change serial number in unit OS test
* Eaton UPS cleanup
* newdevice: Eaton/MGE UPS cleanup
MGE split Galaxy (and Upsilon) to apc-mgeups
All others to eaton-mgeups
Remove mge ups from eatonups os.
Remove powerware it is a duplicate of eatonups
* Add rfc1528 for both mgeups os
* Update overview graphs
* fix: Allow line returns in snmprec files with the 4x data type
Fill in IOS data files
IOS-XE discovery fails, fix that
* Restore IOS-XE, unsure if it can be removed
* newdevice: improve comware detection
Only some H3C Comware devices were detected as comware, detect them all.
* Update the test data
FYI, C1234 was just a nonsense string
* New Device Support for ICT DC Distribution Panels
* Fixed indexes, removed tests
* Supply name instead of oid to snmp_get call
* Fixed index conflict for current sensors
* Added device discoery for Teradici PCoIP card
* Removed redundant arguments from snmp_get and comments in os definition
* Added 'workstations' as a device type
* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
* Add support for Nokia SAS-Sx 7210
* Revert "I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md."
This reverts commit 2b89f9edb53dc493201102e9dd00db3a911ffc01.
* Edited hardware regex to cover more sample data
* Added detection for Hirschmann Railswitch
* Update AUTHORS.md
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
* Fixes for PR 6207 requested changes
* Fixes for PR 6207 requested changes
* Fixes for PR 6207 requested changes
* Fix for PR 6207 requested changes
* Fix for PR 6207 requested changes
* Fix for PR 6207 requested changes (old states and temperatures directories removal)
* fix for PR 6207 : state fileupdated
* Discovery of Avocent Cyclades ACS 6000
* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
* Unit Testing and more precise OS definition
* Unit Testing snmprec file
* Update OSDiscoveryTest.php
* move to sysObjectId lookup
* Added Coriant TNMS MIB and MEF (Metro Ethernet Forum) MIB
* Coriant Logo
* Added Basic Librenms Support and MEF support
* Forgot snmpsim
* Better like this
* Spaces !
* Renamed sql file
* Space
* Fix spaces
* svgo optimized logo
* Removed modules that are by default to 0
* Added sysDescr as requested
* Fix conflict file
* Setting right severity id in the discovery log_event()
* Since MEF-EVC can be used on other devices than Coriant's one, lets this be used by the poller/discovery itself
* Fixed spaces
* Rename 173.sql to 174.sql
* Moved logo from os/ to logos/
Addd Icon
* Fix name
* minimize file
* Change l/w to viewbox and minify
* Renamed mef-evc to mef on request from @laf
* Rename 174.sql to 175.sql