mirror of https://github.com/Icinga/icinga2.git
Fixed a typo in the example config.
This commit is contained in:
parent
d79a7fca0d
commit
a6828f57d3
|
@ -718,7 +718,7 @@ local object Component "delegation" {
|
|||
}
|
||||
|
||||
abstract object Service "nagios-service" {
|
||||
methods {
|
||||
methods = {
|
||||
check = "native::NagiosCheck"
|
||||
},
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ local object Component "compat" {
|
|||
}
|
||||
|
||||
abstract object Service "nagios-service" {
|
||||
methods {
|
||||
methods = {
|
||||
check = "native::NagiosCheck"
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue