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