This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathtest.conf
99 lines (81 loc) · 2.38 KB
/
test.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[general]
appname=ramona-test
logdir=./log-test
logmaxsize=10000
logbackups=3
[env]
RAMONADEMO=test
RAMONAdemo1=test2
STRIGAROOT=
DEVNULL=/dev/null
NONEXISTENDIR=/non-existent-directory
[ramona:server]
#consoleuri=unix:///tmp/ramona-test.sock?mode=0600
pidfile=./.ramona-test.pid
pidfile@darwin=${TMPDIR}/ramona-test.pid
[ramona:notify]
#delivery=smtp://user:[email protected]:587/?tls=1
dailyat=18:46
[ramona:console]
#serveruri=unix:///tmp/ramona-test.sock
history=~/.ramona-test.history
[program:quickdeath]
command=bash -c "set;sleep 1"
command@windows=${comspec} /c set && ping 1.1.1.1 -n 1 -w 1000
autorestart=off
priority=200
[program:sleepy]
command=sleep 3
command@windows=${comspec} /c ping 1.1.1.1 -n 1 -w 3000
stdout=<null>
autorestart=on
priority=190
[program:4ever]
priority=80
command=tail -f ${DEVNULL}
command@windows=ping -t localhost
stderr=./log-test/quak.log
coredump=true
priority=180
autorestart=on
[program:4evertricky]
disabled@windows=true
priority=70
command=bash -c "echo ahoj1; tail -f /dev/null"
priority=170
[program:hellocycle]
command=bash -c "sleep 1; echo ahoj1 ttot neni error nebo je; sleep 1; echo ja nevim;sleep 1; echo error to je; sleep 1; echo -n err; sleep 2; echo or; sleep 1; ls --help; sleep 1"
stdout=<stderr>
stderr=<logdir>
priority=210
[program:testdisabled]
disabled=true
command=tail -f /dev/null
[program:testerror]
command=bash -c "sleep 1; echo -n foo bar foo bar bar eRR; sleep 1; echo oR bar foo bar bar; echo fatal; echo warn"
logscan_stdout=error>now,fatal>now,exception>now,warn>daily:[email protected]
[program:testdirfail]
directory=${NONEXISTENDIR}/xxx
umask=220
command=echo Go !!!
command@windows=${comspec} /c echo Go !!!
[program:testcfgfail]
# Intentionally incorrect umask
command=xxxx
umask=cc220
[program:dumper]
disabled=true
command=bash -c "while true; do date; sleep 0.05; done"
[program:ramonahttpfend]
command=<httpfend>
loglevel=DEBUG
listen=tcp://localhost:4467
#username=admin
# Can get either plain text or a SHA1 hash, if the password starts with {SHA} prefix
#password=password
# SHA example. To generate use for example: echo -n "secret" | sha1sum
#password={SHA}e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4
[program:envtest1]
command=bash -c "echo RAMONA_CONFIG: ${RAMONA_CONFIG}; echo RAMONA_CONFIG_WINC: ${RAMONA_CONFIG_WINC}; echo RAMONA_SECTION: ${RAMONA_SECTION}"