mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Inital cambium refactor * Refactored tests * Remove CMM from pmp group * Add sensors / Give CMM individual OS * Fix linting * More Sensors / states and Revised Headers * Added old graphs / more sensors * Add modulation rate to sensor * Fix Hardware detection bug * Further hardware detection refinments * Modify pmp hardware detection * New Wireless Metric - SSR * SSR Sensor Graph * Migrate SSR to metric * Added last metric file * Add master check to isAp method * Fix variables in epmp * CMM Discovery and state addition * Add another test for cmm
13 lines
510 B
YAML
13 lines
510 B
YAML
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: CMM3-MIB::powerStatus
|
|
value: powerStatus
|
|
num_oid: .1.3.6.1.4.1.161.19.3.4.4.1.1.5.
|
|
index: powerStatus.{{ $index }}
|
|
descr: Power Status {{ $index }}
|
|
states:
|
|
- { value: 0, generic: 2, graph: 1, descr: Power Off }
|
|
- { value: 1, generic: 0, graph: 1, descr: Power On } |