Code

Changed license to GPL-2+ (from GPL-2only).
[nagixsc.git] / sample-configs / 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 ;
23 ; Absolute file names recommended, but for quick start it is set relative
24 ; to the source directory
25 conf_dir: ./sample-configs/conf
27 ; ### pidfile (/var/run/nagixsc_conf2http.pid) ###
28 ; Where to store pid file if daemonizing
29 #pidfile: /var/run/nagixsc_conf2http.pid
31 ; ### livestatus_socket (no default) ###
32 ; Query mk-livestatus (http://mathias-kettner.de/checkmk_livestatus.html)
33 ; "livestatus_socket" could be
34 ;   - local path and filename of socket ("/var/lib/nagios3/rw/live.sock")
35 ;   - IPv4 address and port ("127.0.0.1:6557")
36 ;   - IPv6 address and port ("[::1]:6557" or "::1:6557")
37 ;   - DNS resolvable name and port ("localhost:6557") - could be IPv4 *or* IPv6!
38 ;
39 ; Examples:
40 ;livestatus_socket: /var/lib/nagios3/rw/live.sock
41 ;livestatus_socket: /usr/local/nagios/var/rw/live
42 ;livestatus_socket: 127.0.0.1:6557
43 ;livestatus_socket: [::1]:6557
44 ;livestatus_socket: localhost:6557
46 [users]
47 ; All users who are allowed to connect and request informations are stored here.
48 ; Passwords must be md5 encrypted, for example in shell use:
49 ; echo -n "Password" | md5sum -
50 nagixsc: 019b0966d98fb71d1a4bc4ca0c81d5cc ; PW: nagixsc