Search found 140 matches

by jmichaelson
Fri May 31, 2024 3:57 pm
Forum: Nagios XI
Topic: Upgrade issue with Nagios XI version 2024R1.1.1 (Nagios Core 4.4.13).
Replies: 5
Views: 311

Re: Upgrade issue with Nagios XI version 2024R1.1.1 (Nagios Core 4.4.13).

Hi oliviergautreau

Which version of RHEL were you doing that on? It looks like you're using an RHEL 8 repository to get the older package.
by jmichaelson
Thu May 30, 2024 4:21 pm
Forum: Nagios XI
Topic: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.
Replies: 4
Views: 144

Re: Issue after migrating to rhel8: Monitoring engine / Performance grapher status crtitical.

Before we go down that road, what is the status of the nagios services? run systemctl | grep -i nagios at a shell prompt
by jmichaelson
Wed May 29, 2024 1:40 pm
Forum: Nagios XI
Topic: NCPA Powershell Plugin trouble passing arguments
Replies: 9
Views: 463

Re: NCPA Powershell Plugin trouble passing arguments

Where did you get the check_release_args script from? is it possible to modify it to handle the escaped quote? As a workaround, it may be possible to use the legacy 8.3 file name (as shown by doing a dir /X in a command prompt) for the directory and bypass the quotes, until we can come up with a bet...
by jmichaelson
Tue May 28, 2024 4:52 pm
Forum: Nagios XI
Topic: UPS device port changes from 80 to 443
Replies: 7
Views: 521

Re: UPS device port changes from 80 to 443

Can you navigate to the https url in a browser window? If so do you get a warning about the SSL/TLS certificate being untrusted?
by jmichaelson
Fri May 24, 2024 4:14 pm
Forum: Nagios XI
Topic: AWS AMI mysqld/mariadb
Replies: 5
Views: 525

Re: AWS AMI mysqld/mariadb

What version of Nagios XI does the EC2 instance have on it? Looking by the dates it looks like something from 202, and I see the EC2 doc is from a year ago. I'm wondering if we have one or more of those things out of date. Let me know and I'll look further into that.
by jmichaelson
Thu May 23, 2024 9:24 am
Forum: Nagios XI
Topic: AWS AMI mysqld/mariadb
Replies: 5
Views: 525

Re: AWS AMI mysqld/mariadb

i'm curious how you went about migrating from cent 7 to cent 9. did you directly upgrade the instance OS, or did you stand up a new instance? if the former, I can understand how it ended up still having Mysql instead of Maria. when doing OS upgrades, we do recommend standing up a new instance and th...
by jmichaelson
Tue May 21, 2024 4:23 pm
Forum: Nagios XI
Topic: ova file for Red Hat
Replies: 2
Views: 258

Re: ova file for Red Hat

We only build them with Centos Stream. Just curious if there's a reason you'd like one with RHEL; I'm note sure we can accommodate that though.
by jmichaelson
Mon May 20, 2024 2:35 pm
Forum: Nagios XI
Topic: [API] Possible to add multiple contacts when creating a service?
Replies: 3
Views: 161

Re: [API] Possible to add multiple contacts when creating a service?

The API reference documentation at /nagiosxi/help/ uses query parameters as its examples. While it doesn't document how to go about adding multiple contacts to a host in this way, I'd try using some of the examples from /nagiosxi/help/api-common-solutions.php as guides, and using something like &...
by jmichaelson
Fri May 17, 2024 3:38 pm
Forum: Nagios XI
Topic: Nagios DB issue after nagiosxi upgrade
Replies: 10
Views: 4321

Re: Nagios DB issue after nagiosxi upgrade

In addition, if you're going to be changing mysql/mariadb configuration regarding indexes, you wouldn't be remiss in backing up the mysql database with mysqldump: https://dev.mysql.com/doc/refman/8.0/en/using-mysqldump.html or mariadbdump: https://mariadb.com/kb/en/mysqldump/ as appropriate to your ...
by jmichaelson
Thu May 16, 2024 4:15 pm
Forum: Nagios XI
Topic: Monitoring Engine won't start after offline upgrade to 2024R1.1
Replies: 3
Views: 158

Re: Monitoring Engine won't start after offline upgrade to 2024R1.1

Given the mandates of your environment, I would suggest opening a support ticket at https://answerhub.nagios.com/support/s/ so that the issue can be further assessed.