]> git.immae.eu Git - perso/Immae/Projets/Ruby/Monitor.git/blob - monitorrc
Customization of window size
[perso/Immae/Projets/Ruby/Monitor.git] / monitorrc
1 [global]
2 list_size = 50
3
4 [journalctl_err]
5 Name = Journalctl errors
6 Command = "journalctl --full -f -p4"
7 Type = continuous
8 Buffer = 5000
9
10 [journalctl]
11 Name = Journalctl
12 Command = "journalctl --full -f"
13 Type = continuous
14 Buffer = 7000
15
16 [tinc_check]
17 Name = Tinc
18 Command = "tinc_check_connect"
19 Type = oneshot
20 Periodic = 600
21
22 [fail2ban_check]
23 Name = Fail2ban
24 Command = "fail2ban_check"
25 Type = oneshot
26 Periodic = 600
27
28 [check_all]
29 Name = Check all
30 Command = "check_all"
31 Type = oneshot
32 Periodic = 3600