* description of what configuration options are available.
*/
-#include <itl/itl.conf>
-#include <itl/standalone.conf>
+include <itl/itl.conf>
+include <itl/standalone.conf>
/**
* Global configuration settings
* files. These are used by the Icinga 1.x CGIs to display the state of
* hosts and services.
*/
-#library "compat"
+library "compat"
local object CompatComponent "compat" { }
/**
state_path = "icinga2.state",
macros = {
- plugindir = "C:\Plugins"
+ plugindir = "C:\\Plugins"
}
}
* files. These are used by the Icinga 1.x CGIs to display the state of
* hosts and services.
*/
-#library "compat"
+library "compat"
local object Component "compat" {
status_path = "status.dat",
objects_path = "objects.cache",
* configuration templates.
*/
-#include "host.conf"
-#include "service.conf"
-#include "service-common.conf"
-#include "notification.conf"
+include "host.conf"
+include "service.conf"
+include "service-common.conf"
+include "notification.conf"
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
******************************************************************************/
-#library "checker"
+library "checker"
local object CheckerComponent "checker" {}
-#library "delegation"
+library "delegation"
local object DelegationComponent "delegation" {}
-#library "notification"
+library "notification"
local object NotificationComponent "notification" {}
local return T_LOCAL;
object return T_OBJECT;
template return T_TEMPLATE;
-#include return T_INCLUDE;
-#library return T_LIBRARY;
+include return T_INCLUDE;
+library return T_LIBRARY;
inherits return T_INHERITS;
null return T_NULL;
partial return T_PARTIAL;