Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- modules:
- snmp:
- walk:
- # - cpmCPUTotal5minRev
- - ifXTable
- - sysUpTime
- - interfaces
- max_repetitions: 25 # How many objects to request with GET/GETBULK, defaults to 25.
- retries: 3 # How many times to retry a failed request, defaults to 3.
- timeout: 5s # Timeout for each individual SNMP request, defaults to 5s.
- auth:
- community: XXXXX # SNMP session
- lookups:
- - source_indexes: [ifIndex]
- lookup: ifAlias
- - source_indexes: [ifIndex]
- lookup: 1.3.6.1.2.1.2.2.1.2 # ifDescr
- - source_indexes: [ifIndex]
- lookup: 1.3.6.1.2.1.31.1.1.1.1 # ifName
- overrides:
- ifAlias:
- ignore: true # Lookup metric
- ifDescr:
- ignore: true # Lookup metric
- ifName:
- ignore: true # Lookup metric
- ifType:
- type: EnumAsInfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement