Notification 'execute locally'

Hi,

Is it possible to create notification which runs some application and uses Dude variables as command-line parameters?
E.g.:
abc123.exe “Service [Probe.Name] on [Device.Name] is now [Service.Status]” “([Service.ProblemDescription])”

Thanks in advance, Grzegorz.

Yes, it is possible.
This code we are using to send SMS using exernal java script through SMPP server. We receive SMS at the same time we see the Popup alert on The Dude console.

C:\WINDOWS\system32\cscript.exe C:\smsadmin.js  admins [TimeAndDate] MSK: Service [Probe.Name] on [Device.Name] is now [Service.Status] ([Service.ProblemDescription])

1231.png
By the way, if we will setup SMPP server gateway wich can be used as secure gateway (let say we will use SSL) to send SMS from your NMS (The Dude or other), how many of you are ready to pay for it? The price will be reasonable.

Thanks a lot, it works :slight_smile:
My bad was that my ‘exe’ is in Dude folder and I write ‘exe’ name only without full path.

Regards, Grzegorz.