I have a custom media type (script) that accepts a number of parameters. One of them is some info on a location (country-like), so I created a global macro:
{$CELL_NAME} with a default value (which I can then override per host).
Now the issue is in the script executed by the trigger (media type) to create alerts: it seems it doesn't resolve this global macro when I "test" the newly created media type, but instead it seems to literally pass "{$CELL_NAME}" to my custom script. Is this not supported?
{$CELL_NAME} with a default value (which I can then override per host).
Now the issue is in the script executed by the trigger (media type) to create alerts: it seems it doesn't resolve this global macro when I "test" the newly created media type, but instead it seems to literally pass "{$CELL_NAME}" to my custom script. Is this not supported?
Comment