Hi Everyone,
I am working with the HTTP XML/REST sensor to get the number of tickets from our ticketing system.
I have tested it with two different tools and attempted to get the sensor working in PRTG
On one tool (SOAPui) it works fine - returns the JSON
{
"@count": 12,
"@start": 1,
"@totalcount": 12,
"Messages": [],
"ResourceName": "Incident",
"ReturnCode": 0,
"content": [
{"Incident": {"IncidentID": "IM10214"}},
{"Incident": {"IncidentID": "IM10215"}},
{"Incident": {"IncidentID": "IM10217"}},
{"Incident": {"IncidentID": "IM10218"}},
{"Incident": {"IncidentID": "IM10220"}},
{"Incident": {"IncidentID": "IM10223"}},
{"Incident": {"IncidentID": "IM10224"}},
{"Incident": {"IncidentID": "IM10227"}},
{"Incident": {"IncidentID": "IM10229"}},
{"Incident": {"IncidentID": "IM10230"}},
{"Incident": {"IncidentID": "IM10231"}},
{"Incident": {"IncidentID": "IM10234"}}
]
}
On XML/REST Sensor Query Builder - returns a 401 error for authentication
On PRTG it returns Warning: "server/path -n=nodename"
All three of these have been configure with the exact same settings.
Any suggestions on what to do next?
Add comment