Go to file
Kekskurse b5196312d2
continuous-integration/drone/push Build is passing Details
change memoer check output
2021-09-20 16:27:05 +02:00
init Release stuff 2021-09-20 11:44:27 +02:00
internal/pkg/checks change memoer check output 2021-09-20 16:27:05 +02:00
scripts Release stuff 2021-09-20 11:44:27 +02:00
template change memoer check output 2021-09-20 16:27:05 +02: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 dev: ad readme 2021-09-20 12:51:51 +02:00
Readme.md dev: change readme 2021-09-20 12:52:33 +02:00
config.go dev: hdd just physical stuff 2021-09-20 14:06:11 +02:00
config.yml fix bug if everything is ok 2021-09-20 16:09:52 +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
main.go gui 2021-09-20 15:45:01 +02: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