2023-11-01 05:57:21 +01:00
|
|
|
---
|
|
|
|
prometheus_snmp__modules:
|
|
|
|
quanta:
|
|
|
|
auth:
|
|
|
|
community: "{{ vault_snmp_quanta_community }}"
|
|
|
|
walk:
|
|
|
|
- interfaces
|
|
|
|
- ifXTable
|
|
|
|
- snAgGblQueueOverflow
|
|
|
|
- snAgGblDynMemTotal
|
|
|
|
- snAgGblDynMemFree
|
|
|
|
- snAgGblCpuUtil1SecAvg
|
|
|
|
- snAgGblCpuUtil5SecAvg
|
|
|
|
- snAgGblCpuUtil1MinAvg
|
|
|
|
- sysUpTime
|
|
|
|
- snAgentCpuUtilPercent
|
|
|
|
- snAgent
|
2023-11-01 06:11:27 +01:00
|
|
|
- snChasFan
|
2023-11-01 06:30:47 +01:00
|
|
|
- snChasPwr
|
2023-11-01 06:41:31 +01:00
|
|
|
- snAgentTemp
|
2023-11-01 07:11:30 +01:00
|
|
|
- snAgentCpu
|
|
|
|
- snSwInfo
|
2023-11-01 18:45:53 +01:00
|
|
|
- snSwIfInfoTable
|
2023-11-02 00:25:35 +01:00
|
|
|
- dot3StatsTable
|
|
|
|
- dot3HCStatsTable
|
|
|
|
- dot3Errors
|
|
|
|
- dot3Tests
|
|
|
|
- dot3CollTable
|
2023-11-01 05:57:21 +01:00
|
|
|
lookups:
|
|
|
|
- source_indexes:
|
|
|
|
- ifIndex
|
|
|
|
lookup: ifAlias
|
|
|
|
- source_indexes:
|
|
|
|
- ifIndex
|
|
|
|
lookup: ifDescr
|
|
|
|
- source_indexes:
|
|
|
|
- ifIndex
|
|
|
|
lookup: ifName
|
2023-11-01 06:11:27 +01:00
|
|
|
- source_indexes:
|
|
|
|
- snChasFanIndex
|
|
|
|
lookup: snChasFanDescription
|
2023-11-01 06:30:47 +01:00
|
|
|
- source_indexes:
|
2023-11-01 06:41:31 +01:00
|
|
|
- snAgentTempSlotNum
|
|
|
|
- snAgentTempSensorId
|
|
|
|
lookup: snAgentTempSensorDescr
|
2023-11-01 18:45:53 +01:00
|
|
|
- source_indexes:
|
|
|
|
- snSwIfInfoPortNum
|
|
|
|
lookup: snSwIfName
|
|
|
|
- source_indexes:
|
|
|
|
- snSwIfInfoPortNum
|
|
|
|
lookup: snSwIfDescr
|
2023-11-02 00:25:35 +01:00
|
|
|
- source_indexes:
|
|
|
|
- dot3StatsIndex
|
|
|
|
lookup: ifAlias
|
|
|
|
- source_indexes:
|
|
|
|
- dot3StatsIndex
|
|
|
|
lookup: ifDescr
|
|
|
|
- source_indexes:
|
|
|
|
- dot3StatsIndex
|
|
|
|
lookup: ifName
|
2023-11-01 05:57:21 +01:00
|
|
|
overrides:
|
2023-11-01 06:11:27 +01:00
|
|
|
ifIndex:
|
|
|
|
ignore: true
|
2023-11-01 05:57:21 +01:00
|
|
|
ifAlias:
|
|
|
|
ignore: true
|
|
|
|
ifDescr:
|
|
|
|
ignore: true
|
|
|
|
ifName:
|
|
|
|
ignore: true
|
2023-11-02 00:37:43 +01:00
|
|
|
ifOperStatus:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
ifAdminStatus:
|
|
|
|
type: EnumAsStateSet
|
2023-11-01 06:11:27 +01:00
|
|
|
snChasFanIndex:
|
|
|
|
ignore: true
|
|
|
|
snChasFanDescription:
|
|
|
|
ignore: true
|
2023-11-01 06:30:47 +01:00
|
|
|
snChasPwrSupplyIndex:
|
|
|
|
ignore: true
|
2023-11-01 06:41:31 +01:00
|
|
|
snAgentTempSensorDescr:
|
2023-11-01 06:30:47 +01:00
|
|
|
ignore: true
|
2023-11-01 17:00:02 +01:00
|
|
|
snChasFanOperStatus:
|
|
|
|
type: EnumAsStateSet
|
2023-11-01 17:14:07 +01:00
|
|
|
snChasPwrSupplyOperStatus:
|
|
|
|
type: EnumAsStateSet
|
2023-11-01 18:45:53 +01:00
|
|
|
snSwIfName:
|
|
|
|
ignore: true
|
|
|
|
snSwIfDescr:
|
|
|
|
ignore: true
|
|
|
|
snSwIfVlanId:
|
|
|
|
ignore: true
|
|
|
|
snSwIfInfoPortNum:
|
|
|
|
ignore: true
|
|
|
|
snSwIfInfoMonitorMode:
|
|
|
|
type: EnumAsStateSet
|
|
|
|
snSwIfInfoMirrorPorts:
|
|
|
|
ignore: true
|
|
|
|
snSwIfInfoMediaType:
|
|
|
|
type: EnumAsInfo
|
2023-11-02 00:25:35 +01:00
|
|
|
dot3StatsIndex:
|
|
|
|
ignore: true
|
|
|
|
dot3StatsEtherChipSet:
|
|
|
|
ignore: true
|
|
|
|
dot3StatsDuplexStatus:
|
|
|
|
type: EnumAsStateSet
|
2023-11-01 05:57:21 +01:00
|
|
|
...
|