Go to file
Kekskurse 554593a045
continuous-integration/drone/push Build is passing Details
Need to enabled checks
2021-11-29 06:02:41 +01:00
init Release stuff 2021-09-20 11:44:27 +02:00
internal/pkg/checks Need to enabled checks 2021-11-29 06:02:41 +01:00
scripts Release stuff 2021-09-20 11:44:27 +02: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 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 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
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