montring post
GitHub Pages / deploy (push) Successful in 38s Details

This commit is contained in:
Kekskurse 2023-08-12 23:40:55 +02:00
parent 0a54360f9a
commit e20d97d3de
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 12 additions and 1 deletions

View File

@ -6,4 +6,15 @@ cc: ""
serviceurl: "https://monitor.keks.cloud/status/kekscloud"
---
An [Uptime Kuma](https://github.com/louislam/uptime-kuma) Server in the USA.
An [Uptime Kuma](https://github.com/louislam/uptime-kuma) Server in the USA.
Each Service has to monitor
## Server Monitoring
Each Server has an instance of [Http Server Status](https://git.keks.cloud/kekskurse/http-server-status) running to see if the Server itself is ok.
## Service Monitoring
Each service should be monitored too based on the possibles uptime kuma gives us. In the most cases this should be a http call wich retrun a http status code 200
## Backup Monitoring
To monitor the backup script use the push check from Uptime Kuma. If the url is not called for 26 hours the monitoring system should send a notification. The backup script itselfs can call the url afte a successfull backup.