Icinga2: LiveStatus Activation/Installation

<p>Hey all,</p> <p>Here is a quick note how to install and activate MK Livestatus (Check_MK) API for your Icinga2 installation.</p> <p>More info about livestatus on the official website: <a href="https://mathias-kettner.de/checkmk_livestatus.html">https://mathias-kettner.de/checkmk_livestatus.html</a></p> <p>So, check if it’s already activated:</p> <pre class="EnlighterJSRAW" data-enlighter-theme="minimal"># icinga2 feature list Disabled features: compatlog debuglog gelf graphite influxdb livestatus opentsdb perfdata statusdata syslog Enabled features: … Read more

Icinga2 Director: How to import a server IP from local file

Hey all, #shortstory Today I had a pretty interesting task with Icinga2 and Director. The issue was with accessibility to DNS server which was installed in AWS without any public access, so basically it was used only for internal requests. To make story short, the task was to get IP address from local file, hostname … Read more