Icinga2: LiveStatus Activation/Installation

Hey all, Here is a quick note how to install and activate MK Livestatus (Check_MK) API for your Icinga2 installation. More info about livestatus on the official website: https://mathias-kettner.de/checkmk_livestatus.html So, check if it’s already activated: # icinga2 feature list Disabled features: compatlog debuglog gelf graphite influxdb livestatus opentsdb perfdata statusdata syslog Enabled features: api checker command … 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