{ "comment": "This is a sample configuration", "subscriptions": [ "/Sysdb/environment/cooling/status", "/Sysdb/environment/power/status", "/Sysdb/environment/temperature/status", "/Sysdb/interface/counter/eth/lag", "/Sysdb/interface/counter/eth/slice/phy" ], "metricPrefix": "eos", "metrics": { "intfCounter": { "path": "/Sysdb/(interface)/counter/eth/(?:lag|slice/phy/.+)/intfCounterDir/(?P.+)/intfCounter/current/statistics/(?P(?:in|out))(Octets|Errors|Discards)" }, "intfPktCounter": { "path": "/Sysdb/(interface)/counter/eth/(?:lag|slice/phy/.+)/intfCounterDir/(?P.+)/intfCounter/current/statistics/(?P(?:in|out))(?P(?:Ucast|Multicast|Broadcast))(Pkt)" }, "intfPfcClassCounter": { "path": "/Sysdb/(interface)/counter/eth/(?:lag|slice/phy/.+)/intfCounterDir/(?P.+)/intfCounter/current/ethStatistics/(?P(?:in|out))(PfcClassFrames)" }, "tempSensor": { "path": "/Sysdb/(environment)/temperature/status/tempSensor/(?P.+)/((?:maxT|t)emperature)/value" }, "tempSensorAlert": { "path": "/Sysdb/(environment)/temperature/status/tempSensor/(?P.+)/(alertRaisedCount)" }, "currentSensor": { "path": "/Sysdb/(environment)/power/status/currentSensor/(?P.+)/(current)/value" }, "powerSensor": { "path": "/Sysdb/(environment/power)/status/powerSupply/(?P.+)/(input|output)Power/value" }, "voltageSensor": { "path": "/Sysdb/(environment)/power/status/voltageSensor/(?P.+)/(voltage)/value" }, "railCurrentSensor": { "path": "/Sysdb/(environment)/power/status/voltageSensor/(?P.+)/(current)/value" }, "fanSpeed": { "path": "/Sysdb/(environment)/cooling/status/(fan)/(?P.+)/(speed)/value" } } }