Code

5292ba7a50d4c56d79e135c04e2e21dbbe692801
[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 ;
38 ; For Debian packages set to "/var/lib/nagios3/spool/checkresults"
39 ; For local compiled Nagios set to "/usr/local/nagios/var/spool/checkresults"
40 ;
41 ; For quick start set to "/tmp/cr"
42 dir: /var/lib/nagios3/spool/checkresults
44 [users]
45 ; All users who are allowed to connect and post informations are stored here.
46 ; Passwords must be md5 encrypted, for example in shell use:
47 ; echo -n "Password" | md5sum -
48 nagixsc: 019b0966d98fb71d1a4bc4ca0c81d5cc ; PW: nagixsc