mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +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" {
|
object Host "localhost" {
|
||||||
services = { "ping" }
|
services = { "ping" },
|
||||||
|
|
||||||
|
macros = {
|
||||||
|
address = "localhost"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user