X-Git-Url: https://git.tokkee.org/?p=nagixsc.git;a=blobdiff_plain;f=sample-configs%2Fconf2http.cfg;h=c6001f8f407f245b301010befbc48177ca4a26f8;hp=4e0e5a1e9a0669010162c6001946704c7e68585d;hb=779ef24a34fda65966d0c143a48a489aeee9acd0;hpb=cd2335539eb1a62e0a129443ad45291158d37816 diff --git a/sample-configs/conf2http.cfg b/sample-configs/conf2http.cfg index 4e0e5a1..c6001f8 100644 --- a/sample-configs/conf2http.cfg +++ b/sample-configs/conf2http.cfg @@ -1,16 +1,55 @@ ; Lines starting with "#" are defaults [server] +; ### ip (0.0.0.0) ### +; IP to bind server #ip: 0.0.0.0 + +; ### port (15666) ### +; Port to bind server #port: 15666 + +; ### ssl (false) ### +; Use SSL for server communication #ssl: false -#sslcert: server.pem +; ### sslcert (no default) ### +; Read server key and certificate from this file +; +; Example +;sslcert: server.pem + +; ### conf_dir (no default) ### +; Directory where your config files are stored +; +; Absolute file names recommended, but for quick start it is set relative +; to the source directory conf_dir: ./sample-configs/conf +; ### pidfile (/var/run/nagixsc_conf2http.pid) ### +; Where to store pid file if daemonizing +; #pidfile: /var/run/nagixsc_conf2http.pid +; ### livestatus_socket (no default) ### +; Query mk-livestatus (http://mathias-kettner.de/checkmk_livestatus.html) +; "livestatus_socket" could be +; - local path and filename of socket ("/var/lib/nagios3/rw/live.sock") +; - IPv4 address and port ("127.0.0.1:6557") +; - IPv6 address and port ("[::1]:6557" or "::1:6557") +; - DNS resolvable name and port ("localhost:6557") - could be IPv4 *or* IPv6! +; +; Examples: +;livestatus_socket: /var/lib/nagios3/rw/live.sock +;livestatus_socket: /usr/local/nagios/var/rw/live +;livestatus_socket: 127.0.0.1:6557 +;livestatus_socket: [::1]:6557 +;livestatus_socket: localhost:6557 +livestatus_socket: 172.21.254.99:6557 + [users] +; All users who are allowed to connect and request informations are stored here. +; Passwords must be md5 encrypted, for example in shell use: ; echo -n "Password" | md5sum - nagixsc: 019b0966d98fb71d1a4bc4ca0c81d5cc ; PW: nagixsc