<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Nagios &#8211; Check Host without Ping</title>
	<atom:link href="http://www.htmlgraphic.com/nagios-check-host-without-ping/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlgraphic.com/nagios-check-host-without-ping/</link>
	<description>In Development</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:59:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: SirCompo</title>
		<link>http://www.htmlgraphic.com/nagios-check-host-without-ping/comment-page-1/#comment-376</link>
		<dc:creator>SirCompo</dc:creator>
		<pubDate>Mon, 30 Jan 2012 15:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1181#comment-376</guid>
		<description>Thanks for this - very useful.

NB. In Icinga, the check_command line needs to be changed :-

check_command check_tcp!80</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; very useful.</p>
<p>NB. In Icinga, the check_command line needs to be changed :-</p>
<p>check_command check_tcp!80</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loyd</title>
		<link>http://www.htmlgraphic.com/nagios-check-host-without-ping/comment-page-1/#comment-60</link>
		<dc:creator>loyd</dc:creator>
		<pubDate>Tue, 17 Aug 2010 13:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1181#comment-60</guid>
		<description>That only updates the status once.  This template lets you define a host that only uses the web check to determine if the host is alive.
# Generic host definition template - This is NOT a real host, just a template!

define host{
        name                            generic-noping-webhost    ; The name of this host template
        notifications_enabled           1       ; Host notifications are enabled
        event_handler_enabled           1       ; Host event handler is enabled
        flap_detection_enabled          1       ; Flap detection is enabled
        failure_prediction_enabled      1       ; Failure prediction is enabled
        process_perf_data               1       ; Process performance data
        retain_status_information       1       ; Retain status information across program restarts
        retain_nonstatus_information    1       ; Retain non-status information across program restarts
		check_command                   &#039;check_tcp -p 80&#039;
		max_check_attempts              10
		notification_interval           0
		notification_period             24x7
		notification_options            d,u,r
		contact_groups                  admins
        register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
        }</description>
		<content:encoded><![CDATA[<p>That only updates the status once.  This template lets you define a host that only uses the web check to determine if the host is alive.<br />
# Generic host definition template &#8211; This is NOT a real host, just a template!</p>
<p>define host{<br />
        name                            generic-noping-webhost    ; The name of this host template<br />
        notifications_enabled           1       ; Host notifications are enabled<br />
        event_handler_enabled           1       ; Host event handler is enabled<br />
        flap_detection_enabled          1       ; Flap detection is enabled<br />
        failure_prediction_enabled      1       ; Failure prediction is enabled<br />
        process_perf_data               1       ; Process performance data<br />
        retain_status_information       1       ; Retain status information across program restarts<br />
        retain_nonstatus_information    1       ; Retain non-status information across program restarts<br />
		check_command                   &#8216;check_tcp -p 80&#8242;<br />
		max_check_attempts              10<br />
		notification_interval           0<br />
		notification_period             24&#215;7<br />
		notification_options            d,u,r<br />
		contact_groups                  admins<br />
        register                        0       ; DONT REGISTER THIS DEFINITION &#8211; ITS NOT A REAL HOST, JUST A TEMPLATE!<br />
        }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

