mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added Fortigate state sensors * Added snmprec file * Update fortigate.json * Fix "awesome" ifHighSpeed implementation... * Update fortigate.json * better MAX_INT ifHighSpeed fix * update for new ifType changes * ifDescr is not used correctly like most fortinets
21 lines
744 B
YAML
21 lines
744 B
YAML
mib: FORTINET-FORTIGATE-MIB
|
|
modules:
|
|
processors:
|
|
data:
|
|
-
|
|
oid: fgSysCpuUsage
|
|
num_oid: '.1.3.6.1.4.1.12356.101.4.1.3.{{ $index }}'
|
|
type: fortigate-fixed
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: fgHwSensors
|
|
num_oid: '.1.3.6.1.4.1.12356.101.4.3.2.1.4.{{ $index }}'
|
|
index: 'fgHwSensorEntIndex.{{ $index }}'
|
|
descr: fgHwSensorEntName
|
|
value: fgHwSensorEntAlarmStatus
|
|
states:
|
|
- { value: 0, descr: OK, graph: 1, generic: 0 }
|
|
- { value: 1, descr: ERROR, graph: 1, generic: 2 }
|