From a6828f57d39552032a8fd60876095e52dd4f27f3 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 14 Sep 2012 15:41:14 +0200 Subject: [PATCH] Fixed a typo in the example config. --- docs/icinga2-config.txt | 2 +- icinga-app/config/icinga2.conf.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/icinga2-config.txt b/docs/icinga2-config.txt index 6a60b214f..ec18da523 100644 --- a/docs/icinga2-config.txt +++ b/docs/icinga2-config.txt @@ -718,7 +718,7 @@ local object Component "delegation" { } abstract object Service "nagios-service" { - methods { + methods = { check = "native::NagiosCheck" }, diff --git a/icinga-app/config/icinga2.conf.dist b/icinga-app/config/icinga2.conf.dist index 17cc4a1a4..beb48df44 100644 --- a/icinga-app/config/icinga2.conf.dist +++ b/icinga-app/config/icinga2.conf.dist @@ -15,7 +15,7 @@ local object Component "compat" { } abstract object Service "nagios-service" { - methods { + methods = { check = "native::NagiosCheck" }, -- 2.40.0