Search found 31 matches

by amoss24
Mon Jun 09, 2025 8:40 am
Forum: Nagios XI
Topic: Login Page Constantly Refreshing? Nagios XI 2024R1.4.2
Replies: 3
Views: 1090

Re: Login Page Constantly Refreshing? Nagios XI 2024R1.4.2

Quick update, this issue is indeed resolved for us on 2024R1.4.3. Thanks again!
by amoss24
Fri May 23, 2025 10:41 am
Forum: Nagios XI
Topic: Login Page Constantly Refreshing? Nagios XI 2024R1.4.2
Replies: 3
Views: 1090

Re: Login Page Constantly Refreshing? Nagios XI 2024R1.4.2

Good news, thanks. We will update to 2024R1.4.3 soon and see if that fixes things for us!
by amoss24
Mon May 19, 2025 12:04 pm
Forum: Nagios XI
Topic: Login Page Constantly Refreshing? Nagios XI 2024R1.4.2
Replies: 3
Views: 1090

Login Page Constantly Refreshing? Nagios XI 2024R1.4.2

Have a strange issue we have noticed in the last week or so: first noticed in Firefox 128.10 ESR that the log in page constantly refreshes. We can load the initial Nagios XI welcome screen as normal, but after clicking "Access Nagios XI", the login page goes in to a refresh loop until we c...
by amoss24
Wed Oct 30, 2024 2:49 pm
Forum: Nagios XI
Topic: New monitoring VMware plugin return incorrect values
Replies: 5
Views: 3531

Re: New monitoring VMware plugin return incorrect values

Apologies for hijacking this thread, but I am in a similar boat attempting to deploy the Python based VMware plugin. Looking at the values for datastores, it seems like there must be an incorrect conversion or calculation being done somewhere. For a given datastore the values returned by the XI plug...
by amoss24
Wed Jul 03, 2024 12:42 pm
Forum: Nagios XI
Topic: New CA Certificate Not Taking Effect for LDAPS?
Replies: 8
Views: 2890

Re: New CA Certificate Not Taking Effect for LDAPS?

Opened a Support case and they were quick with what appears to be the right answer. Add the CA cert to the system trust store under /etc/pki/ca-trust/source/anchors/ Run 'update-ca-trust extract' Optionally run 'trust list --filter=ca-anchors' and verify your CA is in the list Restart the affected s...
by amoss24
Tue Jul 02, 2024 2:19 pm
Forum: Nagios XI
Topic: New CA Certificate Not Taking Effect for LDAPS?
Replies: 8
Views: 2890

Re: New CA Certificate Not Taking Effect for LDAPS?

Interesting, we are running 2024R1.1.4 now and we don't seem to be getting any files created under /var/log/php-fpm with the debug toggle on. I re-uploaded both our old CA cert back in the 18th (expiring in August) and the new one (uploaded today) via the XI GUI and the contents of /etc/openldap/cac...
by amoss24
Tue Jul 02, 2024 2:11 pm
Forum: Nagios XI
Topic: Artemis ActiveMQ Plugins for Nagios?
Replies: 15
Views: 6419

Re: Artemis ActiveMQ Plugins for Nagios?

Thanks @jsimon,

I'll look at it a little bit more then see if we decide to open a support case.
by amoss24
Fri Jun 28, 2024 4:08 pm
Forum: Nagios XI
Topic: Artemis ActiveMQ Plugins for Nagios?
Replies: 15
Views: 6419

Re: Artemis ActiveMQ Plugins for Nagios?

To me it does not look like my input is getting parsed out of the config correctly. If I take what the NCPA GUI suggests to me and copy it in to the CCM like so: .... -q 'args=-U service:jmx:rmi:///jndi/rmi://<our_IP_address>:1099/jmxrmi -O org.apache.activemq.artemis:broker=\"<name_of_our_brok...
by amoss24
Wed Jun 26, 2024 3:45 pm
Forum: Nagios XI
Topic: Artemis ActiveMQ Plugins for Nagios?
Replies: 15
Views: 6419

Re: Artemis ActiveMQ Plugins for Nagios?

I think I am pretty close here, just seems like something is getting lost in translation when I attempt to take the NCPA example and put it in to my XI config. If I log in to the NCPA GUI and go to the API tab, I'm able to drill down just fine to plugins > check_jmx and supply my arguments. Here's t...
by amoss24
Tue Jun 25, 2024 2:06 pm
Forum: Nagios XI
Topic: Artemis ActiveMQ Plugins for Nagios?
Replies: 15
Views: 6419

Re: Artemis ActiveMQ Plugins for Nagios?

@jsimon Do you happen to know off the top of your head what characters need to be escaped with check_ncpa.py? If I am on the endpoint, I can run check_jmx locally as follows: ./check_jmx -q -U service:jmx:rmi:///jndi/rmi://<Endpoint_IP_Address>:1099/jmxrmi -O org.apache.activemq.artemis:broker=\&quo...