18 lines
516 B
Text
18 lines
516 B
Text
[[inputs.gnmi]]
|
|
addresses = ["dummy"]
|
|
path_guessing_strategy = "subscription"
|
|
yang_model_paths = ["testcases/issue_15046/models"]
|
|
|
|
[[inputs.gnmi.subscription]]
|
|
name = "psu"
|
|
origin = "openconfig"
|
|
path = "/components/component/power-supply/state"
|
|
subscription_mode = "sample"
|
|
sample_interval = "60s"
|
|
|
|
[[inputs.gnmi.subscription]]
|
|
name = "temp"
|
|
origin = "openconfig"
|
|
path = "/components/component/state/temperature"
|
|
subscription_mode = "sample"
|
|
sample_interval = "60s"
|