Skip to content
Snippets Groups Projects
Commit 2df0608c authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridan popis parametru SYSLOG, SYSLOG_VERBOSE a SYSLOG_FACILITY

parent 4189ee7e
No related branches found
No related tags found
No related merge requests found
......@@ -140,22 +140,28 @@ C. Installation
The Warden server configuration file contains:
BASEDIR - base directory of the Warden server
e.g. /opt/warden-server/
BASEDIR - base directory of the Warden server
e.g. /opt/warden-server/
FACILITY - syslog facility
e.g. local7
SYSLOG - enable/disable logging via syslog
e.g. 1
DB_NAME - MySQL database name of Warden server
e.g. warden
SYSLOG_VERBOSE - enable/disable verbose mode (stack information added)
e.g. 1
DB_USER - MySQL database user of Warden server
e.g. warden
SYSLOG_FACILITY - syslog facility
e.g. local7
DB_PASS - MySQL database password of Warden server
DB_NAME - MySQL database name of Warden server
e.g. warden
DB_HOST - MySQL database host
e.g. localhost
DB_USER - MySQL database user of Warden server
e.g. warden
DB_PASS - MySQL database password of Warden server
DB_HOST - MySQL database host
e.g. localhost
MAX_EVENTS_LIMIT - maximum number of events that can be downloaded from Warden server
in a single getNewEvents client function call
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment