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