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