diff --git a/contrib/linux-agent-installer/Icinga2Agent.bash b/contrib/linux-agent-installer/Icinga2Agent.bash index ada101eb..6dac8d41 100644 --- a/contrib/linux-agent-installer/Icinga2Agent.bash +++ b/contrib/linux-agent-installer/Icinga2Agent.bash @@ -78,6 +78,9 @@ include "features-enabled/*.conf" include include include +include +include +include EOF ` ZONES_ICINGA2=`cat << EOF diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 66b6f924..352cd271 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -37,6 +37,7 @@ before switching to a new version. ### Icinga Configuration * FEATURE: support flapping settings for Icinga >= 2.8.0 (#330) +* FEATURE: include all itl packages in Linux Agent sample config (#1450) 1.4.3 -----