Hi,
Just notes to myself really, but thought I would post here in case they were useful to anyone else

I have a VOIPStunt account and had installed NAGIOS monitoring for a few machines and wanted to add some form of simple SMS alerting as an experiment. Wasn't bothered with hooking up a phone, com ports et al and using one of the more complicated bits of software around. Yes, if the Nagios host goes down, I'm in trouble, But this was just an experiment for a bit of fun really.
I looked around for something that might work with my current 'provider' and after a bit of googling saw pySMSsend (
http://pysmssend.sourceforge.net/) which hooks into several providers. I thought that VOIPStunt looked similar to VOIPBuster which it supports (pretty sure it is one company owning several lookalikes) and thought I would try it.
Sure enough, it did

Details of what I did are as follows :
Installing PySMSSend to send SMS messages from the commandlineyum install python-tools (not 100% sure if this is necessary, but I was desperately trying to get the 'mechanize' bit installed at the time and wondered if it was included !)
Grab a copy of pysmssend from pysmssend.sourceforge.net or
http://hwoarang.silverarrow.gr/wp-content/distfiles/pysmssend-1.35.tar.gzGrab a copy of
http://wwwsearch.sourceforge.net/mechanize/ or
http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gzExtract mechanize to a temporary folder and run python ez_setup.py THEN run /usr/bin/easy_install mechanize
(EasyInstall :
http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install)
Extract pysmssend to a temporary folder and run python install.sh
If you have a different provider (I was using VoipStunt which is the same as VoipBuster and others) you can manually change the config files accordingly.
I just added in VOIPStunt and copied the VOIPBuster lines changing the URL where necessary.
To send an SMS from the command line we just need to type :
pysmssend -a your_provider -u login_name -p password -n number "your text you want to send"
All I have to do now is add it in to my Nagios

If anyone wants to know any more then please ask, though I am no tech head........... I could bung up a Howto if need be ?
B. Rgds
John