Skip to content

Commit

Permalink
Merge pull request #98 from Icinga/bugfix/missing-icinga2-conf-includes
Browse files Browse the repository at this point in the history
Fix missing icinga2.conf ITL includes
  • Loading branch information
LordHepipud authored May 8, 2020
2 parents 92426da + 3fd8c59 commit e5969c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Icinga2Agent/Icinga2Agent.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1592,8 +1592,10 @@ object ApiListener "api" {' + $certificateConfig + '
include "constants.conf"
include <itl>
include <plugins>
include <nscp>
include <plugins-contrib>
include <manubulon>
include <windows-plugins>
include <nscp>
/* Required for Icinga 2.8.0 and above */
const NodeName = "' + $this.getProperty('local_hostname') + '"
Expand Down

0 comments on commit e5969c5

Please sign in to comment.