Files
librenms-librenms/includes/definitions/discovery/fortiextender.yaml
Tozz 090611f6c1 Add support for FortiNet FortiExtender (#16219)
* Add support for FortiExtender - Wireless Sensors

* Add support for FortiExtender - Discovery YAML

* Add support for FortiExtender - YAML Sensors

* FortiExtender 201E SNMPsim

* FortiExtender 201E - Test Data

* FortiExtender MIB

* StyleCI

* Fix StyleCI

* Better now?

* Whoops

* Update fortiextender_201e.json

* Update fortiextender_201e.json

* Add files via upload

* Delete mibs/fortinet/FORTINET-FORTIEXTENDER-MIB.mib
2024-07-18 22:47:40 +02:00

43 lines
1.6 KiB
YAML

mib: FORTINET-FORTIEXTENDER-MIB
modules:
mempools:
data:
-
percent_used: FORTINET-FORTIEXTENDER-MIB::fextInfoMemUsage
descr: 'Memory'
os:
serial:
- FORTINET-FORTIEXTENDER-MIB::fextInfoSN.0
version: FORTINET-FORTIEXTENDER-MIB::fextInfoImage.0
version_regex: '/v(?<version>[\d.]+)/'
hardware: FORTINET-FORTIEXTENDER-MIB::fextInfoModel.0
processors:
data:
-
oid: FORTINET-FORTIEXTENDER-MIB::fextInfoCPUUsage
num_oid: '.1.3.6.1.4.1.12356.121.21.1.2.1.{{ $index }}'
descr: 'Processor Usage'
sensors:
count:
data:
-
oid: fextInfoModemStatusReconnectCount
num_oid: '.1.3.6.1.4.1.12356.121.21.3.1.1.33.{{ $index }}'
index: 'fextInfoModemStatusReconnectCount.{{ $index }}'
descr: 'Reconnect Count Modem {{ $index }}'
runtime:
data:
-
oid: fextInfoModemStatusUptime
num_oid: '.1.3.6.1.4.1.12356.121.21.3.1.1.35.{{ $index }}'
index: 'fextInfoModemStatusUptime.{{ $index }}'
descr: 'Online Time Modem {{ $index }}'
divisor: 60
dbm:
data:
-
oid: fextInfoModemStatusSignalStrength
num_oid: '.1.3.6.1.4.1.12356.121.21.3.1.1.23.{{ $index }}'
index: 'fextInfoModemStatusSignalStrength.{{ $index }}'
descr: 'Signal Strength Modem {{ $index }}'