<?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>Event Handlers &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/event-handlers/feed/" rel="self" type="application/rss+xml" />
	<link>https://library.nagios.com</link>
	<description>Complete Nagios monitoring resources and documentation</description>
	<lastBuildDate>Tue, 06 Jan 2026 18:34:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://library.nagios.com/wp-content/uploads/2024/11/Nagios-Blue-N.svg</url>
	<title>Event Handlers &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Nagios XI &#8211; Introduction to Event Handlers</title>
		<link>https://library.nagios.com/documentation/nagios-xi-introduction-to-event-handlers/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Thu, 25 Jul 2013 22:49:35 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Event Handlers]]></category>
		<guid isPermaLink="false">https://libtest.nagios.com/library/products/nagios-xi/documentation/nagios-xi-introduction-to-event-handlers/</guid>

					<description><![CDATA[This document describes how to use event handlers in Nagios XI to take predefined actions when the hosts or services you are monitoring change state. Event handlers are used to automate processes taken when there is a state change for a specific host or service. This is useful because it reduces the amount of manual [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how to use event handlers in Nagios XI to take predefined actions when the hosts or services you are monitoring change state. Event handlers are used to automate processes taken when there is a state change for a specific host or service. This is useful because it reduces the amount of manual work when something changes in your environment. This document also includes some tips for advanced configurations and scripts.</p>



<p>This document is intended for use by Nagios XI administrators who want to implement custom event handler scripts beyond the simple stopping and restarting of services. Basic functional knowledge of shell scripting and Nagios macros is recommended.</p>



<p><strong>Introduction to Nagios XI Event Handlers &#8211; 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Introduction-to-Event-Handlers-2024.pdf" target="_blank" rel="noopener">Introduction to XI 2026 Event Handlers</a></p>



<p><strong>Introduction to Nagios XI Event Handlers &#8211; v5 (Legacy) </strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Introduction_to_Event_Handlers.pdf" target="_blank" rel="noreferrer noopener">Introduction to XI 5 Event Handlers</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Host Service Restart Event Handler</title>
		<link>https://library.nagios.com/documentation/host-service-restart-event-handler/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 19:19:08 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Event Handlers]]></category>
		<guid isPermaLink="false">https://libtest.nagios.com/library/products/nagios-xi/documentation/host-service-restart-event-handler/</guid>

					<description><![CDATA[Administrators can now effectivly restart a remote Windows Host’s services via Nagios XI. The following is a guide on how to do so including setting up an event handler to restart any service which goes into a critical state: Windows NCPA (Nagios Cross Platform Agent) Restarting Windows Services With NCPA NSClient++ via NRPE Nagios XI [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Administrators can now effectivly restart a remote Windows Host’s services via Nagios XI. The following is a guide on how to do so including setting up an event handler to restart any service which goes into a critical state:</p>



<h2 class="wp-block-heading" id="section-1">Windows</h2>



<h3 class="wp-block-heading" id="section-2">NCPA (Nagios Cross Platform Agent)</h3>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Restarting-Windows-Services-NCPA-in-Nagios-XI-2024.pdf" target="_blank" rel="noreferrer noopener">Restarting Windows Services With NCPA</a></p>



<h3 class="wp-block-heading" id="section-3">NSClient++ via NRPE</h3>



<p><strong>Nagios XI 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Restarting-Windows-Services-NRPE-in-Nagios-XI-2024.pdf" target="_blank" rel="noreferrer noopener">Restarting Windows Services With XI 2026</a></p>



<p><strong>Nagios XI 5.x (Legacy)</strong><br><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Restarting_Windows_Services_With_NRPE.pdf" target="_blank" rel="noreferrer noopener">Restarting Windows Services With XI 5</a></p>



<h2 class="wp-block-heading" id="section-4">Linux</h2>



<h3 class="wp-block-heading" id="section-5">NCPA (Nagios Cross Platform Agent)</h3>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Restarting-Linux-Services-NCPA-in-Nagios-XI-2024.pdf" target="_blank" rel="noreferrer noopener">Restarting Linux Services with NCPA</a></p>



<h3 class="wp-block-heading" id="section-6">NRPE</h3>



<p><strong>Nagios XI 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Restarting-Linux-Services-NRPE-in-Nagios-XI-2024.pdf" target="_blank" rel="noreferrer noopener">Restarting Linux Services With XI 2026</a></p>



<p><strong>Nagios XI 5.x (Legacy)</strong><br><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Restarting_Linux_Services_With_NRPE.pdf" target="_blank" rel="noreferrer noopener">Restarting linux Services With XI 5</a></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios XI Global Event Handlers</title>
		<link>https://library.nagios.com/documentation/nagios-xi-global-event-handlers/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Sun, 13 Jun 2010 01:48:39 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Event Handlers]]></category>
		<guid isPermaLink="false">https://libtest.nagios.com/library/products/nagios-xi/documentation/nagios-xi-global-event-handlers/</guid>

					<description><![CDATA[This document describes how to configure Nagios® XI&#x2122; to run global event handler scripts in order to process host and service state changes, alerts, and notification information. Global event handlers allow admins to run custom-developed scripts with Nagios XI in order to create custom automation processes. This document is intended for use by Nagios XI [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how to configure Nagios® XI&#x2122; to run global event handler scripts in order to process host and service state changes, alerts, and notification information. Global event handlers allow admins to run custom-developed scripts with Nagios XI in order to create custom automation processes.</p>



<p>This document is intended for use by Nagios XI Administrators who have a good understanding of scripts and want to automate their monitoring environment based on host or service state changes.</p>



<p><strong>Configuring Global Event Handlers in Nagios XI &#8211; 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Global-Event-Handlers-in-Nagios-XI-2024.pdf" target="_blank" rel="noreferrer noopener">Global Event Handlers in XI 2026</a></p>



<p><strong><strong>Configuring Global Event Handlers in Nagios XI </strong>&#8211; v5 (Legacy) </strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/XI_Global_Event_Handlers.pdf" target="_blank" rel="noreferrer noopener">Global Event Handlers in XI 5</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
