1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Added missing macros.

This commit is contained in:
Gunnar Beutner 2012-08-17 14:26:10 +02:00
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"
}
}