]> git.immae.eu Git - perso/Immae/Projets/Ruby/Monitor.git/blob - monitorrc
- Added possibility to mark a line in red, using escape sequence `a la xterm`
[perso/Immae/Projets/Ruby/Monitor.git] / monitorrc
1 [journalctl_err]
2 Name = Journalctl errors
3 Command = "journalctl --full -f -p4"
4 Type = continuous
5 Buffer = 5000
6
7 [journalctl]
8 Name = Journalctl
9 Command = "journalctl --full -f"
10 Type = continuous
11 Buffer = 7000
12
13 [tinc_check]
14 Name = Tinc
15 Command = "tinc_check_connect"
16 Type = oneshot
17 Periodic = 600
18
19 [fail2ban_check]
20 Name = Fail2ban
21 Command = "fail2ban_check"
22 Type = oneshot
23 Periodic = 600
24
25 [check_all]
26 Name = Check all
27 Command = "check_all"
28 Type = oneshot
29 Periodic = 3600