[lwatch-cvs] files/doc lwatch.conf.sgml,1.6,1.7
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2005-06-26 21:50:06
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29599/doc Modified Files: lwatch.conf.sgml Log Message: First step for syslog support - setting configuration variables. Index: lwatch.conf.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.conf.sgml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lwatch.conf.sgml 11 Jun 2005 16:08:36 -0000 1.6 --- lwatch.conf.sgml 26 Jun 2005 21:49:54 -0000 1.7 *************** *** 66,69 **** --- 66,71 ---- <title>General options</title> <para><option>cfg_ver</option> - this is obligatory variable and it must be placed as the first option in config file (note: although it is not enforced now, it shall be in next release of lwatch). This variable contains version of configuration file syntax. Current manual describes version 1.</para> + <para><option>use_syslog</option> - if set to yes some messages will be logged through syslog, default is yes</para> + <para><option>log_level</option> - how verbose log messages should produce lwatch</para> <para><option>date_color</option> - default color of date part</para> <para><option>host_color</option> - default color of hostname part</para> *************** *** 78,82 **** <refsect2> <title>Available colors</title> ! <para>To specify color you can use following strings: black red green brown blue magenta cyan lightgray darkgray brightred brightgreen yellow brightblue purple brightcyan white.</para> </refsect2> --- 80,84 ---- <refsect2> <title>Available colors</title> ! <para>To specify color you can use following strings: black, red, green, brown, blue, magenta, cyan, lightgray, darkgray, brightred, brightgreen, yellow, brightblue, purple, brightcyan, white.</para> </refsect2> |