This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
universal-statuspage/config.json

27 lines
528 B
JSON

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