I have created a home brew script that takes in a number of parameters. The script works as I use it with other alert actions with no problem. However, today when trying to set it up with a new alert it no longer sends the alert.
Here is the line that is in the "Program to Execute" box.
perl F:\noctools\scripts\cgi-bin\Alert.pl u "${NodeName}:${IfName} is ${Status} at ${LongDate} ${MediumTime}" "${NodeName}:${IfName} is ${Status} at ${LongDate} ${MediumTime}" jcavey2
My only guess as to why this one fails and the one below works is string length.
perl F:\noctools\scripts\cgi-bin\Alert.pl g "${NodeName}" "${NodeName}(${IP_ADDRESS}) is ${Status}." AG_OTTS_ORION_UP_DOWN
Is there a limit to the number of characters that can be used in this field?