* Added Model number detection to old 3Com SWitches
* Added test data
* Added better way to obtain data from Old 3Com StackSwitches
* Removed debug prints
* Added needed mibs
* Removed mibs and changed to oid in script
* Added Original 3com mibs from http://oidref.com/static/mibdepot/*
* Create 3com_4200.json
* Add Headers and body
add PUT Method
* fix check length of headers
* bad commit
* style check
* better body description
* Descr and RFC enforcement on 'PUT' and body
Only PUT can accept a statically defined body. GET will ignore it (RFC) and POST body is generated with the parameters.
* Process the variables as well for headers
* Update Api.php
* update docs
* adding default values to config_definitions
* define WebUI Position and GUI Description
* style fix
* another missing definitions
* reposition config elements
* remove empty line
* Add Graylog settings
Fix order of settings
Don't clobber text input when validation fails
fixed spacing for setting reset/undo buttons and help
* fix style
* Remove $_SESSION usage, except install
Fixes issue with device debug capture
Removes secure_cookies setting, use the .env variable SESSION_SECURE_COOKIE instead. Reminder secure cookies requires cookies are transported over https, if everything is already transported via https, the setting won't make a difference.
* Fix availability map controls
* Additional config schema definition
if type is select, options is required
if group, section, or order is defined, all are required.
* Restore type property requirement
* Fix issues not detected by tests yet... Hope the new version of justinrainbow/json-schema comes out soon.
* Seafile Monitoring
* generalized function for application with multiple similar entries
* adding snmprec file
* Create linux_seafile-v1.json
* Update linux_seafile-v1.snmprec
Updated linux_seafile-v1.snmprec to use 4x for encoding json data response
* Update Applications.md
* added support for drac power and current polling
* Revert "added support for drac power and current polling"
This reverts commit cf83c1cb82.
* changed discovery to yaml
* readded test data
* Add CISCO-IF-EXTENSION polling and graph
* Added test data
* Code style
* Move CISCO-IF-EXTENSION-MIB to cisco mib dir
* Test data?
* Recollect test data again
* ios-xe variant 'ports' with ports test data
* Removed unnecessary test data
* Add memcached to DS-docs
As per request from @murrant in Discord, here is a small update on the Dispatcher service still needing a central memcached
* Update Dispatcher-Service.md
* Update Dispatcher-Service.md
* Create transition.inc.php
* Update transition.inc.php
This file was copied from another existing file with only the OID changed originally. Cleaned up to remove unnecessary clumsiness.
* Update transition.snmprec
* Update transition.json
* Added model, processor, fan and power supply for Alcatel Omnistack Switches
* Removed Index from description of Fan and power supply
* Merged PR #10655
* Added Temperature Sensor for AOS7+ Alcatel Enterprise Switches
* Added AOS7 mempools
* Added Tests
* Update aos.yaml
* Update alerts levels in state sensors
* Add test data
* added support for PDU/PDU2 MIB data (current, power) and added external sensor fpr humidity and temperature on PDU MIB
* added test data of 1 PDU-MIB device and 1 PDU2-MIB device
* Create raritan-pdu.json
* forgot to do save-data on last commit