Hey Guys
I've already read this one https://www.paessler.com/blog/2012/02/16/prtg-9/sending-out-prtg-sms-gsm-modem-mwconn sofar so good, but my Problem is, that mwconn doesn't run on my PRTG server, it runs on my Win7 Clien. What can I do to integrate the sms notification?? Please help mee!! I'm on my finish exam and I'll need this!!! :)
What configurations do i have to do that it works?? and how should be mail configured to send out notification mails too??
Thanks, ANITA
Article Comments
So you basically want PRTG to send SMS over network to a Win7 client that has the modem connected? Doesn't that defeat the whole purpose of using a GSM modem to send notifications when the network is actually down? :)
Anyway, you might want to use PowerShell's Invoke-Command feature to execute commands on the Windows 7 machine and execute the batch command line from the other thread within it's ScriptBlock. Or use PSExec as an alternative.
May, 2015 - Permalink
So you basically want PRTG to send SMS over network to a Win7 client that has the modem connected? Doesn't that defeat the whole purpose of using a GSM modem to send notifications when the network is actually down? :)
Anyway, you might want to use PowerShell's Invoke-Command feature to execute commands on the Windows 7 machine and execute the batch command line from the other thread within it's ScriptBlock. Or use PSExec as an alternative.
May, 2015 - Permalink