malp/README.md

15 lines
376 B
Markdown

# MALP - Monitor Active Linux Pulses
A lightweight Ruby CGI status page for home server monitoring.
## Install
Copy repository directory to `/var/www/malp`.
### Example Apache Setup
```
mkdir /etc/httpd/tls
openssl req -new -x509 -nodes -newkey ec:<(openssl ecparam -name secp384r1) -keyout /etc/httpd/tls/anubis.key -out /etc/httpd/tls/anubis.crt -days 3650 -sha384
```