Added missing macros.

This commit is contained in:
Gunnar Beutner 2012-08-17 14:26:10 +02:00
parent 643f2b42b5
commit d086f6fae2
1 changed files with 5 additions and 1 deletions

View File

@ -33,5 +33,9 @@ abstract object Service "ping" inherits "nagios-service" {
}
object Host "localhost" {
services = { "ping" }
services = { "ping" },
macros = {
address = "localhost"
}
}