--- prometheus_snmp__modules_quanta: auth: community: "{{ vault_snmp_quanta_community }}" timeout: 60s retries: 3 walk: - interfaces - ifXTable - snAgGblQueueOverflow - snAgGblDynMemTotal - snAgGblDynMemFree - snAgGblCpuUtil1SecAvg - snAgGblCpuUtil5SecAvg - snAgGblCpuUtil1MinAvg - sysUpTime - snAgentCpuUtilPercent - snAgent - snChasFan - snChasPwr - snAgentTemp - snAgentCpu - snSwInfo - snSwIfInfoTable - dot3StatsTable - dot3HCStatsTable - dot3Errors - dot3Tests - dot3CollTable - lldpLocChassisId - lldpRemTable - lldpLocPortTable - dot1dBasePort 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 - source_indexes: - lldpRemTimeMark - lldpRemLocalPortNum - lldpRemIndex lookup: lldpRemChassisId #- source_indexes: # - lldpLocPortNum # lookup: lldpLocPortIdSubtype 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 lldpLocPortIdSubtype: type: EnumAsInfo lldpRemPortIdSubtype: type: EnumAsInfo ...