* Handle basic CTCP-support
* Add an option to toggle ctcp on and off in the config
* Fix whitespace-issue
* Fix null/NULL
* Updating docs, default config and fixing a few whitespace-issues
* Fixing the last whitespace-issues. Now with "pre-commit.php" as a standard...
* ADVA device support
- sensors for temperature, voltage, current and dbm
- ADVA mibs for FSP150CC and FSP3000R7
* sysObjectId - changed to level above instead of two entries
* OS for FSP150 and FSP3000R7 now in two seperate OS definitions
- split the files
- removed sysObjectId check for each
- removed hardcoded sensor limits
- removed more generic MIBs
* standardized variables / corrected declarations
* added missing MIB, style check code
* - corrected 'current' readings by adding $devisor
- changed rrdfile names to sensorname+$index
- moved LLDP-V2 mibs to main mib directory
* Avaya VSP Temperature Support
Avaya VSP Operating System Software Temperature Support
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
New code for VSP Temperatures
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
I have unset my 1 snmp_walk
* small update to variable names and use
* Add state support FAN, Power Supply Avaya VSP
Adding FAN and Power Supply support for Avaya VOSS(VSP operating systems platform)
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
$index has been changed to rcChasFanOperStatus.$index and rcChasPowerSupplyOperStatus.$index in discover_sensor and create_sensor_to_state_index
* Update avaya-vsp.inc.php
its always the details. nice to have another pair of eyes. :-)
* append Avaya VSP HW revision to serial number
The old way added the HW revision to the sysDescr. When managing a bunch of switches with different versions this made it look like you had a lot of different kinds of switches. These are all the switches. Just add it to the serial number so you can have the hw version for reference if needed. Just makes more sense not to appended to sysDescr.
* Update avaya-vsp.inc.php
* Update avaya-vsp.inc.php
forgot to add the $hardware variable so Platform would populate
* Update avaya-vsp.inc.php
* Add TiMOS temperature and power supply state sensors.
* Refactor the sensor discovery, making it a little cleaner
* Discover TiMOS device serial number
Pull proper hardware OID instead of parsing sysDescr
* Make the style gods happy
* Refactoring for some of the requested changes
* Break out the arrays into variables as scrutinizer requests...
* Fix missing semicolon
* fix: take another crack at fixing uptime
It looks like we weren't using sysUpTime before???
Simplify the code and just max all the time values.
* inline bad checks
* Committer: Chris A. Evans <[email protected]>
Add basic support for MRV OptiDriver Optical Transport Platform
* OS Detection
* Sensors
* Chassis temperature
* State
* Tx/Rx Optical Interface Power
* Power Supply
* Fan
* renamed: includes/definitions/mrv-optidriver.yaml -> includes/definitions/mrv-od.yaml
new file: includes/discovery/sensors/dbm/mrv-od.inc.php
deleted: includes/discovery/sensors/dbm/mrv-optidriver.inc.php
renamed: includes/discovery/sensors/pre-cache/mrv-optidriver.inc.php -> includes/discovery/sensors/pre-cache/mrv-od.inc.php
renamed: includes/discovery/sensors/state/mrv-optidriver.inc.php -> includes/discovery/sensors/state/mrv-od.inc.php
new file: includes/discovery/sensors/temperature/mrv-od.inc.php
deleted: includes/discovery/sensors/temperature/mrv-optidriver.inc.php
renamed: includes/polling/os/mrv-optidriver.inc.php -> includes/polling/os/mrv-od.inc.php
* modified: includes/discovery/sensors/dbm/mrv-od.inc.php
Added missing ')' in the if conditionals.
* Requested changes
modified: includes/definitions/mrv-od.yaml
modified: includes/discovery/sensors/state/mrv-od.inc.php
modified: includes/discovery/sensors/temperature/mrv-od.inc.php
modified: includes/polling/os/mrv-od.inc.php
removed extensions from all new mib files
* Add snmprec file to satisfy test units
new file: tests/snmpsim/mrv-od.snmprec