From 9b96f7cb7a37e00044b068cbeb3027d559a4d9f7 Mon Sep 17 00:00:00 2001 From: Immae Date: Mon, 16 Jun 2014 22:05:26 +0200 Subject: - Added possibility to mark a line in red, using escape sequence `a la xterm` - Possibility to force redraw of "oneshot" processes - Bug correction: when the window size is too small (< 3), we asked for a negative amount of lines from the buffer --- monitorrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'monitorrc') diff --git a/monitorrc b/monitorrc index 991714a..8bd4c4b 100644 --- a/monitorrc +++ b/monitorrc @@ -20,4 +20,10 @@ Periodic = 600 Name = Fail2ban Command = "fail2ban_check" Type = oneshot -Periodic = 60 +Periodic = 600 + +[check_all] +Name = Check all +Command = "check_all" +Type = oneshot +Periodic = 3600 -- cgit v1.2.3