aboutsummaryrefslogtreecommitdiff
path: root/monitorrc
diff options
context:
space:
mode:
authorImmae <immae@immae.eu>2014-06-16 22:05:26 +0200
committerImmae <immae@immae.eu>2014-06-16 22:05:26 +0200
commit9b96f7cb7a37e00044b068cbeb3027d559a4d9f7 (patch)
treefe47a8d2c70e232344d71648ae66ac835f6781ab /monitorrc
parent671fb38b7f0ee4168e2854fef26c02104dbc0153 (diff)
downloadMonitor-9b96f7cb7a37e00044b068cbeb3027d559a4d9f7.tar.gz
Monitor-9b96f7cb7a37e00044b068cbeb3027d559a4d9f7.tar.zst
Monitor-9b96f7cb7a37e00044b068cbeb3027d559a4d9f7.zip
- 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
Diffstat (limited to 'monitorrc')
-rw-r--r--monitorrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/monitorrc b/monitorrc
index 991714a..8bd4c4b 100644
--- a/monitorrc
+++ b/monitorrc
@@ -20,4 +20,10 @@ Periodic = 600
20Name = Fail2ban 20Name = Fail2ban
21Command = "fail2ban_check" 21Command = "fail2ban_check"
22Type = oneshot 22Type = oneshot
23Periodic = 60 23Periodic = 600
24
25[check_all]
26Name = Check all
27Command = "check_all"
28Type = oneshot
29Periodic = 3600