<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,23 @@
+# Introduction
+This is a ruby script that can be used with Nagios to send notifications via Jabber. I am planning on supporting a persistent connection to Jabber to allow for communication back to the script to get the last notification, etc.
+
+# Installation
+This script requires the following gems
+ - xmpp4r
+
+Place this script in 
+
+	$PREFIX/libexec/notify_via_nagios.rb
+	
+Then you will want to add a couple lines of configuration to nagios, for example...
+
+	define command {
+		command_name    notify-service-by-jabber
+		command_line    /usr/local/nagios/libexec/notify_via_jabber.rb $CONTACTADDRESS1$ &quot;$HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$&quot; &quot;Additional Info: $SERVICEOUTPUT$&quot;
+	}
+
+	define command {
+		command_name    notify-host-by-jabber
+		command_line    /usr/local/nagios/libexec/notify_via_jabber.rb $CONTACTADDRESS1$ &quot;$NOTIFICATIONTYPE$: $HOSTNAME$ is $HOSTSTATE$&quot; &quot;$HOSTOUTPUT$&quot;
+	}
+	</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>00c31d54a770cfb3c1575620139bb8c979670d51</id>
    </parent>
  </parents>
  <author>
    <name>Ron Valente</name>
    <email>rawn027@gmail.com</email>
  </author>
  <url>http://github.com/rvalente/notify_via_jabber/commit/1424df2198bd0b523cb4ae6c3a194cf5e4a8dbef</url>
  <id>1424df2198bd0b523cb4ae6c3a194cf5e4a8dbef</id>
  <committed-date>2009-04-06T07:26:12-07:00</committed-date>
  <authored-date>2009-04-06T07:26:12-07:00</authored-date>
  <message>asdf</message>
  <tree>bc427aca57c604a76fa64f74eb7c5925520d6e9b</tree>
  <committer>
    <name>Ron Valente</name>
    <email>rawn027@gmail.com</email>
  </committer>
</commit>
