mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fortigate LTE sensor addition (#13977)
* Update Fortigate OS model to include 4G/LTE stats * Add Fortigate 60F_3G4G test data * zero interface counters in fortigate_60f3g4g.snmprec
This commit is contained in:
@@ -62,6 +62,21 @@ modules:
|
||||
states:
|
||||
- { value: 1, descr: Disabled, graph: 1, generic: 3 }
|
||||
- { value: 2, descr: Enabled, graph: 1, generic: 0 }
|
||||
|
||||
-
|
||||
oid: fdLteSessConnStat
|
||||
num_oid: '.1.3.6.1.4.1.12356.101.19.5.1.1.4.{{ $index }}'
|
||||
index: 'fdLteSessConnStat.{{ $index }}'
|
||||
descr: "LTE Session Status"
|
||||
group: LTE Modem
|
||||
value: fdLteSessConnStat
|
||||
states:
|
||||
- { value: 0, descr: Unknown, graph: 1, generic: 3 }
|
||||
- { value: 1, descr: Disconnected, graph: 1, generic: 2 }
|
||||
- { value: 2, descr: Connected, graph: 1, generic: 0 }
|
||||
- { value: 3, descr: Suspended, graph: 1, generic: 2 }
|
||||
- { value: 4, descr: Authenticating, graph: 1, generic: 1 }
|
||||
|
||||
count:
|
||||
data:
|
||||
-
|
||||
@@ -84,3 +99,26 @@ modules:
|
||||
group: VPN
|
||||
|
||||
|
||||
signal:
|
||||
data:
|
||||
-
|
||||
oid: fgSignalInfoTable
|
||||
value: fgWcdmaRssi
|
||||
num_oid: '.1.3.6.1.4.1.12356.101.19.3.1.1.9.{{ $index }}'
|
||||
descr: 'LTE Modem WCDMA RSSI'
|
||||
index: 'fgWcdmaRssi.{{ $index }}'
|
||||
low_limit: -100
|
||||
low_warn_limit: -86
|
||||
warn_limit: -40
|
||||
high_limit: -30
|
||||
-
|
||||
oid: fgSignalInfoTable
|
||||
value: fgLteRssi
|
||||
num_oid: '.1.3.6.1.4.1.12356.101.19.3.1.1.11.{{ $index }}'
|
||||
descr: 'LTE Modem LTE RSSI'
|
||||
index: 'fgLteRssi.{{ $index }}'
|
||||
low_limit: -95
|
||||
low_warn_limit: -85
|
||||
warn_limit: -30
|
||||
high_limit: -20
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
5241
tests/data/fortigate_60f3g4g.json
Normal file
5241
tests/data/fortigate_60f3g4g.json
Normal file
File diff suppressed because it is too large
Load Diff
1139
tests/snmpsim/fortigate_60f3g4g.snmprec
Normal file
1139
tests/snmpsim/fortigate_60f3g4g.snmprec
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user