I am trying to use a custom variable that lives in our checkcommands. I want to output it into an alert, but the alert script doesn’t see it.
I have tried
$command.vars.name$
$checkcommand.vars.name$
$check.command.vars.name$
$check_command.vars.name$
Not of these seem to work and the var is not visible when the notification script runs.
Any idea what my syntax issue is?
thanks!