SOURCES: nagircbot.sysconfig - more readable

glen glen at pld-linux.org
Mon Nov 20 09:53:20 CET 2006


Author: glen                         Date: Mon Nov 20 08:53:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more readable

---- Files affected:
SOURCES:
   nagircbot.sysconfig (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/nagircbot.sysconfig
diff -u SOURCES/nagircbot.sysconfig:1.2 SOURCES/nagircbot.sysconfig:1.3
--- SOURCES/nagircbot.sysconfig:1.2	Mon Nov 20 02:00:03 2006
+++ SOURCES/nagircbot.sysconfig	Mon Nov 20 09:53:15 2006
@@ -1,11 +1,32 @@
-STATUSFILE="/var/lib/nagios/status.dat"		# path to status.log ('status_file' parameter in nagios.cfg)
-RUNAS="nagios"					# run as
-IRCSERVER="localhost:6667"			# IRC server to connect to (host:port)
-CHANNEL="\#nagircbot"				# channel to connect to (#channel - # must be escaped)
-COLORS="yes"					# use colors
-NICK="nagircbot"				# nick
-SEPARATE_LINES="no"				# display all information on seperate lines
-SET_TOPIC="yes"					# show a summary in the topic-line
-CHECK_INTERVAL=30				# check interval (in seconds)
-SHOW_SOFT="yes"					# show state type 'SOFT'
-OTHER=""					# other params (see nagircbot --help)
+# path to status.log ('status_file' parameter in nagios.cfg)
+STATUSFILE="/var/lib/nagios/status.dat"
+
+# run daemon as this user
+RUNAS="nagios"
+
+# IRC server to connect to (host:port)
+IRCSERVER="localhost:6667"
+
+# channel to connect to (#channel - # must be escaped)
+CHANNEL="\#nagircbot"
+
+# use colors
+COLORS="yes"
+
+# nick
+NICK="nagircbot"
+
+# display all information on seperate lines
+SEPARATE_LINES="no"
+
+# show a summary in the topic-line
+SET_TOPIC="yes"
+
+# check interval (in seconds)
+CHECK_INTERVAL=30
+
+# show state type 'SOFT'
+SHOW_SOFT="yes"
+
+# any other params (see nagircbot --help)
+OTHER=""
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nagircbot.sysconfig?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list