X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdbd-mk-livestatus.5.txt;fp=doc%2Fsysdbd-mk-livestatus.5.txt;h=a39c39c51f4d5d6f6a87904ef97c6ecbbf4d2b44;hp=0000000000000000000000000000000000000000;hb=92d47ccc3490cb245496853f8f6b89e68a9886a3;hpb=b33ec75a826417eea9f08227af6d2b8bb3d46784 diff --git a/doc/sysdbd-mk-livestatus.5.txt b/doc/sysdbd-mk-livestatus.5.txt new file mode 100644 index 0000000..a39c39c --- /dev/null +++ b/doc/sysdbd-mk-livestatus.5.txt @@ -0,0 +1,62 @@ +sysdbd-mk-livestatus(5) +======================= +Sebastian "tokkee" Harl +version {package_version}, {build_date} +:doctype: manpage + +NAME +---- +sysdbd-mk-livestatus - mk-livestatus plugin querying monitoring systems + +SYNOPSIS +-------- + + Interval 300 + + + + + Socket "/var/lib/nagios4/rw/live" + + + +DESCRIPTION +----------- +*mk-livestatus* is a backend module which queries monitoring systems +supporting the Check_MK livestatus interface (e.g. Icinga, Naemon, Nagios, +Shinken). It connects to the monitoring daemon and periodically queries all +hosts and services. + +CONFIGURATION +------------- +*mk-livestatus* accepts the following configuration options: + +*Instance* '':: + An instance block specifies a connection to the monitoring system. The + specified '' is used to identify the connection internally but + otherwise has no special meaning. + + + An instance block accepts the following configuration options: + + *Socket* '';; + The path name of the UNIX domain socket provided by the livestatus + module. + +SEE ALSO +-------- +*sysdbd*(1), *sysdbd.conf*(5) + +AUTHOR +------ +sysdbd was written by Sebastian "tokkee" Harl . + +COPYRIGHT +--------- +Copyright (C) 2012-2014 Sebastian "tokkee" Harl + +This is free software under the terms of the BSD license, see the source for +copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. + +// vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us : +