From d7aacf25b7287e2ae1ca96e348c9fa6042f24559 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 9 Jan 2021 18:45:22 +0100 Subject: [PATCH] Adding settings into README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 282de70..2f6da59 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,4 @@ I rewrote a couple of things today to make sure the script still works. * Set a notification capping limit to prevent many notifications to be sent in case of an up-and-down host * Add a notification history log * Keep track of tasks response time + * Daemonize the script (instead of CRONs)