mirror of https://github.com/Icinga/icinga2.git
Added missing macros.
This commit is contained in:
parent
643f2b42b5
commit
d086f6fae2
|
@ -33,5 +33,9 @@ abstract object Service "ping" inherits "nagios-service" {
|
|||
}
|
||||
|
||||
object Host "localhost" {
|
||||
services = { "ping" }
|
||||
services = { "ping" },
|
||||
|
||||
macros = {
|
||||
address = "localhost"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue