diff options
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 | ||