Go to file
Kekskurse b9188f5006
Update install script
2021-11-29 06:59:09 +01:00
init Run as non-root-user 2021-11-29 06:12:26 +01:00
internal/pkg/checks Need to enabled checks 2021-11-29 06:02:41 +01:00
scripts Run as non-root-user 2021-11-29 06:12:26 +01:00
template Need to enabled checks 2021-11-29 06:02:41 +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 postremove! 2021-11-29 06:51:39 +01:00
Readme.md dev: change readme 2021-09-20 12:52:33 +02:00
config.go Add HTTP Basic Auth 2021-11-29 05:53:12 +01:00
config.yml Need to enabled checks 2021-11-29 06:02:41 +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 Need to enabled checks 2021-11-29 06:02:41 +01:00

Readme.md

HTTP Server Status

Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com

Installation

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

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

After this start the server

sudo systemctl start http-server-status