From d3f05d6ee11f073644a74d1c8c2bdb48e6f81cf9 Mon Sep 17 00:00:00 2001 From: axeloz <1597611+axeloz@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:33:08 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff8c0ea..7e7d114 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ It comes with a very straightforward dashboard written in PHP. This is **optiona * create your own `.env` file: `cp .env.example .env` and adapt it to your needs * create a webserver vhost with document root to the `public` directory * add tasks and contacts into the database (no GUI for CRUD yet) - * run the script: `cd /var/www/ && php artisan monitolite:monitoring:run` + * run the script: `cd /var/www/ && php artisan monitolite:run` * check the output of the command for results. - * if everything works, you may create a CRON `* * * * * cd /var/www/ && php artisan monitolite:monitoring:run > /dev/null` + * if everything works, you may create a CRON `* * * * * cd /var/www/ && php artisan monitolite:run > /dev/null` ## Settings @@ -89,4 +89,4 @@ It comes with a very straightforward dashboard written in PHP. This is **optiona [x] Set a notification capping limit to prevent many notifications to be sent in case of an up-and-down host [x] Add a notification history log [x] Keep track of tasks response time - [ ] Daemonize the script (instead of CRONs) \ No newline at end of file + [ ] Daemonize the script (instead of CRONs)