Re: [icinga-users] NotificationCommand arguments not inherited

2016-10-18 Thread Lee Clemens
On 10/18/2016 08:50 AM, Markus Frosch wrote: > On 17.10.2016 20:20, Lee Clemens wrote: >> arguments = { >> "--host-output" = { >> required = true >> value = "$host.output$" >> } >> "--host-state" = { >> required = true >> v

[icinga-users] Non-NRPE command timeouts

2016-10-18 Thread Rob DeSanno
I’m running into a problem in the office whereby some of my non-NRPE checks are taking more than 60 seconds to complete and icinga2 is killing them and returning the following status: So I have 2 questions: - Is there a way to increase the default, non-NRPE checks to run more than 60s w

Re: [icinga-users] how to ignore a Host

2016-10-18 Thread Kai Nothdurft
Hi Michael, so what do you mean with ignore? If it's showing OK, you can ignore the host, don't you? If you don't use a check_command, what should be shown in the Web-interface? Or do you want the hosts be hidden from the Webinterface? How do you want to hide them? If from the GUI, how would you r

Re: [icinga-users] NotificationCommand arguments not inherited

2016-10-18 Thread Markus Frosch
On 17.10.2016 20:20, Lee Clemens wrote: > arguments = { > "--host-output" = { > required = true > value = "$host.output$" > } > "--host-state" = { > required = true > value = "$host.state$" > } > } Hey Lee, you