Fixed a typo in the example config.

This commit is contained in:
Gunnar Beutner 2012-09-14 15:41:14 +02:00
parent d79a7fca0d
commit a6828f57d3
2 changed files with 2 additions and 2 deletions

View File

@ -718,7 +718,7 @@ local object Component "delegation" {
}
abstract object Service "nagios-service" {
methods {
methods = {
check = "native::NagiosCheck"
},

View File

@ -15,7 +15,7 @@ local object Component "compat" {
}
abstract object Service "nagios-service" {
methods {
methods = {
check = "native::NagiosCheck"
},