aboutsummaryrefslogtreecommitdiff
path: root/monitorrc
diff options
context:
space:
mode:
Diffstat (limited to 'monitorrc')
-rw-r--r--monitorrc35
1 files changed, 35 insertions, 0 deletions
diff --git a/monitorrc b/monitorrc
new file mode 100644
index 0000000..f2f6ca9
--- /dev/null
+++ b/monitorrc
@@ -0,0 +1,35 @@
1[journalctl]
2Name = Journalctl bla bla bla bla bla bla bla
3Command = "journalctl --full -f"
4Buffer = 100
5Type = continuous
6
7[tinc_check]
8Name = Tinc
9Command = "tinc_check_connect"
10Type = oneshot
11Periodic = 10
12
13[test]
14Name = Test
15Command = "cat monitorrc"
16Type = oneshot
17Periodic = 10
18
19[lsR]
20Name = lsR
21Command = "ls -1 /var/named /etc/zsh"
22Type = oneshot
23Periodic = 10
24
25[test2]
26Name = Test
27Command = "cat monitorrc"
28Type = oneshot
29Periodic = 10
30
31[lsR2]
32Name = Test bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
33Command = "ls -1 /var/named /etc/zsh"
34Type = oneshot
35Periodic = 10