diff --git a/commands.d/signal-notify.conf b/commands.d/signal-notify.conf index a883271..107cc6a 100644 --- a/commands.d/signal-notify.conf +++ b/commands.d/signal-notify.conf @@ -61,6 +61,14 @@ object NotificationCommand "signal-service-notification" { required = true value = "$notification_signal_gateway_proto$" } + "--owners" = { + required = false + value = "$notification_owners$" + } + "--owner-groups" = { + required = false + value = "$notification_owner_groups$" + } } vars += { @@ -80,6 +88,9 @@ object NotificationCommand "signal-service-notification" { notification_signal_gateway_host = signal_gateway_host notification_signal_gateway_port = signal_gateway_port notification_signal_gateway_proto = signal_gateway_proto + + notification_owners = "$service.vars.owner$" + notification_owner_groups = "$service.vars.owner_groups$" } }