diff options
author | Immae <immae@immae.eu> | 2014-06-08 14:59:53 +0200 |
---|---|---|
committer | Immae <immae@immae.eu> | 2014-06-08 14:59:53 +0200 |
commit | 8b6154e92b39be265186c82ed0112d0926ae047c (patch) | |
tree | 70d16599eeb83f787891725ea9fbb35fdad7f495 /monitorrc | |
download | Monitor-8b6154e92b39be265186c82ed0112d0926ae047c.tar.gz Monitor-8b6154e92b39be265186c82ed0112d0926ae047c.tar.zst Monitor-8b6154e92b39be265186c82ed0112d0926ae047c.zip |
initial
Diffstat (limited to 'monitorrc')
-rw-r--r-- | monitorrc | 35 |
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] | ||
2 | Name = Journalctl bla bla bla bla bla bla bla | ||
3 | Command = "journalctl --full -f" | ||
4 | Buffer = 100 | ||
5 | Type = continuous | ||
6 | |||
7 | [tinc_check] | ||
8 | Name = Tinc | ||
9 | Command = "tinc_check_connect" | ||
10 | Type = oneshot | ||
11 | Periodic = 10 | ||
12 | |||
13 | [test] | ||
14 | Name = Test | ||
15 | Command = "cat monitorrc" | ||
16 | Type = oneshot | ||
17 | Periodic = 10 | ||
18 | |||
19 | [lsR] | ||
20 | Name = lsR | ||
21 | Command = "ls -1 /var/named /etc/zsh" | ||
22 | Type = oneshot | ||
23 | Periodic = 10 | ||
24 | |||
25 | [test2] | ||
26 | Name = Test | ||
27 | Command = "cat monitorrc" | ||
28 | Type = oneshot | ||
29 | Periodic = 10 | ||
30 | |||
31 | [lsR2] | ||
32 | Name = 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 | ||
33 | Command = "ls -1 /var/named /etc/zsh" | ||
34 | Type = oneshot | ||
35 | Periodic = 10 | ||