Code

etc/nagixsc/*.cfg: Removed comments not relevant for Debian.
[pkg-nagixsc.git] / debian / etc / nagixsc / conf2http.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 (15666) ###
9 ; Port to bind server
10 #port: 15666
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 ; ### conf_dir (no default) ###
21 ; Directory where your config files are stored
22 conf_dir: /etc/nagixsc/conf
24 ; ### pidfile (/var/run/nagixsc_conf2http.pid) ###
25 ; Where to store pid file if daemonizing
26 #pidfile: /var/run/nagixsc_conf2http.pid
28 ; ### livestatus_socket (no default) ###
29 ; Query mk-livestatus (http://mathias-kettner.de/checkmk_livestatus.html)
30 ; "livestatus_socket" could be
31 ;   - local path and filename of socket ("/var/lib/nagios3/rw/live.sock")
32 ;   - IPv4 address and port ("127.0.0.1:6557")
33 ;   - IPv6 address and port ("[::1]:6557" or "::1:6557")
34 ;   - DNS resolvable name and port ("localhost:6557") - could be IPv4 *or* IPv6!
35 ;livestatus_socket: /var/lib/nagios3/rw/live.sock
37 [users]
38 ; All users who are allowed to connect and request informations are stored here.
39 ; Passwords must be md5 encrypted, for example in shell use:
40 ; echo -n "Password" | md5sum -
41 nagixsc: 019b0966d98fb71d1a4bc4ca0c81d5cc ; PW: nagixsc