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:
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…
x
Reference in New Issue
Block a user