Go to file
Kekskurse f84f300488
continuous-integration/drone/push Build is passing Details
Version
2021-11-25 02:35:17 +01:00
init Release stuff 2021-09-20 11:44:27 +02:00
internal/pkg/checks Remove all Javascript 2021-11-25 02:01:27 +01:00
scripts Release stuff 2021-09-20 11:44:27 +02:00
template Version 2021-11-25 02:35:17 +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 Version 2021-11-25 02:35:17 +01:00
Readme.md dev: change readme 2021-09-20 12:52:33 +02:00
config.go Add Systemd Check 2021-10-21 12:15:55 +02:00
config.yml config hdd fix 2021-11-25 02:05:36 +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
main.go Version 2021-11-25 02:35:17 +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