blob: 8bd4c4bbd01a1a49649091ad00d848e2deaa2bb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[journalctl_err]
Name = Journalctl errors
Command = "journalctl --full -f -p4"
Type = continuous
Buffer = 5000
[journalctl]
Name = Journalctl
Command = "journalctl --full -f"
Type = continuous
Buffer = 7000
[tinc_check]
Name = Tinc
Command = "tinc_check_connect"
Type = oneshot
Periodic = 600
[fail2ban_check]
Name = Fail2ban
Command = "fail2ban_check"
Type = oneshot
Periodic = 600
[check_all]
Name = Check all
Command = "check_all"
Type = oneshot
Periodic = 3600
|