Tech Tip!
Do you use Twitter for company, tech support, or general system monitoring? You can send twitter message directly from your MultiValue applications using 'wget':
LINUX.COMMAND = \wget --delete-after --user=\: USERNAME :\
--password=\: PASSWORD :\ --post-data status='\: MSG :\' http://twitter.com/statuses/update.xml
\
EXECUTE \sh \: LINUX.COMMAND
If you have 'curl' on your system, you can also use that inplace of 'wget'.