Go to file
Kekskurse 193d863ef4
continuous-integration/drone/push Build is passing Details
gui add load
2021-09-20 23:59:44 +02:00
init Release stuff 2021-09-20 11:44:27 +02:00
internal/pkg/checks fix memory swap issue 2021-09-20 23:22:02 +02:00
scripts Release stuff 2021-09-20 11:44:27 +02:00
template gui add load 2021-09-20 23:59:44 +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 add postinstall script 2021-09-20 23:39:24 +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 error handling 2021-09-20 23:52:07 +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 fix error handling 2021-09-20 23:52:07 +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