* RRD Graph optimization
Do not use temporary files to generate graphs
Don't start up a process to pipe commands to, just run the command
Error image improvements
* fix style issues
* run the rrdgraph command in the rrd directory
* Remove $debug global
and $vdebug global
makes these variables more accessible and protects from collisions.
* the on boot set sends application as the first parameter, just handle that
* Relocate other debug related functions
* Log debug to stdout
* Wrong output
* remove stupid constants
* Fix lint and style issues
The alert rule delay was falling back to the default delay of 300s if the input box was empty. Most people would assume empty = 0, so make it match user's expectations.
* RRD Graph optimization
Do not use temporary files to generate graphs
Don't start up a process to pipe commands to, just run the command
Error image improvements
* fix style issues
* Added support for GAIA logserver/firewall lograte, raid state and type, logserver state and testdata, firewall packet stats and connections stats
* Fixed typo
* Added testdata
* Fixed typo
* Changed some faulty strings to integers
* Added more sensors. License, HA states and Updates checks
* Added testdata
* Using snmp_get_multi. Cleaner code
* Fix rrd function usage
Co-authored-by: Tony Murray <[email protected]>
* fix aos7 yaml
* fix aos7 yaml
* fix tests
* fix tests2
* trying to fix tests3
* Update aos7_6900-x20.json
* add new tests
* some changes
* miss this
* again
* again
* again
* again
Co-authored-by: Tony Murray <[email protected]>
* FabOS module dBm
fixes#11597
* Fix polling and state sensor discovery value
* fix temperature and fanspeed checks.
Also, fanspeed was totally broken.
* port sensors to yaml, found more broken things in the process.
* Test the num_oid generation
* Refactor num_oid discovery
* cnt
* Cache the value to avoid unnecessary snmptranslate
* desc of function
* typo
* Negative caching as well
* Negative caching
* style
* Str::before
* Str::before
* Str::before
* Fix key, and model Devices
* types
* types
* doc update
* re-run tests
* Use Cache class
* Simplify caching and do it into oidToNumeric
* Simplify caching and do it into oidToNumeric
* style
* Extend to 3 hours
* and not ->cache_time
* force re-run tests
* only one OID for num_oid test
* rerun tests
* typo in MD
* restore
* Exemple
* Exemple
* light change
* test
* test
* test
* back to PR
* phpstan + suggestions from Tony
* fix firebrick num_oid
Co-authored-by: Tony Murray <[email protected]>
* Services bootstrap enable + status
* style
* copyright
* generic create-service.inc.php to allow updates of some fields only
* generic create-service.inc.php to allow updates of some fields only
* Fix auth and crypto select options
Output no string vs the value of $snmpv3_sha2 and $snmpv3_aes256 as this would result in <option selected1> resulting in the proper option not being selected.
* Fix style issue
* Pop returned value from snmpwalk_group for lldp on mikrotik routeros
* Account for non-multiarray response then pull out the inner-array
* StyleCl suggested format
* Add comment
Co-authored-by: Tony Murray <[email protected]>
* Corrected Chassis Over Temp oid for state indexes
* Updated old timos snmprec and json files to newer device release.
* Updated per review.
* Oops!
* Update timos.yaml
* tests
* double backslash
* idem
* idem
* tests generation
issue with save-test-data on my server
Co-authored-by: PipoCanaja <[email protected]>
* Added metric for MySQL Slave Lag (secs)
Added metric for MySQL Slave Lag (in seconds) to be able to build Alert Rules when slave lag value is greater than 0 (or X). It's possible to add graphs and other metrics as well, but the priority for me is to be able to build alert rules based on the "Slave Lag" metric.
* Added metric for slave lag (SlLa)
* Update comware.yaml
Fix the problem that the H3C switch cannot obtain the device hardware model
* better regex, remove ENTITY-MIB::entPhysicalName it is rubbish.
Co-authored-by: Tony Murray <[email protected]>
* Update cisco.inc.php
Wrong OID used for c3GsmSimStatus
* add test data for iosxe
* Update ios_ir809.json
* Update iosxe_ir1101.json
Co-authored-by: PipoCanaja <[email protected]>