I can't find a way to monitor a variable located in an object inside an array, see the following JSON:
"Blah": {
"DeviceStatus": [
{
"Descr": "Foo",
"ConnectionStatus": false,
},
{
"Descr": "Bar",
"ConnectionStatus": false,
}
]
}
I tried with:
expvarmon -vars="Foo:Blah.DeviceStatus[0].ConnectionStatus"
but the UI gives me:
Blah.DeviceStatus[0].ConnectionStatus: N/A
I can't find a way to monitor a variable located in an object inside an array, see the following JSON:
I tried with:
but the UI gives me: