LMD - Livestatus Multitool Daemon
Overview
Homepage: | https://github.com/sni/lmd/ |
Changelog: | https://github.com/sni/lmd/blob/master/Changes |
Documentation: | https://github.com/sni/lmd/ |
Get version: | lmd -version |
LMD fetches Livestatus data from one or multiple Livestatus sources and provides itself an aggregated Livestatus API. This makes the Thruk Gui faster, especcially when having many (remote) backends, because LMD caches the data locally and can directly respond to all Livestatus queries.
Directory Layout
Config Directory: | <site>/etc/thruk/lmd.ini |
Logfiles: | <site>/tmp/thruk/lmd/lmd.log |
Enable LMD
-
Uncomment
use_lmd_core=1
inetc/thruk/thruk_local.d/lmd.conf
. -
Restart Thruk via
omd restart apache
-
check with
ps
oromd status lmd
if there is a lmd process running (You may have to open Thruk in your browser first).
Backends are configured automatically by Thruk. You don't have to put them in the lmd.ini. It simply works out of the box.