<?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/"
	xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Debian Linux &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://library.nagios.com</link>
	<description>Complete Nagios monitoring resources and documentation</description>
	<lastBuildDate>Tue, 10 Feb 2026 17:41:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://library.nagios.com/wp-content/uploads/2024/11/Nagios-Blue-N.svg</url>
	<title>Debian Linux &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA)</title>
		<link>https://library.nagios.com/documentation/how-to-monitor-debian-11-with-nagios-cross-platform-agent-ncpa/</link>
		
		<dc:creator><![CDATA[Nicole Vagle]]></dc:creator>
		<pubDate>Thu, 20 Feb 2025 19:48:08 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Debian 11]]></category>
		<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NCPA]]></category>
		<category><![CDATA[Operating System Monitoring]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=48518</guid>

					<description><![CDATA[Nagios Cross-Platform Agent (NCPA) is a powerful monitoring agent for Windows, Linux (including Debian), and macOS. It provides an all-in-one solution for system metrics, service monitoring, and network statistics using a built-in REST API. Supporting both active and passive checks, NCPA simplifies monitoring with its user-friendly interface and custom plugin support, making it an efficient [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Nagios Cross-Platform Agent (NCPA) is a powerful monitoring agent for Windows, Linux (including Debian), and macOS. It provides an all-in-one solution for system metrics, service monitoring, and network statistics using a built-in REST API. Supporting both active and passive checks, NCPA simplifies monitoring with its user-friendly interface and custom plugin support, making it an efficient choice for seamless Nagios integration on Debian and other systems.</p>



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



<p class="wp-block-paragraph">Before installing NCPA on your Debian 11 device, make sure you have the following items:</p>



<ul class="wp-block-list">
<li>A user with sudo privileges</li>



<li>A working Debian 11 device</li>
</ul>



<h2 class="wp-block-heading">Step 1: Download NCPA</h2>



<p class="wp-block-paragraph">To start off with installing NCPA, go to the <code>tmp</code> directory to store the file. You may use another location as well.</p>



<pre class="wp-block-code"><code class="">cd /tmp</code></pre>



<p class="wp-block-paragraph">Once in the desired location, the following command can be run to download the correlating NCPA version.</p>



<pre class="wp-block-code"><code class="">wget https://assets.nagios.com/downloads/ncpa/ncpa-latest.d11.amd64.deb</code></pre>



<p class="wp-block-paragraph">When done downloading, it should look like this:</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-144915.png"><img fetchpriority="high" decoding="async" width="728" height="305" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-144915.png" alt="Screenshot 2025 02 19 144915" class="wp-image-48817" title="How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 1" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-144915.png 728w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-144915-300x126.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-144915-360x151.png 360w" sizes="(max-width: 728px) 100vw, 728px" /></a><figcaption>How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 6</figcaption></figure>



<h2 class="wp-block-heading">Step 2: Install NCPA</h2>



<p class="wp-block-paragraph">To install NCPA use this command:</p>



<pre class="wp-block-code"><code class="">dpkg -i ./ncpa-latest.d11.amd64.deb</code></pre>



<p class="wp-block-paragraph">The result should look like this:</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-145009.png"><img decoding="async" width="695" height="149" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-145009.png" alt="Screenshot 2025 02 19 145009" class="wp-image-48821" title="How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 2" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-145009.png 695w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-145009-300x64.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-19-145009-360x77.png 360w" sizes="(max-width: 695px) 100vw, 695px" /></a><figcaption>How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 7</figcaption></figure>



<h2 class="wp-block-heading">Step 3: Configure NCPA</h2>



<p class="wp-block-paragraph">Next, to make NCPA more secure, go to the configuration file using this command:</p>



<pre class="wp-block-code"><code class="">nano /usr/local/ncpa/etc/ncpa.cfg </code></pre>



<p class="wp-block-paragraph">The section that has the<strong> Community String</strong> will be down the file a bit. It will look like this:</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-120347.png"><img decoding="async" width="608" height="395" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-120347.png" alt="Screenshot 2025 02 20 120347" class="wp-image-48829" title="How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 3" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-120347.png 608w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-120347-300x195.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-120347-360x234.png 360w" sizes="(max-width: 608px) 100vw, 608px" /></a><figcaption>How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 8</figcaption></figure>



<p class="wp-block-paragraph">Change the Community String to a new value and remember it for later.</p>



<h2 class="wp-block-heading">Step 4: Start the Service</h2>



<p class="wp-block-paragraph">Now that all these changes have been made, it&#8217;s time to start up NCPA and save those changes. Use the following command to start NCPA:</p>



<pre class="wp-block-code"><code class="">systemctl restart ncpa_listener.service</code></pre>



<h2 class="wp-block-heading">Step 5: Start Monitoring Debian 11 Device in Nagios</h2>



<p class="wp-block-paragraph">In Nagios, go to <strong>Configuration > Configuration Wizards > NCPA</strong>. </p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851.png"><img loading="lazy" decoding="async" width="1024" height="756" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851-1024x756.png" alt="Screenshot 2025 02 20 121851" class="wp-image-48839" title="How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 4" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851-1024x756.png 1024w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851-300x222.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851-768x567.png 768w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851-360x266.png 360w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-121851.png 1305w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 9</figcaption></figure>



<p class="wp-block-paragraph">The next page will ask for the <strong>IP address</strong> and the <strong>Community String</strong>. Fill in those fields and select <strong>Debian</strong> as the system. After you select <strong>Next</strong>, a page with defaults will appear. Those can be changed as seen fit or can be left as is.</p>



<figure class="wp-block-image size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-122400.png"><img loading="lazy" decoding="async" width="613" height="395" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-122400.png" alt="Screenshot 2025 02 20 122400" class="wp-image-48843" title="How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 5" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-122400.png 613w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-122400-300x193.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-20-122400-360x232.png 360w" sizes="(max-width: 613px) 100vw, 613px" /></a><figcaption>How to Monitor Debian 11 with Nagios Cross-Platform Agent (NCPA) 10</figcaption></figure>



<h2 class="wp-block-heading">Step 6: Host Status</h2>



<p class="wp-block-paragraph">Your Debian 11 device is now being monitored with NCPA. You can see more details about the Host if you go to <strong>Home > Host Status > Your Device</strong>. </p>



<p class="wp-block-paragraph">If you have additional questions or other support-related questions, please visit Nagios&nbsp;<a href="https://support.nagios.com/" target="_blank" rel="noreferrer noopener">Support</a>. The&nbsp;<a href="https://support.nagios.com/kb" target="_blank" rel="noreferrer noopener">Nagios Support Knowledgebase</a>&nbsp;is also a great support resource.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
