Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F5 SNMP configuration #3751

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions conf.d/snmp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
init_config:
- mibs_folder: /path/to/your/additional/mibs

instances:
- ip_address: localhost
port: 161
community_string: public
tags:
- optional_tag1
- optional_tag2
metrics:
- MIB: UDP-MIB
symbol: udpInDatagrams
- OID: 1.3.6.1.2.1.6.5
name: tcpPassiveOpens
- MIB: IF-MIB
table: ifTable
symbols:
- ifInOctets
- ifOutOctets
metric_tags:
- tag: interface
column: ifDescr