I’m new here, so sorry if I’m posting that in wrong place…
I want to set recurring downtime for one certain host let’s say this_host_dt
I went through docs… but I don’t really feel how I should do that…
I have Icinga set up on production (not by me). But I do not really feel which file connects which file… so lets say I have
/etc/icinga2/zones.d/my_zone/this_host_dt
should i add to its configuration
apply ScheduledDowntime “my-downtime” to Endpoint {
author = “icingaadmin”
comment = “Scheduled downtime for my host”
ranges = {
monday = “02:00-03:00”
}
assign where “this_host_dt” in client.endpoint (??)
}
To be more precised… I need to set recurring downtime for host this_host_dt and for one service on this host -> ping4
Thank you for any help
Hi @keramaisa and a warm welcome from my side too!
I moved your post to the Icinga Core category, it seemed to fit there a little better.
If you are unsure where to post a topic, you can find little descriptions of them if you click the category from the front page
I see that you have already used markdown in your addition to the post, but if you want to learn more about the formatting, there are some guidelines over here.
And, as Hendrik already said, please mark the answer that solved your problem as the “solution”