blob: fcb9088766b22d4071cd72f38417e1e9f59e3b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/**
* vi: ft=icinga2
* This File is managed by Ansible. Do NOT change.
*/
include "constants.conf"
include "zones.conf"
include <itl>
include <plugins>
include <plugins-contrib>
include <manubulon>
include <windows-plugins>
include <nscp>
include "features-enabled/*.conf"
include "ido-mysql.conf"
include "api_users.conf"
include_recursive "conf.d"
|