Hi all,
i have set up SMS notification thru EXE notification, we have a program call SYSmanSMS and the setup works.
I have made a bat file and placed it in EXE folder, the bat file contains the following code:
echo "%~2" >"C:\SysManSMS\INPUT\prtg.txt"
The notification parameter contains the following:
[%sitename] %device %name %status %down (%message)
That is the standard parameter i have tried with " ".
I get the SMS but all it says is: 'Network' i would like to have a SMS like the email notification with more information, what to do.
Add comment