I'm trying to monitor a JSON-output like this:
{
"version": "LinOTP 1.1.1.1",
"jsonrpc": "2.0",
"result": {
"status": true,
"value": {
"Realms": {
"myrealm": {
"mygroup": 72
}
}
}
},
"id": 1
}
But I'm having some trouble finding the right value for "XML Node (and optional property)".
version
is working fine -> PRTG value is "LinOTP_1.1.1.1".
But how do I get PRTG to monitor the value 72 in this example? Shouldn't
result/status/value/Realms/myrealm/mygroup
be the right search filter here ("Node result/status/value/Realms/myrealm/mygroup not found in xml result.")?
Add comment