Icinga2Agent: include all itl packages

fixes #1450
This commit is contained in:
Thomas Gelf 2018-03-28 17:45:00 +02:00
parent 08e38f2c75
commit d35c6858a1
2 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,9 @@ include "features-enabled/*.conf"
include <itl>
include <plugins>
include <plugins-contrib>
include <manubulon>
include <windows-plugins>
include <nscp>
EOF
`
ZONES_ICINGA2=`cat << EOF

View File

@ -37,6 +37,7 @@ before switching to a new version.
### Icinga Configuration
* FEATURE: support flapping settings for Icinga &gt;= 2.8.0 (#330)
* FEATURE: include all itl packages in Linux Agent sample config (#1450)
1.4.3
-----