Go to file
Kekskurse 4b41ef1c55
continuous-integration/drone/push Build is passing Details
Fix
2022-03-10 20:05:49 +01:00
init Fix 2022-03-10 20:05:49 +01:00
internal/pkg/checks #1 fix version check 2022-03-10 19:42:57 +01:00
scripts Remove postinstall 2021-11-29 07:09:13 +01:00
template Fix Versions Cehck Template issue 2021-11-29 07:33:34 +01:00
vendor dev: update vendor 2021-09-20 12:45:34 +02:00
.drone.yml Stuff 2021-09-20 11:33:14 +02:00
.gitignore init commit 2021-09-20 11:28:00 +02:00
.goreleaser.yml Remove postinstall 2021-11-29 07:09:13 +01:00
Readme.md Update Readme 2021-11-29 07:13:19 +01:00
config.go Versions Check 2021-11-29 07:31:30 +01:00
config.yml Versions Check 2021-11-29 07:31:30 +01:00
go.mod Add Config 2021-09-20 12:38:41 +02:00
go.sum Add Config 2021-09-20 12:38:41 +02:00
install.sh Update install script 2021-11-29 06:59:09 +01:00
main.go Versions Check 2021-11-29 07:31:30 +01:00

Readme.md

HTTP Server Status

Status Page with your Server informations (HDD usage, ram usage, load, systemd) which returns a http Status 500 if a limit is reached. With this Service you can monitor your Server with a external tool like uptimerobot.com.

Installation

Fast

curl https://git.keks.cloud/kekskurse/http-server-status/raw/branch/main/install.sh | sh

Manual

To Install the Server Montiroing download the last .deb File from the Release page and save it as http-server-status.deb on your server. Than install the package with dpkg

dpkg -i http-server-status.deb

Config

Copy the config sample and edit the config.

cp /etc/http-server-status/config.yml.sample /etc/http-server-status/config.yml
nano /etc/http-server-status/config.yml

Run

After this start the server

sudo systemctl start http-server-status