diff options
author | Immae <immae@immae.eu> | 2014-06-16 22:05:26 +0200 |
---|---|---|
committer | Immae <immae@immae.eu> | 2014-06-16 22:05:26 +0200 |
commit | 9b96f7cb7a37e00044b068cbeb3027d559a4d9f7 (patch) | |
tree | fe47a8d2c70e232344d71648ae66ac835f6781ab /monitorrc | |
parent | 671fb38b7f0ee4168e2854fef26c02104dbc0153 (diff) | |
download | Monitor-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-- | monitorrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,4 +20,10 @@ Periodic = 600 | |||
20 | Name = Fail2ban | 20 | Name = Fail2ban |
21 | Command = "fail2ban_check" | 21 | Command = "fail2ban_check" |
22 | Type = oneshot | 22 | Type = oneshot |
23 | Periodic = 60 | 23 | Periodic = 600 |
24 | |||
25 | [check_all] | ||
26 | Name = Check all | ||
27 | Command = "check_all" | ||
28 | Type = oneshot | ||
29 | Periodic = 3600 | ||