<?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>Manjaro &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/manjaro/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 20:38:20 +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>Manjaro &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Configure Manjaro Logs for Nagios Log Server</title>
		<link>https://library.nagios.com/tutorials/configure-manjaro-nagios-log-server/</link>
		
		<dc:creator><![CDATA[Steven Phan]]></dc:creator>
		<pubDate>Wed, 26 Mar 2025 21:25:45 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Manjaro]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=50563</guid>

					<description><![CDATA[Nagios Log Server can provide centralized log management and real-time monitoring for Manjaro users. Aggregating logs from various sources, it enables efficient analysis and troubleshooting, helping users quickly identify and resolve issues. This centralized approach enhances system reliability and performance, making it easier to maintain a healthy IT environment. This guide can show instructions on [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Nagios Log Server can provide centralized log management and real-time monitoring for Manjaro users. Aggregating logs from various sources, it enables efficient analysis and troubleshooting, helping users quickly identify and resolve issues. This centralized approach enhances system reliability and performance, making it easier to maintain a healthy IT environment. This guide can show instructions on installing and configuring Nagios Log Server on your Manjaro system.</p>



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



<p>Before progressing with your setup, this is what you need for the following:</p>



<ul class="wp-block-list">
<li>Manjaro System</li>



<li>Administrative Privileges</li>



<li>Nagios Log Server Instance</li>



<li>Internet connection to download packages</li>
</ul>



<h3 class="wp-block-heading">Step 1: Install rsyslog</h3>



<p>Update your Manjaro system and Install <strong>rsyslog</strong> is on your Linux Mint system.</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>sudo pacman -Syu
sudo pacman -S rsyslog</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">pacman</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">Syu</span></span>
<span class="line"><span style="color: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">pacman</span><span style="color: #D4D4D4"> -</span><span style="color: #4FC1FF">S</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">rsyslog</span></span></code></pre></div>



<p>He is an alternate command to install <strong>rsyslog </strong>if you encounter an issue installing.</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>sudo pacman -S syslog-ng</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">pacman</span><span style="color: #D4D4D4"> -</span><span style="color: #4FC1FF">S</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">syslog</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">ng</span></span></code></pre></div>



<p>Install <strong>curl </strong>if you have not installed it on your device.</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>sudo pacman -Syu curl</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">pacman</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">Syu</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">curl</span></span></code></pre></div>



<h3 class="wp-block-heading">Step 2: Configure rsyslog</h3>



<p>Edit the <strong>rsyslog </strong>configuration file to forward logs to the Nagios Log Server. Open the configuration file with a text editor.</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>sudo nano /etc/rsyslog.conf</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">nano</span><span style="color: #D4D4D4"> /</span><span style="color: #9CDCFE">etc</span><span style="color: #D4D4D4">/</span><span style="color: #9CDCFE">rsyslog</span><span style="color: #D4D4D4">.</span><span style="color: #9CDCFE">conf</span></span></code></pre></div>



<p>Add the following lines at the end of the file, replacing <strong>your-nagios-log-server-address</strong> with the actual IP address or hostname of your Nagios Log Server.</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>*.* @@&lt;Nagios_Log_Server_IP>:5544</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">*.* @@&lt;</span><span style="color: #9CDCFE">Nagios_Log_Server_IP</span><span style="color: #D4D4D4">&gt;:</span><span style="color: #B5CEA8">5544</span></span></code></pre></div>



<h3 class="wp-block-heading">Step 3: Restart rsyslog</h3>



<p>Restart the <strong>rsyslog </strong>service to apply the changes.</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>sudo systemctl restart rsyslog</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">systemctl</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">restart</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">rsyslog</span></span></code></pre></div>



<h3 class="wp-block-heading">Step 4: Add a New Log Source in Nagios Log Server</h3>



<p>Log in to your Nagios Log Server webpage.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro.png"><img fetchpriority="high" decoding="async" width="1024" height="621" src="https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro-1024x621.png" alt="Nagios LS Login Manjaro" class="wp-image-53373" title="How to Configure Manjaro Logs for Nagios Log Server 1" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro-1024x621.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro-300x182.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro-768x465.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro-1536x931.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/Nagios-LS-Login-Manjaro.png 1711w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Nagios log Server Login</figcaption></figure>



<p>On the homepage, click the&nbsp;<strong>+ Linux</strong>&nbsp;button or navigate to&nbsp;<strong>+ Add Log Source</strong>&nbsp;and select&nbsp;<strong>Linux</strong>.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro.png"><img decoding="async" width="1024" height="619" src="https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro-1024x619.png" alt="Homepage LS Manjaro" class="wp-image-53375" title="How to Configure Manjaro Logs for Nagios Log Server 2" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro-1024x619.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro-300x181.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro-768x465.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro-1536x929.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/Homepage-LS-Manjaro.png 1716w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Log Server Homepage</figcaption></figure>



<h3 class="wp-block-heading">Step 5: Download and Run the Setup Script</h3>



<p>On the Linux Source Setup page, you&#8217;ll see a code block with a pre-configured command.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1.png"><img decoding="async" width="1024" height="619" src="https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1-1024x619.png" alt="Linux Configure LS Manjaro 1" class="wp-image-53537" title="How to Configure Manjaro Logs for Nagios Log Server 3" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1-1024x619.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1-300x181.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1-768x464.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1-1536x928.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/Linux-Configure-LS-Manjaro-1.png 1714w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Linux Configuration Setup</figcaption></figure>



<p>Copy the commands from the box and execute the command to download and run the setup script.</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>curl -sS -O http://your-nagios-log-server-address/nagioslogserver/scripts/setup-linux.sh</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: #9CDCFE">curl</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">sS</span><span style="color: #D4D4D4"> -</span><span style="color: #4FC1FF">O</span><span style="color: #D4D4D4"> </span><span style="color: #C8C8C8">http</span><span style="color: #D4D4D4">:</span><span style="color: #6A9955">//your-nagios-log-server-address/nagioslogserver/scripts/setup-linux.sh</span></span></code></pre></div>



<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>sudo bash setup-linux.sh -s your-nagios-log-server-address -p 5544</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">bash</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">setup</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">linux</span><span style="color: #D4D4D4">.</span><span style="color: #9CDCFE">sh</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">s</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">your</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">nagios</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">log</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">server</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">address</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">p</span><span style="color: #D4D4D4"> </span><span style="color: #B5CEA8">5544</span></span></code></pre></div>



<p>Change <code><strong>your-nagios-log-server-address</strong></code>&nbsp;with the actual IP address or hostname of your Nagios Log Server.</p>



<h3 class="wp-block-heading">Step 6: Verify the Script Execution</h3>



<p>The script will configure rsyslog and establish a connection with the Nagios Log Server. You should see a message indicating that the rsyslog service has restarted successfully and that logs are being forwarded to the Nagios Log Server.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/Verified-Logs-LS-Manjaro.png"><img loading="lazy" decoding="async" width="1024" height="162" src="https://library.nagios.com/wp-content/uploads/2025/03/Verified-Logs-LS-Manjaro-1024x162.png" alt="Verified Logs LS Manjaro" class="wp-image-53538" title="How to Configure Manjaro Logs for Nagios Log Server 4" srcset="https://library.nagios.com/wp-content/uploads/2025/03/Verified-Logs-LS-Manjaro-1024x162.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/Verified-Logs-LS-Manjaro-300x47.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/Verified-Logs-LS-Manjaro-768x122.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/Verified-Logs-LS-Manjaro.png 1163w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Verified Logs</figcaption></figure>



<h3 class="wp-block-heading">Step 7: Confirm Log Reception</h3>



<p>Navigate to the Dashboards section using the four squares icon in the left panel, and perform a query with the IP address of your Manjaro system to verify that logs are being received.</p>



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



<p>By following this instruction, you will have successfully configured Manjaro for Nagios Log Server. You can now track and analyze logs from your Manjaro system on your Nagios Log Server, enabling efficient log management and real-time monitoring. If you have additional questions or other support-related questions, please visit us at our <a href="https://support.nagios.com/forum/" data-type="link" data-id="https://support.nagios.com/forum/" target="_blank" rel="noopener">Nagios Support Forum</a>, <a href="https://support.nagios.com/kb/" data-type="link" data-id="https://support.nagios.com/kb/" target="_blank" rel="noopener">Nagios Knowledge Base</a>, or <a href="https://library.nagios.com/" target="_blank" data-type="link" data-id="https://library.nagios.com/" rel="noreferrer noopener">Nagios Library</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Monitor Manjaro using SNMP with Nagios XI</title>
		<link>https://library.nagios.com/tutorials/monitor-manjaro-snmp-nagios-xi/</link>
		
		<dc:creator><![CDATA[Steven Phan]]></dc:creator>
		<pubDate>Tue, 18 Mar 2025 20:43:30 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Manjaro]]></category>
		<category><![CDATA[SNMP]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=51216</guid>

					<description><![CDATA[Monitoring a Manjaro system with SNMP using Nagios XI helps maintain system performance and reliability. It allows users to track key metrics like CPU, memory, disk space, and network traffic, enabling proactive issue identification and resolution. This ensures minimal downtime and efficient resource management. To monitor Manjaro using SNMP, this guide provides instructions on how [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Monitoring a Manjaro system with SNMP using Nagios XI helps maintain system performance and reliability. It allows users to track key metrics like CPU, memory, disk space, and network traffic, enabling proactive issue identification and resolution. This ensures minimal downtime and efficient resource management. To monitor Manjaro using SNMP, this guide provides instructions on how to monitor Manjaro using SNMP with Nagios XI.</p>



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



<p>Before you proceed, here is what you need:</p>



<ul class="wp-block-list">
<li>Manjaro System</li>



<li>Administrative Privileges</li>



<li>Nagios XI Instance</li>



<li>Internet connection to download packages</li>
</ul>



<h3 class="wp-block-heading">Step 1: Install SNMP on Manjaro</h3>



<p>Open up terminal and update your system.</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>sudo pacman -Syu</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">pacman</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">Syu</span></span></code></pre></div>



<p>Install the SNMP daemon on your Manjaro system.</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>sudo pacman -S net-snmp</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">pacman</span><span style="color: #D4D4D4"> -</span><span style="color: #4FC1FF">S</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">net</span><span style="color: #D4D4D4">-</span><span style="color: #9CDCFE">snmp</span></span></code></pre></div>



<p>Start and enable the SNMP service to ensure it runs on boot.</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>sudo systemctl start snmpd
sudo systemctl enable snmpd</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">systemctl</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">start</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">snmpd</span></span>
<span class="line"><span style="color: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">systemctl</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">enable</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">snmpd</span></span></code></pre></div>



<h3 class="wp-block-heading">Step 2: Configure SNMP</h3>



<p>Edit the SNMP configuration file to set up your community string and allow access from your Nagios XI server.</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>sudo nano /etc/snmp/snmpd.conf</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">nano</span><span style="color: #D4D4D4"> /</span><span style="color: #9CDCFE">etc</span><span style="color: #D4D4D4">/</span><span style="color: #9CDCFE">snmp</span><span style="color: #D4D4D4">/</span><span style="color: #9CDCFE">snmpd</span><span style="color: #D4D4D4">.</span><span style="color: #9CDCFE">conf</span></span></code></pre></div>



<p>If the file for SNMP doesn&#8217;t exist, you can do it manually by creating a new file for the following command.</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>sudo mkdir -p /etc/snmp</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">mkdir</span><span style="color: #D4D4D4"> -</span><span style="color: #9CDCFE">p</span><span style="color: #D4D4D4"> /</span><span style="color: #9CDCFE">etc</span><span style="color: #D4D4D4">/</span><span style="color: #9CDCFE">snmp</span></span></code></pre></div>



<p>Add the following line to the configuration file. Change&nbsp;<code><strong>YourCommunityString</strong></code>&nbsp;with your chosen community string and&nbsp;<code><strong>NagiosServerIP</strong></code>&nbsp;with the IP address of your Nagios XI server.</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>rocommunity YourCommunityString NagiosServerIP</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: #9CDCFE">rocommunity</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">YourCommunityString</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">NagiosServerIP</span></span></code></pre></div>



<p>Here is an example of what a community string format would look like.</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>rocommunity Str0ngC0mmunity 192.168.x.x</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: #9CDCFE">rocommunity</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">Str0ngC0mmunity</span><span style="color: #D4D4D4"> </span><span style="color: #B5CEA8">192.168</span><span style="color: #D4D4D4">.</span><span style="color: #9CDCFE">x</span><span style="color: #D4D4D4">.</span><span style="color: #9CDCFE">x</span></span></code></pre></div>



<p>Save the change with your SNMP configuration file and restart the SNMP service.</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>sudo systemctl restart snmpd</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: #9CDCFE">sudo</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">systemctl</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">restart</span><span style="color: #D4D4D4"> </span><span style="color: #9CDCFE">snmpd</span></span></code></pre></div>



<h3 class="wp-block-heading">Step 3: Add Manjaro to Nagios XI</h3>



<p>Open your web browser and log in to your Nagios XI interface.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1.png"><img loading="lazy" decoding="async" width="1024" height="526" src="https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1-1024x526.png" alt="XI Login 1" class="wp-image-51991" title="How to Monitor Manjaro using SNMP with Nagios XI 5" srcset="https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1-1024x526.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1-300x154.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1-768x394.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1-1536x789.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Login-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Nagios XI Login</figcaption></figure>



<p>Navigate to the <strong>Configuration</strong> menu and select <strong>Configuration Wizards</strong>.</p>



<figure class="wp-block-image aligncenter size-full"><a href="https://library.nagios.com/wp-content/uploads/2025/03/XI-Configure-to-Wizard-1.png"><img loading="lazy" decoding="async" width="446" height="792" src="https://library.nagios.com/wp-content/uploads/2025/03/XI-Configure-to-Wizard-1.png" alt="XI Configure to Wizard 1" class="wp-image-51992" title="How to Monitor Manjaro using SNMP with Nagios XI 6" srcset="https://library.nagios.com/wp-content/uploads/2025/03/XI-Configure-to-Wizard-1.png 446w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Configure-to-Wizard-1-169x300.png 169w" sizes="(max-width: 446px) 100vw, 446px" /></a><figcaption class="wp-element-caption">Configure &gt; Configuration Wizards</figcaption></figure>



<p>Search for <strong>Linux SNMP</strong> and then select the <strong>Linux SNMP</strong> wizard from the list.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1.png"><img loading="lazy" decoding="async" width="1024" height="475" src="https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1-1024x475.png" alt="XI Wizard Page Linux SNMP 1" class="wp-image-51993" title="How to Monitor Manjaro using SNMP with Nagios XI 7" srcset="https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1-1024x475.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1-300x139.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1-768x356.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1-1536x712.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Wizard-Page-Linux-SNMP-1.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">XI Wizard Page</figcaption></figure>



<p>Enter the required details for your Linux SNMP configurations:</p>



<ul class="wp-block-list">
<li>The IP address of your Manjaro machine.</li>



<li>Enter the SNMP community string you configured earlier(e.g., public).</li>



<li>Select the services you want to monitor (e.g., CPU Load, Disk Usage, Memory Usage).</li>



<li>Configure any additional settings as needed.</li>
</ul>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro.png"><img loading="lazy" decoding="async" width="1024" height="489" src="https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro-1024x489.png" alt="XI Linux SNMP Configure Manjaro" class="wp-image-51995" title="How to Monitor Manjaro using SNMP with Nagios XI 8" srcset="https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro-1024x489.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro-300x143.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro-768x366.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro-1536x733.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Linux-SNMP-Configure-Manjaro.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Linux SNMP Wizard Configuration</figcaption></figure>



<p>Finish the wizard and apply the configuration.</p>



<h3 class="wp-block-heading">Step 4: Verify Monitoring</h3>



<p>After completing the wizard, verify that Nagios XI is receiving SNMP data from your Manjaro machine. By checking the <strong>Host </strong>and <strong>Service Status</strong> in the Nagios XI interface and ensuring that the status indicators are green, indicating successful monitoring.</p>



<figure class="wp-block-image aligncenter size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status.png"><img loading="lazy" decoding="async" width="1024" height="524" src="https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status-1024x524.png" alt="XI Manjaro SNMP Status" class="wp-image-52002" title="How to Monitor Manjaro using SNMP with Nagios XI 9" srcset="https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status-1024x524.png 1024w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status-300x154.png 300w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status-768x393.png 768w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status-1536x786.png 1536w, https://library.nagios.com/wp-content/uploads/2025/03/XI-Manjaro-SNMP-Status.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Status Details for SNMP</figcaption></figure>



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



<p>By reading through this guide, you should be able to monitor your Manjaro system using SNMP with Nagios XI. This will enable you to monitor critical system metrics, allowing for timely issue resolution and efficient resource management, ultimately ensuring your system runs smoothly and reliably. If you have additional questions or other support-related questions, please visit us at our <a href="https://support.nagios.com/forum/" data-type="link" data-id="https://support.nagios.com/forum/" target="_blank" rel="noopener">Nagios Support Forum</a>, <a href="https://support.nagios.com/kb/" data-type="link" data-id="https://support.nagios.com/kb/" target="_blank" rel="noopener">Nagios Knowledge Base</a>, or <a href="https://library.nagios.com/" target="_blank" data-type="link" data-id="https://library.nagios.com/" rel="noreferrer noopener">Nagios Library</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
