<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Nagios Core Services Platform Forum - Recent Topics				            </title>
            <link>https://www.nagios.org/community/</link>
            <description>Nagios Core Services Platform Discussion Board - Open Source Powered Monitoring</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 16 Apr 2026 04:15:49 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>About CSP50 licens</title>
                        <link>https://www.nagios.org/community/nagios-forum/about-csp50-licens/</link>
                        <pubDate>Tue, 19 Aug 2025 19:08:35 +0000</pubDate>
                        <description><![CDATA[Hi! I am a universty student that tries to improve on system administration and monitoring and I am trying to use nagios on my home-lab. I used to have CSP50 promo code working back then. Bu...]]></description>
                        <content:encoded><![CDATA[<p>Hi! I am a universty student that tries to improve on system administration and monitoring and I am trying to use nagios on my home-lab. I used to have CSP50 promo code working back then. But after i formatted my device. I cant seem to get it work on again. Also i think because of i am working on proxmox i am having a hard time making the .ova file work. <br /><br />After installation on fresh Centos Stream 9 with the file from <br /><br />https://www.youtube.com/watch?v=ysNdeXtNhPs&amp;ab_channel=Nagios<br />"Your CSP License: Why It's A Game-changer + An Incredible Deal | Nagios Core Services Platform" video<br /><br />i tried to install nagiosCSP from "xi-CSP-1.2.1.tar.gz" but after installation whenever i try to activate it with CSP50 nagios asks for ClientID or Token..<br /><br />is there anything i can do to make this work?</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>cevmr</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/about-csp50-licens/</guid>
                    </item>
				                    <item>
                        <title>Check hosts behind NAT/firewall</title>
                        <link>https://www.nagios.org/community/nagios-forum/check-hosts-behind-nat-firewall/</link>
                        <pubDate>Tue, 15 Jul 2025 06:32:38 +0000</pubDate>
                        <description><![CDATA[Hello,
I have configured a Nagios Core 4.4.14 in a Rocky Linux 8.10 host. All configuration seems to be running perfectly but, now, I need to check some hosts that are behind a NAT/firewall...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I have configured a Nagios Core 4.4.14 in a Rocky Linux 8.10 host. All configuration seems to be running perfectly but, now, I need to check some hosts that are behind a NAT/firewall host (this host is already monitored and checked from my server). That hosts have, also, some services (disk, load, check some NFS folders) that should be checked. If a use NRPE, I suppose I need to open some port s in the NAT/firewall to check all servers (one port to each host), so my question is if there is a better configuration to check that servers and their services.</p>
<p>Thanks.</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>druizm</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/check-hosts-behind-nat-firewall/</guid>
                    </item>
				                    <item>
                        <title>Apache Digest authentication</title>
                        <link>https://www.nagios.org/community/nagios-forum/apache-digest-authentication/</link>
                        <pubDate>Wed, 18 Jun 2025 01:24:39 +0000</pubDate>
                        <description><![CDATA[I followed the example in /etc/nagios4/apache2.conf to enable Digest authentication. I added the following into &lt;DirectoryMatch&gt;:
  AuthDigestDomain &quot;Nagios&quot;

  AuthDigestProvider f...]]></description>
                        <content:encoded><![CDATA[<p><span style="font-weight: 400">I followed the example in /etc/nagios4/apache2.conf to enable Digest authentication. I added the following into &lt;DirectoryMatch&gt;:</span></p>
<pre contenteditable="false">  AuthDigestDomain "Nagios"

  AuthDigestProvider file

  AuthUserFile "/etc/apache2/.htpasswd.users"

  AuthGroupFile "/etc/groups"

  AuthName "Nagios Login"

  AuthType Digest

  Require valid-user</pre>
<p><span style="font-weight: 400">I do not get the login prompt when accessing localhost/nagios4. Am I missing something? I even tried to surround the above-mentioned code with &lt;RequireAll&gt;&lt;/RequireAll&gt; and to no avail.</span></p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>Travis Bean</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/apache-digest-authentication/</guid>
                    </item>
				                    <item>
                        <title>error when using contacts.cfg</title>
                        <link>https://www.nagios.org/community/nagios-forum/error-when-using-contacts-cfg/</link>
                        <pubDate>Thu, 05 Jun 2025 16:15:40 +0000</pubDate>
                        <description><![CDATA[I use /etc/nagios4/conf.d/contacts.cfg:
define contact {
host_notifications_enabled 1
service_notifications_enabled 1
contact_name root
service_notification_period 24x7
host_notificati...]]></description>
                        <content:encoded><![CDATA[<p>I use /etc/nagios4/conf.d/contacts.cfg:</p>
<pre contenteditable="false">define contact {
host_notifications_enabled 1
service_notifications_enabled 1
contact_name root
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,r
service_notification_commands notify-service-by-email
host_notification_commands notify-host-by-email
email root@localhost
}

define contactgroup {
contactgroup_name admins
alias Nagios Administrators
members root
}</pre>
<p>I get an error when I include the following in contacts.cfg (If I remove this, the error goes away):</p>
<pre contenteditable="false">define contactgroup {
contactgroup_name admins
alias Nagios Administrators
members root
}</pre>
<p>The error I receive is the following: </p>
<p>Warning: Duplicate definition found for contactgroup 'admins' (config file '/etc/nagios4/objects/contacts.cfg', starting on line 46)<br />Error: Could not add object property in file '/etc/nagios4/objects/contacts.cfg' on line 48.<br />Error: Service notification period '24x7' specified for contact 'root' is not defined anywhere!<br />Error: Could not register contact (config file '/etc/nagios4/conf.d/contacts.cfg', starting on line 1)<br />Error processing object config files!</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>Travis Bean</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/error-when-using-contacts-cfg/</guid>
                    </item>
				                    <item>
                        <title>Nagios Core and Nagios CSP</title>
                        <link>https://www.nagios.org/community/nagios-forum/nagios-core-and-nagios-csp/</link>
                        <pubDate>Mon, 19 May 2025 04:00:55 +0000</pubDate>
                        <description><![CDATA[After trying several network monitoring apps, I am currently using LibreNMS. I just installed Nagios Core (and I am open to upgrading to the CSP for unlimited). Before diving into the CSP un...]]></description>
                        <content:encoded><![CDATA[<p>After trying several network monitoring apps, I am currently using LibreNMS. I just installed Nagios Core (and I am open to upgrading to the CSP for unlimited). Before diving into the CSP unlimited, I want to get feedback to ensure it will do what I need with the least manual configuration possible. I have a small department, three techs, including me. We have 14 interconnected locations via VPN using Sonicwalls, Netgear, Grand Stream switches, and about 500 Windows workstations and servers. As I am trying the Core, I notice all the configurations, including adding devices, are done manually. If I upgrade to CSP, will the configuration be the same, all manual-based via command? </p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>RudyM88</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/nagios-core-and-nagios-csp/</guid>
                    </item>
				                    <item>
                        <title>how to test if notifications are working</title>
                        <link>https://www.nagios.org/community/nagios-forum/how-to-test-if-notifications-are-working/</link>
                        <pubDate>Thu, 15 May 2025 14:24:28 +0000</pubDate>
                        <description><![CDATA[I have an existing nagios set up, and notifications work, what I need is a way to test if added users will receive notifications. Aside from just waiting, of course.
I have no reason to thi...]]></description>
                        <content:encoded><![CDATA[<p>I have an existing nagios set up, and notifications work, what I need is a way to test if added users will receive notifications. Aside from just waiting, of course.</p>
<p>I have no reason to think the new people shouldn't, but I'd rather not wait till some error actually happens, that they might miss, to find out.</p>
<p>I have core 4.5.0, Yep older, but it's also on rhel 7.9, which is currently on extended support. A new nagios server is in the works.</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>krunk</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/how-to-test-if-notifications-are-working/</guid>
                    </item>
				                    <item>
                        <title>After CSP installation url is missing</title>
                        <link>https://www.nagios.org/community/nagios-forum/after-csp-installation-url-is-missing/</link>
                        <pubDate>Mon, 12 May 2025 14:49:05 +0000</pubDate>
                        <description><![CDATA[I have downaload csp ova and upload to vmware and poweron the vm but after instllation it doesnt pickup the ip and url please need assistance
&nbsp;nag.jpg]]></description>
                        <content:encoded><![CDATA[<p>I have downaload csp ova and upload to vmware and poweron the vm but after instllation it doesnt pickup the ip and url please need assistance</p>
<div id="wpfa-21222" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.nagios.org/wp-content/uploads/wpforo/default_attachments/1747061345-nag.jpg" target="_blank" title="nag.jpg"><i class="fas fa-paperclip"></i>&nbsp;nag.jpg</a></div>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>jafferkhan</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/after-csp-installation-url-is-missing/</guid>
                    </item>
				                    <item>
                        <title>HOSTS not appearing in Nagios core webpage</title>
                        <link>https://www.nagios.org/community/nagios-forum/hosts-not-appearing-in-nagios-core-webpage/</link>
                        <pubDate>Fri, 09 May 2025 00:11:49 +0000</pubDate>
                        <description><![CDATA[Hi,
I am having a really hard time trying to get a host to show up in the Nagios web console. I have installed Nagios core on rocky linux 9.5 without any issues. I installed NCPA on windows...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I am having a really hard time trying to get a host to show up in the Nagios web console. I have installed Nagios core on rocky linux 9.5 without any issues. I installed NCPA on windows server 2022. I have attempted to follow the directions and I just don't seem to be getting it. I am not sure why my host is not showing up. I am not very knowledgable with linux so, you would have to talk to me in abc terms in order to get the information you need. EVERYTHING else has worked fine as far as installstion on rocky machine and windows server machine. I was al able to pull up the NCPA on the windows server 2022 and could see the dashboard etc. I don't think it's a connection issue I just think that there is some file not configured correctly.</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>jchambers777</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/hosts-not-appearing-in-nagios-core-webpage/</guid>
                    </item>
				                    <item>
                        <title>Inappropriate Acess for Nagiosxi</title>
                        <link>https://www.nagios.org/community/nagios-forum/inappropriate-acess-for-nagiosxi/</link>
                        <pubDate>Thu, 08 May 2025 15:02:48 +0000</pubDate>
                        <description><![CDATA[Hi I have installed nagios csp on a fresh ubuntu vm by following documentation ,but I am still not able to acess the url. It shows &quot;Invalid Host Header&quot; .I have attached the file below
&amp;nbs...]]></description>
                        <content:encoded><![CDATA[<p>Hi I have installed nagios csp on a fresh ubuntu vm by following documentation ,but I am still not able to acess the url. It shows "Invalid Host Header" .I have attached the file below</p>
<div id="wpfa-21220" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.nagios.org/wp-content/uploads/wpforo/default_attachments/1746716568-nagiosxi.png" target="_blank" title="nagiosxi.png"><i class="fas fa-paperclip"></i>&nbsp;nagiosxi.png</a></div>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>Shrey_02</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/inappropriate-acess-for-nagiosxi/</guid>
                    </item>
				                    <item>
                        <title>About Nagios csp</title>
                        <link>https://www.nagios.org/community/nagios-forum/about-nagios-csp/</link>
                        <pubDate>Thu, 08 May 2025 08:43:47 +0000</pubDate>
                        <description><![CDATA[Hi , Using nagios csp can we monitor n number of nodes?]]></description>
                        <content:encoded><![CDATA[<p>Hi , Using nagios csp can we monitor n number of nodes?                                                          </p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/"></category>                        <dc:creator>Shrey_02</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/about-nagios-csp/</guid>
                    </item>
							        </channel>
        </rss>
		