<?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>Alerting &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/alerting/feed/" rel="self" type="application/rss+xml" />
	<link>https://library.nagios.com</link>
	<description>Complete Nagios monitoring resources and documentation</description>
	<lastBuildDate>Thu, 26 Mar 2026 19:31:38 +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>Alerting &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Configure Alerts in Nagios Log Server 2024R2</title>
		<link>https://library.nagios.com/techtips/configuring-alerts-in-nls2024r2/</link>
		
		<dc:creator><![CDATA[Vadim Moskovkin]]></dc:creator>
		<pubDate>Mon, 19 May 2025 13:45:00 +0000</pubDate>
				<category><![CDATA[Techtips]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Configuration]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=56585</guid>

					<description><![CDATA[Monitoring your environment for critical system events is an essential part of maintaining a secure and reliable infrastructure. In Nagios Log Server 2024R2, setting up alerts allows administrators to receive notifications when specific conditions are met, such as a Failed SSH Login, enabling immediate response and mitigation. In this guide, we&#8217;ll walk you through the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Monitoring your environment for critical system events is an essential part of maintaining a secure and reliable infrastructure. In Nagios Log Server 2024R2, setting up alerts allows administrators to receive notifications when specific conditions are met, such as a Failed SSH Login, enabling immediate response and mitigation.</p>



<p>In this guide, we&#8217;ll walk you through the process of creating alerts in Log Server 2024R2 so you can monitor your systems more effectively.</p>



<h2 class="wp-block-heading">1. Log into Nagios Log Server</h2>



<p>Start by logging into Nagios Log Server using the credentials you created during the installation process.</p>



<h2 class="wp-block-heading">2. Create New Alert</h2>



<p>Once logged in, navigate to the left-hand menu and click the bell icon to access the Alerting section. Here, you can view any previously created alerts. To create a new alert, click on &#8220;New Alert.&#8221; A configuration window will appear.</p>



<h2 class="wp-block-heading">3. Fill in the following to define your alert</h2>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-12.15.26 PM.png"><img fetchpriority="high" decoding="async" width="1024" height="938" src="https://library.nagios.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-12.15.26 PM-1024x938.png" alt="Create an alert in Nagios Log Server 2024R2." class="wp-image-56580" title="How to Configure Alerts in Nagios Log Server 2024R2 1" srcset="https://library.nagios.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-12.15.26 PM-1024x938.png 1024w, https://library.nagios.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-12.15.26 PM-300x275.png 300w, https://library.nagios.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-12.15.26 PM-768x703.png 768w, https://library.nagios.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-12.15.26 PM.png 1208w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p><strong>Alert Name</strong></p>



<ul class="wp-block-list">
<li>Choose a name that accurately describes the purpose of your alert (e.g., &#8220;Failed SSH Login.&#8221;)</li>
</ul>



<p><strong>Type</strong></p>



<ul class="wp-block-list">
<li><strong>Query</strong>: Ideal for checking historical log data within a specified time period.</li>



<li><strong>Real-Time</strong>: Monitors logs as they are ingested, providing immediate detection.</li>



<li><strong>Host Freshness</strong>: Tracks if a host is actively sending logs, useful for detecting system outages.</li>
</ul>



<p>In this example, we&#8217;ll use the Query type and leave the next option as undefined.</p>



<p><strong>Check Interval</strong></p>



<ul class="wp-block-list">
<li>This determines how often the system checks the query. You can specify intervals in seconds (s), minutes (m), hours (h), or days (d).</li>
</ul>



<p><em>Example: 1m to check every minute.</em></p>



<p><strong>Lookback Period</strong></p>



<ul class="wp-block-list">
<li>Defines how far back the system will look when executing the query.</li>
</ul>



<p><em>Example: 15m to examine the last 15 minutes of logs.</em></p>



<p><strong>Warning Threshold</strong></p>



<ul class="wp-block-list">
<li>The number of matching events that trigger a warning notification.</li>
</ul>



<p><strong>Critical Threshold</strong></p>



<ul class="wp-block-list">
<li>The number of events that escalate the alert to critical status.</li>
</ul>



<p>In this scenario, we’ll set the warning threshold to 2 and the critical threshold to 3. This is especially useful for identifying brute-force login attempts before they escalate into larger issues.</p>



<p><strong>Nagios Log Server offers several notification options:</strong></p>



<ul class="wp-block-list">
<li>Nagios (send using NRDP.)</li>



<li>Execute Script.</li>



<li>Send an SNMP Trap.</li>



<li>Email Users.<br></li>
</ul>



<p>You can configure multiple alerts and customize how notifications are delivered—or even trigger automated scripts in response to alerts. For example, you could automatically shut down a machine if a certain condition is met.</p>



<h2 class="wp-block-heading">4. Select the Take Ownership Option</h2>



<p>You’ll also see an option to &#8220;Take Ownership&#8221;. Selecting this checkbox ensures that only users with admin rights can modify or delete the alert.</p>



<h2 class="wp-block-heading">5. Create Alert</h2>



<p>Once all settings are configured, click &#8220;Create Alert&#8221;. If you choose the Query type, you can find your alert under the Query section.</p>



<h2 class="wp-block-heading">6. Final Steps</h2>



<p>Click the three-dot menu next to your alert to access the following options:</p>



<ul class="wp-block-list">
<li>Show alert in Dashboard.</li>



<li>Run this alert now.</li>



<li>Deactivate this alert.</li>



<li>Edit this alert.</li>



<li>Remove.</li>
</ul>



<p>That’s it! You’ve successfully created an alert in <a href="https://www.nagios.com/products/nagios-log-server/" target="_blank" rel="noopener">Log Server 2024R2</a>. Alerts are a powerful feature that can significantly improve your ability to respond to system issues in real time. If you prefer a visual guide, we recommend checking out our <a href="https://youtu.be/2okhU-Og7wo" target="_blank" rel="noopener">YouTube tutorial</a>, which walks through this entire setup step-by-step.</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Set Up Email Alerts in Nagios XI</title>
		<link>https://library.nagios.com/support-tips/email-alerts-nagios-xi/</link>
		
		<dc:creator><![CDATA[Joe Johnson]]></dc:creator>
		<pubDate>Wed, 19 Mar 2025 19:32:23 +0000</pubDate>
				<category><![CDATA[Support Tips]]></category>
		<category><![CDATA[Techtips]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Monitoring]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=52649</guid>

					<description><![CDATA[Configure Notifications for System Failures and Downtime. Introduction Setting up email alerts in Nagios XI is essential for proactive monitoring of critical systems. When a server, application, or network device experiences an issue, Nagios XI can send email notifications to alert administrators in real time. This ensures IT teams respond quickly to failures, minimizing downtime, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><em>Configure Notifications for System Failures and Downtime</em>.</h3>



<h2 class="wp-block-heading"><strong>Introduction</strong></h2>



<p>Setting up email alerts in <a href="https://www.nagios.com/products/nagios-xi/" data-type="link" data-id="https://www.nagios.com/products/nagios-xi/downloads/?utm_feeditemid=,utm_device=c,utm_term=nagios%20xi,utm_source=google,utm_medium=ppc,utm_campaign={utmcampaign},hsa_cam=22196286194,hsa_grp=177167142649,hsa_mt=e,hsa_src=g,hsa_ad=731799402470,hsa_acc={6435916521},hsa_net=adwords,hsa_kw=nagios%20xi,hsa_tgt=kwd-304903057667&amp;utm_term=nagios%20xi&amp;utm_campaign=&amp;utm_source=adwords&amp;utm_medium=ppc&amp;hsa_acc=6435916521&amp;hsa_cam=22196286194&amp;hsa_grp=177167142649&amp;hsa_ad=731799402470&amp;hsa_src=g&amp;hsa_tgt=kwd-304903057667&amp;hsa_kw=nagios%20xi&amp;hsa_mt=e&amp;hsa_net=adwords&amp;hsa_ver=3&amp;gad_source=1&amp;gclid=EAIaIQobChMI_PnrlfGWjAMVAD0IBR1rISOyEAAYASAAEgI-B_D_BwE" target="_blank" rel="noreferrer noopener">Nagios </a><a href="https://www.nagios.com/products/nagios-xi/downloads/?utm_feeditemid=,utm_device=c,utm_term=nagios%20xi,utm_source=google,utm_medium=ppc,utm_campaign={utmcampaign},hsa_cam=22196286194,hsa_grp=177167142649,hsa_mt=e,hsa_src=g,hsa_ad=731799402470,hsa_acc={6435916521},hsa_net=adwords,hsa_kw=nagios%20xi,hsa_tgt=kwd-304903057667&amp;utm_term=nagios%20xi&amp;utm_campaign=&amp;utm_source=adwords&amp;utm_medium=ppc&amp;hsa_acc=6435916521&amp;hsa_cam=22196286194&amp;hsa_grp=177167142649&amp;hsa_ad=731799402470&amp;hsa_src=g&amp;hsa_tgt=kwd-304903057667&amp;hsa_kw=nagios%20xi&amp;hsa_mt=e&amp;hsa_net=adwords&amp;hsa_ver=3&amp;gad_source=1&amp;gclid=EAIaIQobChMI_PnrlfGWjAMVAD0IBR1rISOyEAAYASAAEgI-B_D_BwE" data-type="link" data-id="https://www.nagios.com/products/nagios-xi/downloads/?utm_feeditemid=,utm_device=c,utm_term=nagios%20xi,utm_source=google,utm_medium=ppc,utm_campaign={utmcampaign},hsa_cam=22196286194,hsa_grp=177167142649,hsa_mt=e,hsa_src=g,hsa_ad=731799402470,hsa_acc={6435916521},hsa_net=adwords,hsa_kw=nagios%20xi,hsa_tgt=kwd-304903057667&amp;utm_term=nagios%20xi&amp;utm_campaign=&amp;utm_source=adwords&amp;utm_medium=ppc&amp;hsa_acc=6435916521&amp;hsa_cam=22196286194&amp;hsa_grp=177167142649&amp;hsa_ad=731799402470&amp;hsa_src=g&amp;hsa_tgt=kwd-304903057667&amp;hsa_kw=nagios%20xi&amp;hsa_mt=e&amp;hsa_net=adwords&amp;hsa_ver=3&amp;gad_source=1&amp;gclid=EAIaIQobChMI_PnrlfGWjAMVAD0IBR1rISOyEAAYASAAEgI-B_D_BwE" target="_blank" rel="noopener">XI</a> is essential for proactive monitoring of critical systems. When a server, application, or network device experiences an issue, Nagios XI can send email notifications to alert administrators in real time. This ensures IT teams respond quickly to failures, minimizing downtime, and improving system reliability.</p>



<p>This guide will walk you through configuring email alerts in Nagios XI, covering SMTP settings, user notifications, and troubleshooting tips.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>1. Configuring Mail Settings in Nagios XI</strong></h2>



<p>Before setting up alerts, Nagios XI must be configured to send emails via SMTP (Simple Mail Transfer Protocol).</p>



<p><strong>A. Access Mail Settings</strong></p>



<ul class="wp-block-list">
<li>Log in to <strong>Nagios XI</strong></li>



<li>Navigate to <strong>Admin > System Config > Mail Settings</strong></li>
</ul>



<p><strong>B. Choose Mail Transfer Method</strong></p>



<p>Under the <strong>Mail Settings tab</strong>, choose one of the following methods:</p>



<ul class="wp-block-list">
<li><strong>Sendmail</strong> (default, for local mail relay)</li>



<li><strong>SMTP Server</strong> (recommended for external email providers like Gmail, Office 365, or custom SMTP servers)</li>
</ul>



<p><strong>C. Configure SMTP Settings</strong> (Recommended)</p>



<ol class="wp-block-list">
<li><strong>Set the SMTP server</strong> (e.g., <code>smtp.gmail.com</code> for Gmail, <code>smtp.office365.com</code> for Outlook)</li>



<li><strong>Enable authentication</strong> if required</li>



<li><strong>Enter SMTP credentials</strong> (username and password for authentication)</li>



<li><strong>Set the sender email address</strong> (e.g., <code>nagios@yourdomain.com</code>)</li>



<li>Save changes and <strong>test email delivery</strong> by sending a test message</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>2. Configuring User Notifications</strong></h2>



<p>Once email settings are configured, you need to enable notifications for users to receive alerts.</p>



<p><strong>A. Enable Email Notifications for a User</strong></p>



<ol class="wp-block-list">
<li>Go to <strong>Admin &gt; Manage Users</strong></li>



<li><strong>Select the user </strong>who should receive alerts</li>



<li>Click the <strong>Notification Preferences</strong> tab</li>



<li>Enable <strong>Email Notifications</strong></li>



<li>Choose the types of alerts the user should receive:
<ul class="wp-block-list">
<li><strong>Host Down/Recovery Alerts</strong></li>



<li><strong>Service Failure Alerts</strong></li>



<li><strong>Acknowledged Problems</strong></li>
</ul>
</li>



<li><strong>Save</strong> changes</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>3. Configuring Notification Settings for Hosts and Services</strong></h2>



<p>To ensure email alerts are triggered when a system issue occurs, hosts and services must have notification settings enabled.</p>



<p><strong>A. Enable Notifications for Hosts</strong></p>



<ol class="wp-block-list">
<li>Navigate to <strong>Configure &gt; Core Config Manager</strong></li>



<li>Go to <strong>Hosts &gt; Select a Host</strong></li>



<li>Click the <strong>Alert Settings</strong> tab</li>



<li>Ensure <strong>Notifications Enabled</strong> is set to <strong>On</strong></li>



<li>Select <strong>Notification Contacts</strong> (users to receive alerts)</li>



<li>Click <strong>Apply Configuration</strong> to save changes</li>
</ol>



<p><strong>B. Enable Notifications for Services</strong></p>



<ol class="wp-block-list">
<li>Navigate to <strong>Configure &gt; Core Config Manager &gt; Services</strong></li>



<li><strong>Select a monitored service</strong> (e.g., CPU Load, Disk Space)</li>



<li>Go to the <strong>Alert Settings</strong> tab</li>



<li><strong>Enable</strong> <strong>notifications</strong> and set a <strong>contact group</strong></li>



<li><strong>Save</strong> and <strong>apply</strong> the configuration</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>4. Testing Email Alerts in Nagios XI</strong></h2>



<p>Once notifications are set up, test the alert system:</p>



<ol class="wp-block-list">
<li>Trigger a failure: Manually stop a monitored service (e.g., Apache) to generate an alert: <code>sudo systemctl stop httpd</code></li>



<li>Check if Nagios XI sends an email notification when the service goes down</li>



<li>Restart the service and verify that a recovery alert is sent: <code>sudo systemctl start httpd</code></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>5. Troubleshooting Email Notification Issues</strong></h2>



<p>If emails are not being sent, try the following fixes:</p>



<p><strong>A. Check Nagios XI Mail Logs</strong></p>



<p>Run the following command to check mail logs for errors:</p>



<pre class="wp-block-preformatted"><code>tail -f /var/log/maillog<br></code></pre>



<p>Look for SMTP authentication failures or connection issues.</p>



<p><strong>B. Verify Firewall and Port Settings</strong></p>



<p>Ensure outbound SMTP traffic is not blocked:</p>



<p><code>sudo firewall-cmd --add-port=587/tcp --permanent<br>sudo firewall-cmd --reload<br></code></p>



<p>(Replace <code>587</code> with <code>465</code> or <code>25</code> based on your SMTP provider).</p>



<p><strong>C. Check Email Sending Permissions</strong></p>



<p>Ensure Nagios XI has permission to send emails by testing with:</p>



<pre class="wp-block-preformatted"><code>echo "Test Email" | mail -s "Nagios Test" user@example.com<br></code></pre>



<p>If this fails, review SMTP credentials and authentication settings.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>Setting up email alerts in Nagios XI is crucial for real-time monitoring and quick incident response. By configuring SMTP settings, enabling notifications for users, and testing alerts, IT teams can ensure they receive critical alerts when servers, applications, or network devices fail. Regular testing and troubleshooting will keep your alert system running smoothly.</p>



<p>Learn more about Nagios XI by visiting our <a href="https://library.nagios.com/products/nagios-xi/" target="_blank" rel="noreferrer noopener">Nagios XI Resource page</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrating Discord Webhooks with Nagios XI for Automated Alerts</title>
		<link>https://library.nagios.com/monitoring/integrating-discord-webhooks-with-nagios-xi-for-automated-alerts/</link>
		
		<dc:creator><![CDATA[Tucker Falen]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 20:07:04 +0000</pubDate>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Application & Server Monitoring]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Wizards]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=51174</guid>

					<description><![CDATA[Integrating Discord webhooks with Nagios XI allows for real-time monitoring alerts to be sent directly to your Discord server. This setup enhances IT monitoring by providing instant notifications about system health, failures, or critical events. By using the Discord Notifications Wizard in Nagios XI, you can easily configure webhook-based alerts, ensuring that your team is [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Integrating Discord webhooks with Nagios XI allows for real-time monitoring alerts to be sent directly to your Discord server. This setup enhances IT monitoring by providing instant notifications about system health, failures, or critical events. By using the <strong>Discord Notifications Wizard</strong> in Nagios XI, you can easily configure webhook-based alerts, ensuring that your team is always informed.</p>



<h2 class="wp-block-heading"><strong>Why Use Discord Webhooks with Nagios XI?</strong></h2>



<ul class="wp-block-list">
<li><strong>Real-Time Alerts</strong>: Get instant notifications about system events.</li>



<li><strong>Centralized Monitoring</strong>: Team members can monitor alerts from a single Discord channel.</li>



<li><strong>Easy Setup</strong>: The Discord Notification Wizard in Nagios XI simplifies the configuration.</li>



<li><strong>Customizable Notifications</strong>: Configure alerts for specific hosts, services, or severity levels.</li>
</ul>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-06-132625.png"><img decoding="async" width="759" height="517" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-06-132625.png" alt="Screenshot 2025 03 06 132625" class="wp-image-51500" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 2" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-06-132625.png 759w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-06-132625-300x204.png 300w" sizes="(max-width: 759px) 100vw, 759px" /></a><figcaption class="wp-element-caption">Example discord notification!</figcaption></figure>



<h2 class="wp-block-heading"><strong>Step 1: Create a Discord Webhook</strong></h2>



<p>To receive alerts in Discord, you first need to generate a webhook URL.</p>



<ol start="1" class="wp-block-list">
<li><strong>Open Discord and Navigate to Server Settings</strong>
<ul class="wp-block-list">
<li>Open Discord and go to the server where you want to receive Nagios XI notifications.</li>



<li>Click on the <strong>server name</strong> at the top left and select <strong>&#8220;Server Settings&#8221;</strong>.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-133939.png"><img decoding="async" width="737" height="607" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-133939.png" alt="Screenshot 2025 03 05 133939" class="wp-image-51178" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 3" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-133939.png 737w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-133939-300x247.png 300w" sizes="(max-width: 737px) 100vw, 737px" /></a><figcaption class="wp-element-caption">Server Settings</figcaption></figure>



<ol start="2" class="wp-block-list">
<li><strong>Create a Webhook</strong>
<ul class="wp-block-list">
<li>In the left sidebar, go to <strong>&#8220;Integrations&#8221;</strong>.</li>



<li>Under <strong>Webhooks</strong>, click <strong>&#8220;Create Webhook&#8221;</strong>.</li>
</ul>
</li>
</ol>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134254.png"><img loading="lazy" decoding="async" width="1024" height="525" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134254-1024x525.png" alt="Screenshot 2025 03 05 134254" class="wp-image-51180" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 4" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134254-1024x525.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134254-300x154.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134254-768x394.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134254.png 1272w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Integrations page</figcaption></figure>



<p>Give your webhook a <strong>name</strong> and choose the <strong>channel</strong> where alerts will be posted.</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134448.png"><img loading="lazy" decoding="async" width="887" height="500" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134448.png" alt="Screenshot 2025 03 05 134448" class="wp-image-51181" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 5" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134448.png 887w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134448-300x169.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-134448-768x433.png 768w" sizes="(max-width: 887px) 100vw, 887px" /></a><figcaption class="wp-element-caption">Discord webhook page</figcaption></figure>



<p>Click <strong>&#8220;Copy Webhook URL&#8221;</strong>—it will look something like this:</p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-Geist-Mono" style="font-size:.875rem;font-family:Code-Pro-Geist-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span role="button" tabindex="0" style="color:#D4D4D4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><pre class="code-block-pro-copy-button-pre" aria-hidden="true"><textarea class="code-block-pro-copy-button-textarea" tabindex="-1" aria-hidden="true" readonly>https://discord.com/api/webhooks/1234567890/abcdefghijklmnopqrstuvwxyz</textarea></pre><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dark-plus" style="background-color: #1E1E1E" tabindex="0"><code><span class="line"><span style="color: #D4D4D4">https://discord.com/api/webhooks/1234567890/abcdefghijklmnopqrstuvwxyz</span></span></code></pre></div>



<h2 class="wp-block-heading"><strong>Step 2: Configure Discord Webhook in Nagios XI</strong></h2>



<p>Nagios XI provides a <strong>Discord Notifications Wizard</strong> to streamline the webhook setup.</p>



<p>Navigate to <strong>Run a Wizard</strong></p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1.png"><img loading="lazy" decoding="async" width="1024" height="538" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1-1024x538.png" alt="Screenshot 2025 02 11 102801 1" class="wp-image-51183" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 6" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1-1024x538.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1-300x158.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1-768x403.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1-1536x807.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1.png 1805w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Nagios Homepage</figcaption></figure>



<p>Pick the <strong>Discord Notifications</strong> wizard</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135159.png"><img loading="lazy" decoding="async" width="1024" height="624" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135159-1024x624.png" alt="Screenshot 2025 03 05 135159" class="wp-image-51185" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 7" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135159-1024x624.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135159-300x183.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135159-768x468.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135159.png 1461w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Wizard selection</figcaption></figure>



<p>Now, paste the webhook that you copied from discord and select the hosts or services that you want to be notified about.</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135320.png"><img loading="lazy" decoding="async" width="1024" height="693" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135320-1024x693.png" alt="Screenshot 2025 03 05 135320" class="wp-image-51187" title="Integrating Discord Webhooks with Nagios XI for Automated Alerts 8" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135320-1024x693.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135320-300x203.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135320-768x520.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-135320.png 1322w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Config wizard info page</figcaption></figure>



<p>Click <strong>Next, and Next</strong> again. Now you can configure your notification settings or click <strong>Finish</strong> to finish your setup.</p>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>By integrating Discord webhooks with Nagios XI, you can ensure that critical alerts reach your team in real time. This enhances your monitoring workflow, reduces response time, and improves overall system reliability. With the Discord Notifications Wizard, setup is straightforward, making it an excellent solution for IT teams looking to optimize alert management.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrating Slack Notifications with Nagios XI</title>
		<link>https://library.nagios.com/monitoring/integrating-slack-notifications-with-nagios-xi/</link>
		
		<dc:creator><![CDATA[Tucker Falen]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 18:10:15 +0000</pubDate>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Application & Server Monitoring]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Wizards]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=51066</guid>

					<description><![CDATA[Setting up Slack notifications for Nagios XI allows you to receive real-time alerts about critical system events directly in your Slack channels. Using the Slack Notifications Wizard in Nagios XI, you can configure webhook-based notifications quickly and efficiently. This guide will walk you through the process of integrating Slack with Nagios XI to ensure you [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Setting up Slack notifications for Nagios XI allows you to receive real-time alerts about critical system events directly in your Slack channels. Using the Slack Notifications Wizard in Nagios XI, you can configure webhook-based notifications quickly and efficiently. This guide will walk you through the process of integrating Slack with Nagios XI to ensure you never miss important alerts.</p>



<h2 class="wp-block-heading">Access the Slack API</h2>



<p>To get started, go to the <a href="https://api.slack.com" target="_blank" rel="noopener">Slack API website</a> and log in with your Slack account. Click <strong>Your Apps</strong> and <strong>Create New App</strong>. Then you will see a popup. Select <strong>From Scratch</strong>. Now give your app a name and choose a workspace that you want to receive notifications in. Then click <strong>Create App</strong>.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="647" height="611" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-104411.png" alt="Screenshot 2025 03 05 104411" class="wp-image-51107" title="Integrating Slack Notifications with Nagios XI 9" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-104411.png 647w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-104411-300x283.png 300w" sizes="(max-width: 647px) 100vw, 647px" /><figcaption class="wp-element-caption">Choose App Name and workspace</figcaption></figure>



<p>Navigate to <strong>Incoming Webhooks</strong> and <strong>Activate Incoming Webhooks</strong>.</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-105456.png"><img loading="lazy" decoding="async" width="1024" height="723" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-105456-1024x723.png" alt="Screenshot 2025 03 05 105456" class="wp-image-51117" title="Integrating Slack Notifications with Nagios XI 10" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-105456-1024x723.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-105456-300x212.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-105456-768x542.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-105456.png 1271w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Turn on webhooks</figcaption></figure>



<p>Scroll down to <strong>Add New Webhook to Workspace</strong> and select it.</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-100251.png"><img loading="lazy" decoding="async" width="943" height="587" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-100251.png" alt="Screenshot 2025 03 05 100251" class="wp-image-51103" title="Integrating Slack Notifications with Nagios XI 11" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-100251.png 943w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-100251-300x187.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-100251-768x478.png 768w" sizes="(max-width: 943px) 100vw, 943px" /></a><figcaption class="wp-element-caption">Add webhook</figcaption></figure>



<p>Copy the <strong>Webhook URL</strong> and now open your <strong>Nagios XI</strong> instance.</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-101842.png"><img loading="lazy" decoding="async" width="862" height="553" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-101842.png" alt="Screenshot 2025 03 05 101842" class="wp-image-51118" title="Integrating Slack Notifications with Nagios XI 12" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-101842.png 862w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-101842-300x192.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-101842-768x493.png 768w" sizes="(max-width: 862px) 100vw, 862px" /></a><figcaption class="wp-element-caption">Copy webhook</figcaption></figure>



<h2 class="wp-block-heading">Integrating with Nagios XI</h2>



<p><strong>Run a Wizard.</strong></p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801.png"><img loading="lazy" decoding="async" width="1024" height="538" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1024x538.png" alt="Screenshot 2025 02 11 102801" class="wp-image-51128" title="Integrating Slack Notifications with Nagios XI 13" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1024x538.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-300x158.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-768x403.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801-1536x807.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-02-11-102801.png 1805w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Nagios Homepage</figcaption></figure>



<p>Find the <strong>Slack Notifications</strong> wizard.</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102007.png"><img loading="lazy" decoding="async" width="1024" height="640" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102007-1024x640.png" alt="Screenshot 2025 03 05 102007" class="wp-image-51136" title="Integrating Slack Notifications with Nagios XI 14" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102007-1024x640.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102007-300x187.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102007-768x480.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102007.png 1465w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Slack Wizard</figcaption></figure>



<p>Paste the <strong>Webhook URL</strong> into Nagios XI and pick the Hosts/Services you want to be notified about. Click <strong>Next, </strong>and then <strong>Finish</strong>. Congratulations! Now you will receive notifications from Nagios XI in Slack!</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102721.png"><img loading="lazy" decoding="async" width="1024" height="615" src="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102721-1024x615.png" alt="Screenshot 2025 03 05 102721" class="wp-image-51137" title="Integrating Slack Notifications with Nagios XI 15" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102721-1024x615.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102721-300x180.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102721-768x461.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-102721.png 1160w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Wizard Page</figcaption></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p>By integrating Slack with Nagios XI using the Slack Notifications Wizard, you can automate critical alerts and receive notifications directly in your preferred Slack channels. This setup ensures that you stay informed about system events and can take prompt action when needed. With webhook-based notifications, you can enhance your IT monitoring workflow and improve response times to incidents.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios XI – Twilio SMS Integration</title>
		<link>https://library.nagios.com/documentation/nagios-xi-twilio-sms-integration-2/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Thu, 14 Nov 2024 03:22:57 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<guid isPermaLink="false">https://newlibrary.nagios.com/?post_type=nagios-xi-document&#038;p=3277</guid>

					<description><![CDATA[This document describes how to integrate Twilio component with Nagios XI for notification. The Twilio SMS component provides outbound SMS notifications from Nagios XI, thereby increasing the flexibility, reliability and dependability of receiving critical alerts and notifications. This document is intended for use by Nagios Administrators who wish to integrate Twilio with Nagios XI to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how to integrate Twilio component with Nagios XI for notification. The Twilio SMS component provides outbound SMS notifications from Nagios XI, thereby increasing the flexibility, reliability and dependability of receiving critical alerts and notifications.</p>



<p>This document is intended for use by Nagios Administrators who wish to integrate Twilio with Nagios XI to receive SMS alerts without using an email setup.</p>



<p><strong>Integrating Twilio SMS with Nagios XI &#8211; 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Twilio-SMS-Integration-in-Nagios-XI-2024.pdf" target="_blank" rel="noopener">Integrating Twilio with XI 2026</a></p>



<p><strong>Integrating Twilio SMS with Nagios XI &#8211; v5 (Legacy) </strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Twilio_SMS_Integration_With_XI.pdf" target="_blank" rel="noreferrer noopener">Integrating Twilio with XI 5</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios XI – Inbound Email Commands</title>
		<link>https://library.nagios.com/documentation/nagios-xi-inbound-email-commands-2/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Thu, 14 Nov 2024 03:18:11 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Simplified Management]]></category>
		<guid isPermaLink="false">https://newlibrary.nagios.com/?post_type=nagios-xi-document&#038;p=3272</guid>

					<description><![CDATA[This document describes the inbound email commands that are accepted by Nagios XI when it receives an email response to a notification. This document is intended for use by Nagios Users who want to respond to incidents by email. Nagios XI Inbound Email Commands &#8211; 2024 &#38; 2026 XI 2026 Inbound Email Commands Nagios XI [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes the inbound email commands that are accepted by Nagios XI when it receives an email response to a notification.</p>



<p>This document is intended for use by Nagios Users who want to respond to incidents by email.</p>



<p><strong>Nagios XI Inbound Email Commands &#8211; 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Inbound-Email-Commands-in-Nagios-XI-2024.pdf" target="_blank" rel="noopener">XI 2026 Inbound Email Commands</a></p>



<p><strong>Nagios XI Inbound Email Commands &#8211; v5 (Legacy) </strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Inbound-Email-Commands-for-Nagios-XI.pdf" target="_blank" rel="noreferrer noopener">XI 5 Inbound Email Commands</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Understanding Alerting In Nagios Network Analyzer</title>
		<link>https://library.nagios.com/documentation/understanding-alerting-nagios-network-analyzer/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 22:01:33 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1723</guid>

					<description><![CDATA[This document describes how to create various alerts in Nagios Network Analyzer, such as sending them to a Nagios XI or Nagios Core monitoring server using Nagios Remote Data Processor (NRDP), sending an email, sending SNMP traps and executing scripts. This document is intended for use by Nagios Network Analyzer Administrators and users looking for [&#8230;]]]></description>
										<content:encoded><![CDATA[<div>This document describes how to create various alerts in Nagios Network Analyzer, such as sending them to a Nagios XI or Nagios Core monitoring server using Nagios Remote Data Processor (NRDP), sending an email, sending SNMP traps and executing scripts.</div>
<div>This document is intended for use by Nagios Network Analyzer Administrators and users looking for information on how to setup alerting.</div>
<div></div>
<div></div>
<div><strong>NNA 2.x</strong></div>
<div><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Understanding-Alerting-In-Nagios-Network-Analyzer.pdf" target="_blank" rel="noopener noreferrer">Understanding Alerting In Nagios Network Analyzer</a></div>
<div></div>
<div></div>
<div><strong>NNA 2024</strong></div>
<div><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Understanding-Alerting-in.NNA-2024.pdf" target="_blank" rel="noopener noreferrer">Understanding-Alerting-in.NNA-2024.pdf</a></div>
<div></div>
<div></div>
<div><strong>NNA 2026</strong></div>
<div><a class="pdf" href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Understanding-Alerting-in-NNA-2026.pdf" target="_blank" rel="noopener">Understanding Alerts &#8211; 2026</a></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrating Slack With Nagios Network Analyzer</title>
		<link>https://library.nagios.com/documentation/integrating-slack-nagios-network-analyzer/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Thu, 13 Jul 2017 19:07:24 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Application & Server Monitoring]]></category>
		<category><![CDATA[Integration]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1509</guid>

					<description><![CDATA[This document describes how integrate the messaging platform with Nagios Network Analyzer. This integration will allow Nagios Network Analyzer to send notifications to Slack Rooms, enabling teams to see the health of their devices monitored by Network Analyzer. This document is intended for use by Nagios Administrators that want to use Slack for notifications. NNA [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how integrate the messaging platform with Nagios Network Analyzer. This integration will allow Nagios Network Analyzer to send notifications to Slack Rooms, enabling teams to see the health of their devices monitored by Network Analyzer.</p>



<p>This document is intended for use by Nagios Administrators that want to use Slack for notifications.</p>



<p><strong>NNA 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Integrating-Slack-with-NNA-2026.pdf" target="_blank" rel="noopener">Integrating Slack with NNA 2026</a></p>



<div>
<div>&nbsp;</div>
<div><strong>NNA 2024</strong></div>
<div><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Integrating-Slack-with-NNA-2024.pdf" target="_blank" rel="noopener noreferrer">Integrating Slack with NNA 2024</a></div>
<div>&nbsp;</div>
</div>



<div><strong>NNA 2.x</strong></div>




<div><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Integrating-Slack-With-Nagios-Network-Analyzer.pdf" target="_blank" rel="noopener">Integrating Slack with NNA 2.x</a></div>



<div>&nbsp;</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrating Slack With Nagios XI</title>
		<link>https://library.nagios.com/documentation/integrating-slack-nagios-xi/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Fri, 07 Jul 2017 20:01:57 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<category><![CDATA[Integration]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1495</guid>

					<description><![CDATA[This document describes how integrate the Slack messaging platform with Nagios XI. This integration will allow Nagios XI to send notifications to Slack channels, enabling teams to see the health of their devices monitored by Nagios XI. This document is intended for use by Nagios Administrators that want to use Slack for notifications. Nagios XI [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how integrate the Slack messaging platform with Nagios XI. This integration will allow Nagios XI to send notifications to Slack channels, enabling teams to see the health of their devices monitored by Nagios XI.</p>



<p>This document is intended for use by Nagios Administrators that want to use Slack for notifications.</p>



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



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Integrating-Slack-with-Nagios-XI-2024.pdf" target="_blank" rel="noopener">Integrating Slack with Nagios XI 2026</a></p>



<p><strong>Nagios XI v5 (Legacy)</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Integrating-Slack-With-Nagios-XI.pdf" target="_blank" rel="noopener">Integrating Slack with Nagios XI 5</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios XI &#8211; Configuring Email Notifications</title>
		<link>https://library.nagios.com/documentation/nagios-xi-configuring-email-notifications/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Thu, 06 Jun 2013 01:53:27 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Alerting]]></category>
		<guid isPermaLink="false">https://libtest.nagios.com/library/products/nagios-xi/documentation/nagios-xi-configuring-email-notifications/</guid>

					<description><![CDATA[This document describes how to configure and manage Email notifications within Nagios XI. It is intended for use by Nagios XI Administrators who are interested in integrating Email notifications into their Nagios XI monitoring environment. From the less experienced, to the Advanced admin. Configuring Email Notifications in Nagios XI &#8211; 2024 &#38; 2026 Configuring Email [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how to configure and manage Email notifications within Nagios XI. It is intended for use by Nagios XI Administrators who are interested in integrating Email notifications into their Nagios XI monitoring environment. From the less experienced, to the Advanced admin.</p>



<p><strong>Configuring Email Notifications in Nagios XI &#8211; 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Configuring-Email-and-Text-in-Nagios-XI-2024.pdf" target="_blank" rel="noopener">Configuring Email Notifications in XI 2026</a></p>



<p><strong>Configuring Email Notifications in Nagios XI &#8211; v5 (Legacy) </strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Configuring_Email_Notifications.pdf" target="_blank" rel="noreferrer noopener">Configuring Email Notifications in XI 5</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
