Search found 117 matches

by jmichaelson
Fri Apr 26, 2024 11:39 am
Forum: Nagios XI
Topic: PHP error with bulk modification tool
Replies: 3
Views: 77

Re: PHP error with bulk modification tool

Most likely it is. As Centos 7 is going to be EOL on June 30, I'm glad to see you're testing it in a newer distro of Linux. That was going to be my first suggestion. Can you tell us if you're experiencing this problem on your Ubuntu 22 test system? If not making the cutover might be the easiest solu...
by jmichaelson
Thu Apr 25, 2024 11:15 am
Forum: Nagios XI
Topic: notifications stopped for some reason
Replies: 2
Views: 53

Re: notifications stopped for some reason

How do you have the email settings configured? Can you check the mailer logs (The location will depend on how the system is configured to send mail) and see if anything is being sent? After we know how the email settings are configured, I can dive deeper into what to look for and where for you.
by jmichaelson
Wed Apr 24, 2024 2:47 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 1
Views: 34

Re: Every few days all our systems stop sending logs

You can check the logstash logs by entering journalctl -xeu logstash in a terminal window. The logstash logs can be found in /usr/local/nagioslogserver/logstash/logs . Look for anything relating to an unhandled exception. Feel free to post snippets here (sanitized, if necessary, to remove private da...
by jmichaelson
Mon Apr 22, 2024 1:22 pm
Forum: Nagios Log Server
Topic: Invalid password on Nagios Log Server Web GUI even after nagiosadmin password reset
Replies: 5
Views: 818

Re: Invalid password on Nagios Log Server Web GUI even after nagiosadmin password reset

If there's a RAM issue with Elasticsearch in Nagios Log Server, there will be a RAM issue with any ELK stack. The good news on that front is that the Elasticsearch part is in the process of being replaced with Opensearch. We can't commit to a release date yet other than to say that its coming soon.
by jmichaelson
Fri Apr 19, 2024 4:03 pm
Forum: Nagios XI
Topic: Migrate from Linux 7.x to OEL 8.9 failing
Replies: 6
Views: 141

Re: Migrate from Linux 7.x to OEL 8.9 failing

MySQL and MariaDB freqently have package conflicts, so I wouldn't recommend that.

Which packages are installed? mysql or maria? execute sudo yum list installed to check.

Check to see if either service is installed:

systemctl | grep -i mysql
systemctl | grep -i maria
by jmichaelson
Tue Apr 16, 2024 4:59 pm
Forum: Nagios Log Server
Topic: Problems installing NLS on RHEL8.9
Replies: 7
Views: 1231

Re: Problems installing NLS on RHEL8.9

To be honest, I think this one might require using a support call. https://answerhub.nagios.com/support/s/
by jmichaelson
Mon Apr 15, 2024 11:27 am
Forum: Nagios Log Server
Topic: NLS goes to hung mode every 2 hours
Replies: 4
Views: 3573

Re: NLS goes to hung mode every 2 hours

Good to know! To be honest, I'm not certain that Elasticsearch is meant to be used in the manner you're using it (with two nodes of the cluster divided across data centers. Personally I like the idea for availability, but I'm just not sure its officially supported for that. Its great that adjusting ...
by jmichaelson
Fri Apr 12, 2024 3:19 pm
Forum: Nagios Log Server
Topic: Gateway Timeout logging in to Nagios Log Server
Replies: 15
Views: 4887

Re: Gateway Timeout logging in to Nagios Log Server

We're working to make the migration as painless as we can, but it won't be completely pain free because of the huge jump from Elasticsearch 1.7.6 in the current NLS product. Those details are being worked on at the moment.
by jmichaelson
Thu Apr 11, 2024 3:10 pm
Forum: Nagios XI
Topic: Upgrade to Nagios 2024R1.1.1 fails with SQL root password issue
Replies: 7
Views: 1805

Re: Upgrade to Nagios 2024R1.1.1 fails with SQL root password issue

The root password should be the mysqlpass value in the xi-sys.cfg file. MariaDB is a fork of MySQL and the two are often used interchangeably. For this purpose they're equivalent. Try using that value to log in to the database both from the mysql client on the XI system and the Database. IF not, you...