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 e9599373ec added last downtime log (closes #55)
added uptime statistics (closes #56)
added german translations (closes #57)
2021-01-10 16:06:18 +01:00

49 lines
1 KiB
JSON

{
"authToken": "test",
"title": "sp-status",
"description": "Services hosted by sp-codes",
"translations": {
"de": {
"title": "sp-status",
"description": "Services von sp-codes bereitgestellt"
}
},
"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",
"url": "http://sp-codes.de",
"statePath": "$.state"
}, {
"id": "test3",
"name": "Test3",
"statePath": "$.state"
}
]
}, {
"id": "group2",
"name": "Group2",
"services": [
{
"id": "test2",
"name": "Test2",
"url": "http://sp-codes.de",
"statePath": "$.state"
}
]
}
]
}