aboutsummaryrefslogtreecommitdiff
path: root/monitorrc
blob: b4db9bcb027002ce2ce23562e28d70c23c8d4ea1 (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
30
31
32
[global]
list_size = 50

[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