--- prometheus_snmp__modules: quanta: auth: community: "{{ vault_snmp_quanta_community }}" walk: - interfaces - ifXTable - snAgGblQueueOverflow - snAgGblDynMemTotal - snAgGblDynMemFree - snAgGblCpuUtil1SecAvg - snAgGblCpuUtil5SecAvg - snAgGblCpuUtil1MinAvg - sysUpTime - snAgentCpuUtilPercent - snAgent - snChasFan - snChasPwr - snAgentTemp - snAgentCpu - snSwInfo - snSwIfInfoTable 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 overrides: ifIndex: ignore: true ifAlias: ignore: true ifDescr: ignore: true ifName: ignore: true 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 ...