Go to file
Kekskurse 94d1f90722
/ Release (push) Has started running Details
ci: fix pipeline
2023-07-24 01:53:14 +02:00
.forgejo/workflows ci: fix pipeline 2023-07-24 01:53:14 +02: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 stuff 2023-07-21 16:11:16 +02: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 ci: run 2023-07-21 12:02:31 +02:00
Readme.md docs: Update Readme 2023-07-21 12:38:29 +02:00
config.go Versions Check 2021-11-29 07:31:30 +01:00
config.yml Default config 2023-07-21 13:31:00 +02: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 Update logging 2023-07-21 11:52:30 +02: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

Dowanload URLs:

  • Last Dev Build: https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/last.deb
  • Last Release Build: https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/stable.deb
  • Special Version: https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/http-server-status_1.0.7_linux_amd64.deb (Bigger than 1.0.7)

To Install the Server Montiroing download the last .deb File from the Release page or the links above 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