]> granicus.if.org Git - icinga2/commitdiff
Fixed a typo in the example config.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 14 Sep 2012 13:41:14 +0000 (15:41 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 14 Sep 2012 13:41:14 +0000 (15:41 +0200)
docs/icinga2-config.txt
icinga-app/config/icinga2.conf.dist

index 6a60b214fda79eb13d7f2dd49c87a18ab278794d..ec18da5238bd3a1ca99fc506a09bfbc1cc84f0ac 100644 (file)
@@ -718,7 +718,7 @@ local object Component "delegation" {
 }
 
 abstract object Service "nagios-service" {
-  methods {
+  methods {
     check = "native::NagiosCheck"
   },
 
index 17cc4a1a44261a4a62fca376e1ef5461cb174b24..beb48df441b965f3e890b9a49529a5bb7ab9e2f1 100644 (file)
@@ -15,7 +15,7 @@ local object Component "compat" {
 }
 
 abstract object Service "nagios-service" {
-  methods {
+  methods {
     check = "native::NagiosCheck"
   },