<?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>Thu, 20 Jun 2013 07:15:37 -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[Sebastian Nohn's Blog:  Using Net_DNSBL and Nagios to check if your SMTP server is listed in a RBL]]></title>
      <guid>http://www.phpdeveloper.org/news/8794</guid>
      <link>http://www.phpdeveloper.org/news/8794</link>
      <description><![CDATA[<p>
<i>Sebastian Nohn</i> has <a href="http://nohn.org/blog/view/id/checking_your_smtp_server_with_net_dnsbl_and_nagios">created a handy little script</a> using PEAR packages to work with a <a href="http://www.nagios.org/">Nagios</a> installation to perform an automatic check - validating that your domain isn't listed with the given black lists.
</p>
<blockquote>
<p>
<a href="http://en.wikipedia.org/wiki/DNSBL">RBLs</a> are a great way to get rid of a lot of SPAM (if you choose the right ones). On the other hand you (and users of your mail server) get in big trouble if your SMTP server gets listed on a common RBL.
</p>
<p>
Checking this manually is a job that sucks a lot, checking this automatically is an easy job with <a href="http://www.nagios.org/">Nagios</a>, <a href="http://www.php.net/">PHP</a>, <a href="http://pear.php.net/package/Net_DNSBL">Net_DNSBL</a> and <a href="http://pear.php.net/package/Console_Getopt">Console_Getopt</a>.
</p>
</blockquote>
<p>
He <a href="http://nohn.org/blog/view/id/checking_your_smtp_server_with_net_dnsbl_and_nagios">includes</a> the parts you'll need - grabbing the PEAR package, the PHP script to make the request and the changes you'll need to make to the configuration files to make it all work together.
</p>]]></description>
      <pubDate>Fri, 05 Oct 2007 10:22:00 -0500</pubDate>
    </item>
  </channel>
</rss>
