Showing posts with label sms nagios. Show all posts
Showing posts with label sms nagios. Show all posts

Thursday, June 5, 2008

send sms via command line




so easy :-) and so useful





what i used:
OS: xp-pro-sp3
Nokia e65
Nokia USB cable
Nokia pc suite
Microsoft sms sender get it here or http://www.microsoft.com/globaldev/outreach/dnloads/smsSender.mspx

installation:
  1. Install Nokia pc suit
  2. Connect the Cell Phone
  3. Install Microsoft sms sender
  4. Done
i had to use the Microsoft sms sender GUI one time and than i could use the command line.

the command line syntax is also very easy:
smssender.exe /p:123456789 /m:"hello there"

explanation
/p: = cell number
/m: = your sms message... i use quotes " " or else i only get the first word...

thanks to Microsoft for writing this little tool :-)

next step is to use telnet from my Nagios server and send sms alerts ;-)