Skip to content

Commit

Permalink
Update fortinet-fortigate.yml (#682)
Browse files Browse the repository at this point in the history
* Update fortinet-fortigate.yml

Added metric_tags for SLA service link name.

* Update fortinet-fortigate.yml

Virtual WAN Links SLA Monitoring OIDs
  • Loading branch information
viramamur authored Jun 27, 2023
1 parent 7435664 commit 47bde73
Showing 1 changed file with 46 additions and 17 deletions.
63 changes: 46 additions & 17 deletions profiles/kentik_snmp/fortinet/fortinet-fortigate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,24 +190,53 @@ metrics:

- MIB: FORTINET-FORTIGATE-MIB
table:
OID: 1.3.6.1.4.1.12356.101.4.9.2.1
name: fgSLATable
OID: 1.3.6.1.4.1.12356.101.4.9.2
name: fgVWLHealthCheckLinkTable
symbols:
# FG Link Name fgVWLHealthCheckLinkName.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.2
name: fgVWLHealthCheckLinkName
# FG VM HealthCheck Link State
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.4
name: fgVWLHealthCheckLinkState
# FG HealthCheck Link latency
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.5
name: fgVWLHealthCheckLinkLatency
# FG HealthCheck Link jitter
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.6
name: fgVWLHealthCheckLinkJitter
# fgVWLHealthCheckLinkPacketLoss
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.9
name: fgVWLHealthCheckLinkPacketLoss
# Virtual-wan-link member link sequence.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.3
name: fgVWLHealthCheckLinkSeq
# Heatlth check state on a specific member link.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.4
name: fgVWLHealthCheckLinkState
enum:
alive: 0
dead: 1
# The average latency of a health check on a specific member link in float number within the last 30 probes.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.5
name: fgVWLHealthCheckLinkLatency
# The average jitter of a health check on a specific member link in float number within the last 30 probes.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.6
name: fgVWLHealthCheckLinkJitter
# The total number of packets sent by a health check on a specific member link.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.7
name: fgVWLHealthCheckLinkPacketSend
# The total number of packets received by a health check on a specific member link.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.8
name: fgVWLHealthCheckLinkPacketRecv
# The packet loss percentage of a health check on a specific member link in float number within the last 30 probes.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.9
name: fgVWLHealthCheckLinkPacketLoss
# Virtual domain the link monitor entry exists in. This name corresponds to the fgVdEntName used in fgVdTable.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.10
name: fgVWLHealthCheckLinkVdom
# The available bandwidth in Mbps of incoming traffic detected by a health check on a specific member link.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.11
name: fgVWLHealthCheckLinkBandwidthIn
# The available bandwidth in Mbps of outgoing traffic detected by a health check on a specific member link.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.12
name: fgVWLHealthCheckLinkBandwidthOut
# The available bandwidth in Mbps of bi-direction traffic detected by a health check on a specific member link.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.13
name: fgVWLHealthCheckLinkBandwidthBi
# Virtual-wan-link member interface name.
- OID: 1.3.6.1.4.1.12356.101.4.9.2.1.14
name: fgVWLHealthCheckLinkIfName
metric_tags:
- tag: healthcheck_service_link_name
column:
OID: 1.3.6.1.4.1.12356.101.4.9.2.1.2
name: fgVWLHealthCheckLinkName

- MIB: FORTINET-FORTIGATE-MIB
table:
Expand Down

0 comments on commit 47bde73

Please sign in to comment.