Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auths:
- cisco_v2:
- version: 2
- community: transm1t!
- modules:
- cisco_metrics:
- walk:
- - cpmCPUTotalTable
- - ciscoMemoryPoolTable
- - ciscoEnvMonTemperatureStatusTable
- - ciscoEnvMonFanStatusTable
- - ciscoEnvMonSupplyStatusTable
- - sysUpTime
- - sysLocation
- - sysName
- - sysContact
- - interfaces
- - ifXTable
- lookups:
- - source_indexes: [ifIndex]
- lookup: ifAlias
- - source_indexes: [ifIndex]
- # Uis OID to avoid conflict with PaloAlto PAN-COMMON-MIB.
- lookup: 1.3.6.1.2.1.2.2.1.2 # ifDescr
- - source_indexes: [ifIndex]
- # Use OID to avoid conflict with Netscaler NS-ROOT-MIB.
- 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
- ifOperStatus:
- type: EnumAsStateSet
- ifAdminStatus:
- type: EnumAsStateSet
- entSensorType:
- type: EnumAsInfo
- entSensorScale:
- type: EnumAsInfo
- entSensorStatus:
- type: EnumAsStateSet
- ciscoEnvMonVoltageState:
- type: EnumAsStateSet
- ciscoEnvMonTemperatureState:
- type: EnumAsStateSet
- ciscoEnvMonFanState:
- type: EnumAsStateSet
- ciscoEnvMonSupplyState:
- type: EnumAsStateSet
- entPhysicalClass:
- type: EnumAsInfo
- entPhysicalIsFRU:
- type: EnumAsStateSet
- ciscoMemoryPoolValid:
- type: EnumAsStateSet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement