-
New Feature Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
We should be able to call whatever script we want with whatever parameters we want (defined by the Parameters on the "AlertScript"). It seems that if we want to use an AlertScript currently, we are limited to passing only 3 variables through;
{ALERT.SENDTO} {ALERT.SUBJECT} {ALERT.MESSAGE}
If we want to use Zabbix's internal parameters as a "Script Parameter", it seems to either ignore them or not allow anything other than {ALERT.*} to be used.
I should be able to configure an AlertScript, Enter whatever parameters I want (for example, Param 1 {HOST.ID}, Param 2 {EVENT.ID} and then pass those to the script.
In my testing, this does not work.