Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Fix missing icinga2.conf ITL includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Feb 13, 2020
1 parent b93aea0 commit 3fd8c59
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 @@ -1589,8 +1589,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 3fd8c59

Please sign in to comment.