A simple, universal public Statuspage.
https://status.sp-codes.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
48 lines
1.0 KiB
{ |
|
"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" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|