Search found 130 matches

by jmichaelson
Wed May 15, 2024 3:23 pm
Forum: Nagios XI
Topic: Nagios XI 5.9.1 convert DB and switch Distro
Replies: 1
Views: 8

Re: Nagios XI 5.9.1 convert DB and switch Distro

I'd recommend at least going to a 5.10 release of Nagios XI, and preferably something newer than that. We have a guide for it here:

https://nagiosenterprises.my.site.com/s ... Conversion
by jmichaelson
Tue May 14, 2024 3:29 pm
Forum: Nagios XI
Topic: NCPA v3.1.0 changelog
Replies: 9
Views: 122

Re: NCPA v3.1.0 changelog

It looks like it can be found here:

https://github.com/NagiosEnterprises/nc ... HANGES.rst

The master branch doesn't appear to have been updated yet.
by jmichaelson
Mon May 13, 2024 4:14 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 11
Views: 685

Re: Every few days all our systems stop sending logs

Incidentally, I've opened up an internal issue to automatically create an alert for host freshness, instead of leaving it blank. I can't promise that we'll ever do anything about it but its there.
by jmichaelson
Thu May 09, 2024 4:10 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 11
Views: 685

Re: Every few days all our systems stop sending logs

Yeah that seems like a big problem with Logstash, and even though Elasticsearch is the big memory user, it does make me wonder if Logstash isn't running out of memory to use somehow. As for supporting Centos 7, what you read is correct going forward. Centos 7 itself is going end of life on June 30th...
by jmichaelson
Wed May 08, 2024 1:47 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 11
Views: 685

Re: Every few days all our systems stop sending logs

I'm sorry for the confusion I created. The bits that I'm looking for are going to be in /usr/local/nagioslogserver/logstash/logs, most likely the plaintext file.
by jmichaelson
Tue May 07, 2024 12:45 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 11
Views: 685

Re: Every few days all our systems stop sending logs

kg2857 wrote: Mon May 06, 2024 10:50 pm In the meantime you may want to set a cron to restart logstash.
In my experience logstash was pretty reliable BTW.
Yes, it is generally quite reliable. The big question largely across the board with the ELK stack is system RAM.
by jmichaelson
Mon May 06, 2024 2:30 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 11
Views: 685

Re: Every few days all our systems stop sending logs

Can you get me more of the logs from the logstash log right before that bad file descriptor line?
by jmichaelson
Fri May 03, 2024 3:17 pm
Forum: Nagios XI
Topic: Exporting Nagios info - objects.config
Replies: 3
Views: 98

Re: Exporting Nagios info - objects.config

Looks like you have an extraneous " character near the end of the command after v3=v4, right here:

v1=v2=v3=v4""}'
by jmichaelson
Thu May 02, 2024 4:01 pm
Forum: Nagios XI
Topic: Bug with NagiosXI Performance Grapher
Replies: 7
Views: 222

Re: Bug with NagiosXI Performance Grapher

I've been corrected. It appears that you are using the "-S 0" option for the check which re-arranges the output of the plugin depending on what is in Warning or Critical state. -S, --short=<type>[,<where>,<cut>] <type>: Make the output shorter : 0 : only print the global result except the ...
by jmichaelson
Thu May 02, 2024 2:55 pm
Forum: Nagios XI
Topic: Bug with NagiosXI Performance Grapher
Replies: 7
Views: 222

Re: Bug with NagiosXI Performance Grapher

I don't have a quick solution, and this does indeed look buggy. I've opened an internal issue for the matter.