|
Revision 439, 1.5 kB
(checked in by mbr, 3 years ago)
|
lots of updates to ensure proper handling of new fwknopd daemon
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
########################################################################### |
|---|
| 3 |
# |
|---|
| 4 |
# This is the configuration file for the fwknop knopwatchd daemon (see the |
|---|
| 5 |
# knopwatchd man page for more information). Normally this file gets |
|---|
| 6 |
# installed at /etc/fwknop/knopwatchd.conf, but can be put anywhere in the |
|---|
| 7 |
# filesystem and then the path can be specified on the command line |
|---|
| 8 |
# argument "-c <file>" to knopwatchd. The syntax of this file is as |
|---|
| 9 |
# follows: |
|---|
| 10 |
# |
|---|
| 11 |
# Each line has the form "<variable name> <value>;". Note the semi- |
|---|
| 12 |
# colon after the <value>. All characters after the semicolon will be |
|---|
| 13 |
# ignored to provide space for comments. |
|---|
| 14 |
# |
|---|
| 15 |
########################################################################### |
|---|
| 16 |
# |
|---|
| 17 |
# $Id$ |
|---|
| 18 |
# |
|---|
| 19 |
|
|---|
| 20 |
### Supports multiple email addresses (as a comma separated |
|---|
| 21 |
### list). |
|---|
| 22 |
EMAIL_ADDRESSES root@localhost; |
|---|
| 23 |
|
|---|
| 24 |
### Machine hostname |
|---|
| 25 |
HOSTNAME _CHANGEME_; |
|---|
| 26 |
|
|---|
| 27 |
### Files |
|---|
| 28 |
FWKNOPD_PID_FILE /var/run/fwknop/fwknopd.pid; |
|---|
| 29 |
FWKNOPD_CMDLINE_FILE /var/run/fwknop/fwknopd.cmd; |
|---|
| 30 |
KNOPTM_PID_FILE /var/run/fwknop/knoptm.pid; |
|---|
| 31 |
KNOPMD_PID_FILE /var/run/fwknop/knopmd.pid; |
|---|
| 32 |
KNOPWATCHD_PID_FILE /var/run/fwknop/knopwatchd.pid; |
|---|
| 33 |
|
|---|
| 34 |
CHECK_INTERVAL 5; ### seconds |
|---|
| 35 |
MAX_RETRIES 10; |
|---|
| 36 |
|
|---|
| 37 |
### system binaries |
|---|
| 38 |
mailCmd /bin/mail; |
|---|
| 39 |
shCmd /bin/sh; |
|---|
| 40 |
knopwatchdCmd /usr/sbin/knopwatchd; |
|---|
| 41 |
knoptmCmd /usr/sbin/knoptm; |
|---|
| 42 |
knopmdCmd /usr/sbin/knopmd; |
|---|
| 43 |
fwknopdCmd /usr/sbin/fwknopd; |
|---|