diff options
| author | David Sommerseth <davids@redhat.com> | 2010-03-22 18:11:36 +0100 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-03-22 18:11:36 +0100 |
| commit | f1232c7f4404365ca9cbbf3fc8cbdee7e79bfac0 (patch) | |
| tree | f6db322a653d758683e1aace6ce3fa02d37a27c3 /server/parser/rteval-parserd.sysconfig | |
| parent | d5b6c59136a495b709dfec58b19bec719f86a368 (diff) | |
Renamed rteval_parserd to rteval-parserd
Diffstat (limited to 'server/parser/rteval-parserd.sysconfig')
| -rw-r--r-- | server/parser/rteval-parserd.sysconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/server/parser/rteval-parserd.sysconfig b/server/parser/rteval-parserd.sysconfig new file mode 100644 index 0000000..c57f48c --- /dev/null +++ b/server/parser/rteval-parserd.sysconfig @@ -0,0 +1,23 @@ +# Configuration parameters for rteval-parserd + +# *** Number of worker threads +# * When this is not set, the default will be one thread per CPU core +# NUM_THREADS=2 + +# *** Logging +# * Valid values: syslog:[facility] or a file name (full path) +# * Valid facility values: daemon, user and local0 to local7 +# * Default facility will be daemon +LOG=syslog: + +# *** Log level +# * Valid values: emerg, alert, crit, error, warn, notice, info, debug +LOGLEVEL=notice + +# *** rteval configuration file +# * Default value when not set is /etc/rteval.conf +# CONFIGFILE=/etc/rteval.conf + +# *** PID file +# * Full path to where to look for the PID file, defaults to /var/run/rteval-parserd.pid +# PIDFILE=/var/run/rteval-parserd.pid |
