diff --git a/cmd/root.go b/cmd/root.go index 9510b92b..71639af9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -4,6 +4,9 @@ import ( "github.com/icinga/icingabeat/beater" cmd "github.com/elastic/beats/libbeat/cmd" + + // Register the includes. + _ "github.com/icinga/icingabeat/include" ) // Name of this beat