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

[icinga-users] NotificationCommand arguments not inherited

2016-10-17 Thread Lee Clemens
Hello, I created the following Notification Plugin Commands via Icinga2 Director, but the arguments from the parent template don't appear to be used when the command is executed. - Email Template - Email Host Template - Standard Email Host (object) template NotificationCommand "Email Template