From: Sven Velt Date: Mon, 6 Sep 2010 12:01:58 +0000 (+0200) Subject: Small cleanups for sample config files X-Git-Url: https://git.tokkee.org/?p=nagixsc.git;a=commitdiff_plain;h=69cff900e7c33f45684bfc61dafb26ba94b947e5 Small cleanups for sample config files Signed-off-by: Sven Velt --- diff --git a/sample-configs/conf2http.cfg b/sample-configs/conf2http.cfg index c6001f8..d90da10 100644 --- a/sample-configs/conf2http.cfg +++ b/sample-configs/conf2http.cfg @@ -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. diff --git a/sample-configs/http2nagios.cfg b/sample-configs/http2nagios.cfg index 71fd117..f5b4c8d 100644 --- a/sample-configs/http2nagios.cfg +++ b/sample-configs/http2nagios.cfg @@ -15,25 +15,20 @@ ; ### 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]