Code

Small cleanups for sample config files
authorSven Velt <sven@velt.de>
Mon, 6 Sep 2010 12:01:58 +0000 (14:01 +0200)
committerSven Velt <sven@velt.de>
Mon, 6 Sep 2010 12:01:58 +0000 (14:01 +0200)
Signed-off-by: Sven Velt <sven@velt.de>
sample-configs/conf2http.cfg
sample-configs/http2nagios.cfg

index c6001f8f407f245b301010befbc48177ca4a26f8..d90da109d843237448553235fc551b7c8046f6cf 100644 (file)
@@ -15,8 +15,6 @@
 
 ; ### sslcert (no default) ###
 ; Read server key and certificate from this file
-;
-; Example
 ;sslcert: server.pem
 
 ; ### conf_dir (no default) ###
@@ -28,7 +26,6 @@ conf_dir: ./sample-configs/conf
 
 ; ### pidfile (/var/run/nagixsc_conf2http.pid) ###
 ; Where to store pid file if daemonizing
-;
 #pidfile: /var/run/nagixsc_conf2http.pid
 
 ; ### livestatus_socket (no default) ###
@@ -45,7 +42,6 @@ conf_dir: ./sample-configs/conf
 ;livestatus_socket: 127.0.0.1:6557
 ;livestatus_socket: [::1]:6557
 ;livestatus_socket: localhost:6557
-livestatus_socket: 172.21.254.99:6557
 
 [users]
 ; All users who are allowed to connect and request informations are stored here.
index 71fd117e89b8b7106e1a3706f2805d1502626565..f5b4c8d83ecfe0f48892301640e66005e81dea29 100644 (file)
 
 ; ### sslcert (no default) ###
 ; Read server key and certificate from this file
-;
-; Example
 ;sslcert: server.pem
 
 ; ### pidfile (/var/run/nagixsc_http2nagios.pid) ###
 ; Where to store pid file if daemonizing
-;
 #pidfile: /var/run/nagixsc_http2nagios.pid
 
 ; ### mode (no default) ###
 ; Write checkresult files ("checkresult") or 
 ; write passive checks to command file ("passive")
-;
 mode: checkresult
 
 [mode_passive]
 ; ### pipe ###
 ; File and path of Nagios command pipe
-;
 pipe: /var/lib/nagios3/rw/nagios.cmd
 
 [mode_checkresult]