mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Ubiquiti Airfiber60 (#13680)
* Add ubiquiti Airfiber 60 * New AF60 data and MIB * Stylci fix and small additions * Update test data * Stylefix * Remove the weird ubiquity oids containing encoded mac addresses * Updated test data * Remove more complex sensors for now to be added after the conflict airos airos-af60 is solved * Fix hardware and OS * To be verified is this is the most practical / clean way of doing it * Advanced wireless and MCS state sensor * Fix link capacity multiplier and active link * Test data update fix lint * Maybe better
This commit is contained in:
@@ -42,6 +42,14 @@ is the preferred method for detection. Other options are available:
|
||||
matches one of the regex statements under this item
|
||||
- `snmpget` Do not use this unless none of the other methods
|
||||
work. Fetch an oid and compare it against a value.
|
||||
```yaml
|
||||
discovery:
|
||||
-
|
||||
snmpget:
|
||||
- oid: <someoid>
|
||||
- op: <["=","!=","==","!==","<=",">=","<",">","starts","ends","contains","regex","not_starts","not_ends","not_contains","not_regex","in_array","not_in_array","exists"]>
|
||||
- value: <'string' | boolean>
|
||||
```
|
||||
- `_except` You can add this to any of the above to exclude that
|
||||
element. As an example:
|
||||
|
||||
|
Reference in New Issue
Block a user