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

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