* Trying to add basic support for Vertiv PDU power graphs
* Trying to add basic support for Vertiv PDUs and power graphs
* Update geist-watchdog.yaml
* Update geist-watchdog.yaml
* Update vertiv-pdu.yaml
* Add files via upload
* Add files via upload
* Add files via upload
* Update geist-watchdog.yaml
* Add files via upload
* Delete vertiv-pdu.yaml
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
* newdevice: Added support for PowerWalker VFI
* discard powerwalker 500r from being discovered as cyberpower
* add version_regex and correct num_oid: upsInputCurrent
* update version_regex, add hardvare_regex
* start
* added test data + mibs
* fxied minor
* Update CIENA-6500-AMPS-MIB
* Update CIENA-6500-ENUMS-MIB
* removed unused mibs
* added test data
* Delete ciena-saos_saos.snmprec
* Rename ciena_saos.json to ciena-saos.json
* Rename ciena_saos.snmprec to ciena-saos.snmprec
* Rename ciena-saos.snmprec to ciena-saos_ 6500.snmprec
* Delete ciena-saos.json
* Delete ciena-saos_ 6500.snmprec
* new attempt for the test data
* test data again
* Delete ciena-saos_saos.json
* Delete ciena-saos_saos.snmprec
* Update ciena-saos.yaml
Cleanup
* added some quickwins
* new test data
* Update ciena-saos.yaml
* added test data
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
* Trying to add basic support for Vertiv PDU power graphs
* Support for fortiswitch in gen_rancid (#12894)
* Trying to add basic support for Vertiv PDUs and power graphs
* Update geist-watchdog.yaml
* Update geist-watchdog.yaml
* Update vertiv-pdu.yaml
Co-authored-by: Cliff Albert <cliff@oisec.net>
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
1) Update to latest MIB (v2.2 => v2.9)
2) Correct scaling factors (matching updated info in MIB)
3) Add Load - confirmed to work
4) Update header, show Load, not Current (due to data availability)
Use HOST-RESOURCES-MIB, apparently Ubiquiti added partial HR-MIB support sometime.
Works better than the old load based value.
Also port os discovery to the new style
* Create Checkpoint Gaia Sensor Count
Gaia Security Gateway Count:
- Number of concurrent connections
- Peak number of concurrent connections
- Limit of Connections table
- Connections rate
- Number of connections handled by SecureXL
- Number of IKE current SAs
- Number of IPsec current Inbound ESP SAs
- Number of IPsec current Outbound ESP SAs
Gaia Management Server Count
- Log Receive Rate
- Log Receive Rate Peak
* Checkpoint Gaia Sensor Count
* Checkpoint Gaia Sensor Count
* Checkpoint Gaia Sensor Count
* Checkpoint Gaia Sensor Count
* Create Checkpoint Gaia Sensor State
Checkpoint Gaia Gateway Cluster HA State
Checkpoint Gaia Management Connected Gateways
* Update gaia.yaml
* Add SecureXL current status and Management Connected Gateways
* Add SecureXL current status, Management Connected Gateways and Changed haState color to gray
* Add SecureXL current status, Management Connected Gateways and review haState
* Add SecureXL current status, Management Connected Gateways and review haState
* Fix for Gaia Storage duplicated
We are getting duplicate storage.
Since Checkpoint Gaia is a Linux-based operating system, the file “./includes/discovery/storage/ucd-dsktable.inc.php” has already discovered the storage, so I think the file “./includes/discovery/storage/gaia.inc.php” is not necessary.
* Delete gaia.inc.php
* Add files via upload
* Add files via upload
* Fix for Gaia Storage duplicated
* added support for GE MDS devices
* added test files
* Removed .MIB from all mib files
* Update includes/definitions/discovery/gemds.yaml
* Fixed test data
Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
* 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
* 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 <murraytony@gmail.com>
* 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 <murraytony@gmail.com>
* 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.
* 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 <38363551+PipoCanaja@users.noreply.github.com>
* 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)
* Add Packet Buffers to PanOS
Add buffer memory logic to panos.php
Replace panos test data
* Update Panos.php
* Revert to original test data
Reverting original snmprec to regenerate tests
* Regenerated Test Result
Co-authored-by: Tony Murray <murraytony@gmail.com>
* 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 <murraytony@gmail.com>
* 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 <38363551+PipoCanaja@users.noreply.github.com>