{
"authToken": "test",
"title": "sp-status",
"description": "Services hosted by sp-codes",
"servicesPath": "$.alerts.*",
"idPath": "$.labels.status_service",
"statePath": "$.status",
"stateValues": {
"operational": ["ok", "resolved"],
"maintenance": ["maintenance" ,"paused"]
},
"groups": [
"id": "group",
"name": "My Group",
"url": "http://sp-codes.de",
"services": [
"id": "test",
"name": "My Service",
"statePath": "$.state"
}
]