2023-11-04 21:36:27 +01:00
|
|
|
---
|
|
|
|
prometheus_snmp__modules_quanta:
|
|
|
|
auth:
|
|
|
|
community: "{{ vault_snmp_quanta_community }}"
|
2023-11-06 22:07:06 +01:00
|
|
|
timeout: 60s
|
|
|
|
retries: 3
|
2023-11-04 21:36:27 +01:00
|
|
|
walk:
|
|
|
|
- interfaces
|
|
|
|
- ifXTable
|
|
|
|
- snAgGblQueueOverflow
|
|
|
|
- snAgGblDynMemTotal
|
|
|
|
- snAgGblDynMemFree
|
|
|
|
- snAgGblCpuUtil1SecAvg
|
|
|
|
- snAgGblCpuUtil5SecAvg
|
|
|
|
- snAgGblCpuUtil1MinAvg
|
|
|
|
- sysUpTime
|
|
|
|
- snAgentCpuUtilPercent
|
|
|
|
- snAgent
|
|
|
|
- snChasFan
|
|
|
|
- snChasPwr
|
|
|
|
- snAgentTemp
|
|
|
|
- snAgentCpu
|
|
|
|
- snSwInfo
|
|
|
|
- snSwIfInfoTable
|
|
|
|
- dot3StatsTable
|
|
|
|
- dot3HCStatsTable
|
|
|
|
- dot3Errors
|
|
|
|
- dot3Tests
|
|
|
|
- dot3CollTable
|
2023-11-04 23:26:10 +01:00
|
|
|
- lldpLocChassisId
|
|
|
|
- lldpRemTable
|
2023-11-06 22:07:06 +01:00
|
|
|
- lldpLocPortTable
|
|
|
|
- dot1dBasePort
|
2023-11-04 21:36:27 +01:00
|
|
|
lookups:
|
|
|
|
- source_indexes:
|
|
|
|
- ifIndex
|
|
|
|
lookup: ifAlias
|
|
|
|
- source_indexes:
|
|
|
|
- ifIndex
|
|
|
|
lookup: ifDescr
|
|
|
|
- source_indexes:
|
|
|
|
- ifIndex
|
|
|
|
lookup: ifName
|
|
|
|
- source_indexes:
|
|
|
|
- snChasFanIndex
|
|
|
|
lookup: snChasFanDescription
|
|
|
|
- source_indexes:
|
|
|
|
- snAgentTempSlotNum
|
|
|
|
- snAgentTempSensorId
|
|
|
|
lookup: snAgentTempSensorDescr
|
|
|
|
- source_indexes:
|
|
|
|
- snSwIfInfoPortNum
|
|
|
|
lookup: snSwIfName
|
|
|
|
- source_indexes:
|
|
|
|
- snSwIfInfoPortNum
|
|
|
|
lookup: snSwIfDescr
|
|
|
|
- source_indexes:
|
|
|
|
- dot3StatsIndex
|
|
|
|
lookup: ifAlias
|
|
|
|
- source_indexes:
|
|
|
|
- dot3StatsIndex
|
|
|
|
lookup: ifDescr
|
|
|
|
- source_indexes:
|
|
|
|
- dot3StatsIndex
|
|
|
|
lookup: ifName
|
2023-11-06 22:07:06 +01:00
|
|
|
- source_indexes:
|
|
|
|
- lldpRemTimeMark
|
|
|
|
- lldpRemLocalPortNum
|
|
|
|
- lldpRemIndex
|
|
|
|
lookup: lldpRemChassisId
|
|
|
|
#- source_indexes:
|
|
|
|
# - lldpLocPortNum
|
|
|
|
# lookup: lldpLocPortIdSubtype
|
2023-11-04 21:36:27 +01:00
|
|
|
overrides:
|
|
|
|
ifIndex:
|
|
|
|
ignore: true
|
|
|
|
ifAlias:
|
|
|
|
ignore: true
|
|
|
|
ifDescr:
|
|
|
|
ignore: true
|
|
|
|
ifName:
|
|
|
|
ignore: true
|
|
|
|
ifOperStatus:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
ifAdminStatus:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
snChasFanIndex:
|
|
|
|
ignore: true
|
|
|
|
snChasFanDescription:
|
|
|
|
ignore: true
|
|
|
|
snChasPwrSupplyIndex:
|
|
|
|
ignore: true
|
|
|
|
snAgentTempSensorDescr:
|
|
|
|
ignore: true
|
|
|
|
snChasFanOperStatus:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
snChasPwrSupplyOperStatus:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
snSwIfName:
|
|
|
|
ignore: true
|
|
|
|
snSwIfDescr:
|
|
|
|
ignore: true
|
|
|
|
snSwIfVlanId:
|
|
|
|
ignore: true
|
|
|
|
snSwIfInfoPortNum:
|
|
|
|
ignore: true
|
|
|
|
snSwIfInfoMonitorMode:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
snSwIfInfoMirrorPorts:
|
|
|
|
ignore: true
|
|
|
|
snSwIfInfoMediaType:
|
|
|
|
type: EnumAsInfo
|
|
|
|
ifType:
|
|
|
|
type: EnumAsInfo
|
|
|
|
dot3StatsIndex:
|
|
|
|
ignore: true
|
|
|
|
dot3StatsEtherChipSet:
|
|
|
|
ignore: true
|
|
|
|
dot3StatsDuplexStatus:
|
|
|
|
type: EnumAsStateSet
|
2023-11-06 22:07:06 +01:00
|
|
|
lldpLocPortIdSubtype:
|
|
|
|
type: EnumAsInfo
|
|
|
|
lldpRemPortIdSubtype:
|
|
|
|
type: EnumAsInfo
|
2023-11-04 21:36:27 +01:00
|
|
|
...
|