<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gnucom.cc &#187; nrpe</title>
	<atom:link href="http://blog.gnucom.cc/tag/nrpe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Parse list_disk.pl to configure disk checks for nagios.</title>
		<link>http://blog.gnucom.cc/2010/parse-list_disk-pl-to-configure-disk-checks-for-nagios/</link>
		<comments>http://blog.gnucom.cc/2010/parse-list_disk-pl-to-configure-disk-checks-for-nagios/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 01:33:05 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[nrpe]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=720</guid>
		<description><![CDATA[I wrote a post earlier regarding listing the available disks on a remote server using list_disks.pl and NRPE. This time, I&#8217;m going to provide a code snippet that you can use to parse that output. The code isn&#8217;t very complicated, so I&#8217;ll just provide it for your uses. my $list_disks = 'list_disks'; my $libexec = [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/parse-list_disk-pl-to-configure-disk-checks-for-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List disks on linux server for nagios.</title>
		<link>http://blog.gnucom.cc/2010/list-disks-on-linux-server-for-nagios/</link>
		<comments>http://blog.gnucom.cc/2010/list-disks-on-linux-server-for-nagios/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 01:24:01 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[nrpe]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=716</guid>
		<description><![CDATA[I wrote this simple script that I named list_disks.pl to help me configure my hosts. I use it as a NRPE check to query a server for all of its available disks, and parse the output to write configuration files. It is useful for automating host configuration files when the hosts don&#8217;t have consistent naming [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/list-disks-on-linux-server-for-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring nagios to run privileged or root commands with NRPE.</title>
		<link>http://blog.gnucom.cc/2009/configuring-nagios-to-run-privileged-or-root-commands-with-nrpe/</link>
		<comments>http://blog.gnucom.cc/2009/configuring-nagios-to-run-privileged-or-root-commands-with-nrpe/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 23:24:58 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[nrpe]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=479</guid>
		<description><![CDATA[Theres several things you&#8217;ll need to adjust in the default Nagios installation to get NRPE to run privileged commands. Before we start, I&#8217;m assuming that you&#8217;re using a similar /etc/xinetd.d/nrpe file: service nrpe &#123; flags=REUSE socket_type=stream port= 5666 wait=no user=nagios group=nagios server=/usr/local/nagios/bin/nrpe server_args=-n -c /usr/local/nagios/etc/nrpe.cfg -i log_on_failure+=USERID disable=no only_from=111.111.111.111 &#125; The things to watch out [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/configuring-nagios-to-run-privileged-or-root-commands-with-nrpe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event handlers in nagios using NRPE.</title>
		<link>http://blog.gnucom.cc/2009/event-handlers-in-nagios-using-nrpe/</link>
		<comments>http://blog.gnucom.cc/2009/event-handlers-in-nagios-using-nrpe/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 00:04:37 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[event handler]]></category>
		<category><![CDATA[nrpe]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=458</guid>
		<description><![CDATA[You can setup nagios to execute commands via NRPE whenever a host or service state change occurs, these are called event handlers. Luckily they&#8217;re fairly easy to implement and the example I provide uses NRPE to issue remote event handlers. On the nagios server: In your command.cfg file, where I keep all of my command [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/event-handlers-in-nagios-using-nrpe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A quick copy and paste installation helper for NRPE plugin for nagios.</title>
		<link>http://blog.gnucom.cc/2009/a-quick-copy-and-paste-installation-helper-for-nrpe-plugin-for-nagios/</link>
		<comments>http://blog.gnucom.cc/2009/a-quick-copy-and-paste-installation-helper-for-nrpe-plugin-for-nagios/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 04:25:33 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Webhosting]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[nrpe]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=185</guid>
		<description><![CDATA[This is really choppy but I used it to speed up some quick NRPE installs on a bunch of machines. Still requires extra steps, I&#8217;de like to see someone make this into a perl script that does everything for you. :) Note to whomever uses this script: you may need to update the wget, tar, [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/a-quick-copy-and-paste-installation-helper-for-nrpe-plugin-for-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

