Update README.md

This commit is contained in:
Axel 2021-01-08 17:34:48 +01:00 committed by GitHub
parent 9e1594224b
commit 65beb2b7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ It uses a SQL backend for handling the tasks and the status of the tasks.
Tested on MySQL only. Tested on MySQL only.
It comes with a very straightforward dashboard written in PHP. This is **optional**, the `monitolite.pl` script runs as standalone. It comes with a very straightforward dashboard written in PHP. This is **optional**, the `monitolite.pl` script runs as standalone.
**Caution**: the backend is not password-protected. You should make sure you add your own security layer via IP filtering or basic authentication.
I rewrote a couple of things today to make sure the script still works. I rewrote a couple of things today to make sure the script still works.
@ -58,6 +60,7 @@ I rewrote a couple of things today to make sure the script still works.
* Multithreading * Multithreading
* SMS Notifications * SMS Notifications
* Better dashboard * Better dashboard
* Protected backend with authentication
* Create an installation script * Create an installation script
* Raise alert when tasks are not run at the correct frequency (CRON down or other reason) * Raise alert when tasks are not run at the correct frequency (CRON down or other reason)
* Set a notification capping limit to prevent many notifications to be sent in case of an up-and-down host * Set a notification capping limit to prevent many notifications to be sent in case of an up-and-down host