http-server-status/Readme.md
kekskurse 01fac32265
All checks were successful
continuous-integration/drone/push Build is passing
dev: change readme
2021-09-20 12:52:33 +02:00

21 lines
No EOL
599 B
Markdown

# 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.
```bigquery
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
```