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
Samuel Philipp a580a2ee6b made statuspage universal
updated angular to v10
added renovate.json
updated .drone.yml
added arm image
2020-07-05 20:19:52 +02:00

29 lines
562 B
JSON

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