Code

Small cleanups for sample config files
[nagixsc.git] / sample-configs / http2nagios.cfg
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]