fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / monitor.stem
CommitLineData
4536f655 1# monitor.stem
2#
3[
4 class => 'Stem::Console',
5],
6[
7 'class' => 'Stem::Hub',
8 'name' => 'monitor',
9 'args' => [],
10],
11[
12 class => 'Stem::Portal',
13 args => [
14 ],
15],
16[
17 'class' => 'Stem::Log::Tail',
18 'name' => 'foo',
19 'args' => [
20 'path' => 'tail/foo.log',
21 'interval' => 3,
22 'delay' => 0,
23 'data_log' => 'archive:bar',
24 'status_log' => 'archive:bar_status',
25 ],
26],