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