-
Notifications
You must be signed in to change notification settings - Fork 36
Description
There are multiple system and interface metrics unavailable on AST solution (collector), as reference there are SNMP metrics with no similar metric on AST:
System:
sysAttrWatchdogState
sysAttrModeMaint
sysAttrFailoverIsRedundant
sysCmSyncStatusStatus
sysCmSyncStatusColor
sysChassisPowerSupplyStatus
sysChassisFanStatus
sysChassisFanSpeed
sysChassisTempTemperature
sysHostDiskFreeBlocks
sysHostDiskTotalBlocks
sysSystemUptimeInSec
Interface:
ifHighSpeed
ifHCInOctets
ifHCOutOctets
ifOutQLen
ifInDiscards
ifInUcastPkts
ifOutDiscards
ifOutUcastPkts
Some of the interface metrics are available for vlan but not for physical interfaces. Similarly for disk, there are some metrics available for disk but not for partitions like: /var, /usr/ etc.
Is there a future plan to add these metrics?