summaryrefslogtreecommitdiffabout
path: root/man/dudki.conf.5.in
Unidiff
Diffstat (limited to 'man/dudki.conf.5.in') (more/less context) (ignore whitespace changes)
-rw-r--r--man/dudki.conf.5.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dudki.conf.5.in b/man/dudki.conf.5.in
index 7d365d3..7186eeb 100644
--- a/man/dudki.conf.5.in
+++ b/man/dudki.conf.5.in
@@ -1,25 +1,25 @@
1.TH dudki.conf 5 "July 24th, 2004" "dudki.conf(5)" "Klever Group (http://www.klever.net/)" 1.TH dudki.conf 5 "November 8th, 2006" "dudki.conf(5)" "Klever Group (http://www.klever.net/)"
2.hla en 2.hla en
3 3
4.SH NAME 4.SH NAME
5 5
6dudki.conf \- The configuration file for the dudki process 6dudki.conf \- The configuration file for the dudki process
7monitoring daemon 7monitoring daemon
8 8
9.SH SYNOPSIS 9.SH SYNOPSIS
10 10
11The dudki.conf file is a runtime configuration file for the dudki 11The dudki.conf file is a runtime configuration file for the dudki
12process monitoring daemon. It contains the information about the process 12process monitoring daemon. It contains the information about the process
13being monitored and the instruction on how to cope with the processes. 13being monitored and the instruction on how to cope with the processes.
14 14
15.SH FILE FORMAT 15.SH FILE FORMAT
16 16
17The file consist of the global configuration and per-process 17The file consist of the global configuration and per-process
18configuration sections. The global configuration controls general 18configuration sections. The global configuration controls general
19dudki behaviour and sets defaults for per-process configuration 19dudki behaviour and sets defaults for per-process configuration
20directives. 20directives.
21 21
22.SH GLOBAL CONFIGURATION 22.SH GLOBAL CONFIGURATION
23 23
24.TP 24.TP
25\fBCheckInterval\fR \fIseconds\fR 25\fBCheckInterval\fR \fIseconds\fR
@@ -109,49 +109,49 @@ Notify mailto:hacker@klever.net
109 109
110.br 110.br
111<Process apache> 111<Process apache>
112.br 112.br
113 PidFile /var/run/httpd.pid 113 PidFile /var/run/httpd.pid
114.br 114.br
115 RestartCommand "exec /usr/sbin/apachectl start" 115 RestartCommand "exec /usr/sbin/apachectl start"
116.br 116.br
117</Process> 117</Process>
118.br 118.br
119<Process named> 119<Process named>
120.br 120.br
121 PidFile /var/run/named.pid 121 PidFile /var/run/named.pid
122.br 122.br
123 RestartCommand "exec /usr/sbin/named" 123 RestartCommand "exec /usr/sbin/named"
124.br 124.br
125</Process> 125</Process>
126 126
127.SH AUTHOR 127.SH AUTHOR
128 128
129Written by Michael 'hacker' Krelin <hacker@klever.net> 129Written by Michael 'hacker' Krelin <hacker@klever.net>
130 130
131.SH COPYRIGHT 131.SH COPYRIGHT
132 132
133Copyright (c) 2004 Klever Group (http://www.klever.net/) 133Copyright (c) 2004-2006 Klever Group (http://www.klever.net/)
134 134
135Permission is hereby granted, free of charge, to any person obtaining a copy of 135Permission is hereby granted, free of charge, to any person obtaining a copy of
136this software and associated documentation files (the "Software"), to deal in 136this software and associated documentation files (the "Software"), to deal in
137the Software without restriction, including without limitation the rights to 137the Software without restriction, including without limitation the rights to
138use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 138use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
139of the Software, and to permit persons to whom the Software is furnished to do 139of the Software, and to permit persons to whom the Software is furnished to do
140so, subject to the following conditions: 140so, subject to the following conditions:
141 141
142The above copyright notice and this permission notice shall be included in all 142The above copyright notice and this permission notice shall be included in all
143copies or substantial portions of the Software. 143copies or substantial portions of the Software.
144 144
145THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 145THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 146IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 147FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 148AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 149LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 150OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
151SOFTWARE. 151SOFTWARE.
152 152
153.SH BUGS 153.SH BUGS
154 154
155You tell me. Send reports to <dudki-bugs@klever.net> 155You tell me. Send reports to <dudki-bugs@klever.net>
156 156
157.SH SEE ALSO 157.SH SEE ALSO