Code

documentation: Unified author information.
[sysdb.git] / doc / sysdbd-mk-livestatus.5.txt
1 sysdbd-mk-livestatus(5)
2 =======================
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 sysdbd-mk-livestatus - mk-livestatus plugin querying monitoring systems
11 SYNOPSIS
12 --------
13   <LoadBackend "mk-livestatus">
14       Interval 300
15   </LoadBackend>
17   <Backend "mk-livestatus">
18       <Instance "collector">
19           Socket "/var/lib/nagios4/rw/live"
20       </Instance>
21   </Backend>
23 DESCRIPTION
24 -----------
25 *mk-livestatus* is a backend module which queries monitoring systems
26 supporting the Check_MK livestatus interface (e.g. Icinga, Naemon, Nagios,
27 Shinken). It connects to the monitoring daemon and periodically queries all
28 hosts and services.
30 CONFIGURATION
31 -------------
32 *mk-livestatus* accepts the following configuration options:
34 *Instance* '<name>'::
35         An instance block specifies a connection to the monitoring system. The
36         specified '<name>' is used to identify the connection internally but
37         otherwise has no special meaning.
38         +
39         An instance block accepts the following configuration options:
41         *Socket* '<path>';;
42                 The path name of the UNIX domain socket provided by the livestatus
43                 module.
45 SEE ALSO
46 --------
47 *sysdbd*(1), *sysdbd.conf*(5)
49 AUTHOR
50 ------
51 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
53 COPYRIGHT
54 ---------
55 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
57 This is free software under the terms of the BSD license, see the source for
58 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
59 FITNESS FOR A PARTICULAR PURPOSE.
61 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :