]> granicus.if.org Git - icinga2/commitdiff
Update example configuration files.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Mar 2013 14:37:24 +0000 (15:37 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Mar 2013 14:37:24 +0000 (15:37 +0100)
etc/icinga2/icinga2.conf.dist
etc/icinga2/icinga2.conf.win32

index 004f1cec0e38378313d931414fee0afaf928b56b..d3bff8de8999e583f7a40e3a7c11b2607283d37a 100644 (file)
@@ -24,7 +24,8 @@ local object IcingaApplication "icinga" {
  * files. These are used by the Icinga 1.x CGIs to display the state of
  * hosts and services.
  */
-local object Component "compat" { }
+#library "compat"
+local object CompatComponent "compat" { }
 
 /**
  * And finally we define some host that should be checked.
index 52ecf109ddb7740a1191b0dbcd84affb142f5486..aeb6db792d1db7733fd2d1186ef255c403fe3f85 100644 (file)
@@ -27,6 +27,7 @@ local object IcingaApplication "icinga" {
  * files. These are used by the Icinga 1.x CGIs to display the state of
  * hosts and services.
  */
+#library "compat"
 local object Component "compat" {
   status_path = "status.dat",
   objects_path = "objects.cache",