Code

etc/nagixsc/*.cfg: Removed comments not relevant for Debian.
[pkg-nagixsc.git] / debian / etc / nagixsc / http2nagios.cfg
1 ; Lines starting with "#" are defaults
3 [server]
4 ; ### ip (0.0.0.0) ###
5 ; IP to bind server
6 #ip: 0.0.0.0
8 ; ### port (15667) ###
9 ; Port to bind server
10 #port: 15667
12 ; ### ssl (false) ###
13 ; Use SSL for server communication
14 #ssl: false
16 ; ### sslcert (no default) ###
17 ; Read server key and certificate from this file
18 ;sslcert: server.pem
20 ; ### pidfile (/var/run/nagixsc_http2nagios.pid) ###
21 ; Where to store pid file if daemonizing
22 #pidfile: /var/run/nagixsc_http2nagios.pid
24 ; ### mode (no default) ###
25 ; Write checkresult files ("checkresult") or
26 ; write passive checks to command file ("passive")
27 mode: checkresult
29 [mode_passive]
30 ; ### pipe ###
31 ; File and path of Nagios command pipe
32 pipe: /var/lib/nagios3/rw/nagios.cmd
34 [mode_checkresult]
35 ; ### dir ###
36 ; Path to Nagios checkresult dir
37 dir: /var/lib/nagios3/spool/checkresults
39 [users]
40 ; All users who are allowed to connect and post informations are stored here.
41 ; Passwords must be md5 encrypted, for example in shell use:
42 ; echo -n "Password" | md5sum -
43 nagixsc: 019b0966d98fb71d1a4bc4ca0c81d5cc ; PW: nagixsc