<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 23 May 2012 20:03:25 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Justin Carmony's Blog: SMS Nagios Notifications with PHP & Twilio]]></title>
      <guid>http://www.phpdeveloper.org/news/17473</guid>
      <link>http://www.phpdeveloper.org/news/17473</link>
      <description><![CDATA[<p>
In <a href="http://www.justincarmony.com/blog/2012/01/30/sms-nagios-notifications-with-php-twilio/">this latest post</a> to his blog <i>Justin Carmony</i> looks at a system he created to hook his Nagios notifications into the <a href="http://www.twilio.com/">Twilio</a> web service and have it notify him via SMS with something was wrong.
</p>
<blockquote>
In the past I would just use my iPhone's email-to-txt email address. However, when I received the txt message, it wasn't formated very pretty, and it would have a different "From Number." So if we had a crazy day, I would have 20-30 message threads in my iPhone all about Nagios. [...] What I like out this setup is with Twilio, I can buy a phone number for $1 a month. So all my notifications come through the same number.
</blockquote>
<p>
He's <a href="https://github.com/JustinCarmonyDotCom/Nagios-SMS-Requests-with-PHP-Twilio">included the PHP code</a> he uses to send the notifications (using the Twillo library) and the Nagios commands he configured to send the notifications to that script via the command line.
</p>]]></description>
      <pubDate>Tue, 31 Jan 2012 12:40:46 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Build a web-based notification tool with XMPP]]></title>
      <guid>http://www.phpdeveloper.org/news/14864</guid>
      <link>http://www.phpdeveloper.org/news/14864</link>
      <description><![CDATA[<p>
On the IBM developerWorks site there's a <a href="http://www.ibm.com/developerworks/xml/tutorials/x-realtimeXMPPtut/index.html?ca=dgr-btw01RealTimeApp">recent tutorial</a> about using PHP and Javascript with the XMPP to create a small web-based notification tool (called Pingstream).
</p>
<blockquote>
Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's published. Examples include social news aggregators and monitoring tools that continually update themselves with data from an external source. In this tutorial, you will create Pingstream, a small notification tool that uses PHP and JavaScript to communicate over the Extensible Messaging and Presence Protocol (XMPP), a set of XML technologies designed to support presence and real-time-communications functionality.
</blockquote>
<p>
You'll need to already have the usual software installed - PHP, Apache and MySQL - as well as a few others: Openfire, jQuery, Strophe, XMPPHP and LastRSS. They introduce some of the concepts behind real-time messaging, the XAMPP protocol and, of course the code to show how to create their service.
</p>]]></description>
      <pubDate>Wed, 28 Jul 2010 10:57:50 -0500</pubDate>
    </item>
  </channel>
</rss>

