mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Support for cambium-ptp500 Added mibs for ptp500, ptp300 * ptp500 - Switch modulation to a state * Update label on 500 to 500/300 300 and 500 use the same mibs * Request changes Added overhead graph's to all current ptp devices * wrap text in quotes * Fix discovery bug * Ptp600 support * PTP800 Support * Fix ptp600 issues * Remove meh copy and pasta * Remove modulation from OS file * Update value modifiers / typos * +x rename-mibs.php * Modify cambium mibs
8 lines
220 B
PHP
8 lines
220 B
PHP
<?php
|
|
|
|
use LibreNMS\RRD\RrdDefinition;
|
|
|
|
$version = $poll_device['sysDescr'];
|
|
$masterSlaveMode = ucfirst(snmp_get($device, 'masterSlaveMode.0', '-Oqv', "CAMBIUM-PTP500-V2-MIB"));
|
|
$hardware = 'PTP 500 '. $masterSlaveMode;
|