Search found 32 matches

by ScottMc
Wed Jun 12, 2024 9:36 am
Forum: Nagios XI
Topic: Scheduled local backup failure due to timeout
Replies: 2
Views: 678

Re: Scheduled local backup failure due to timeout

I changed the value in 'backup_timeout' in /usr/local/nagiosxi/html/config.inc.php to 7200 and it worked without additional configuration so I guess the previous comment regarding having to make the change elsewhere is no longer necessary. Please disregard. Thanks.
by ScottMc
Tue Jun 11, 2024 10:02 am
Forum: Nagios XI
Topic: Scheduled local backup failure due to timeout
Replies: 2
Views: 678

Scheduled local backup failure due to timeout

We were getting backup failure notifications on our local backups on our Nagios XI 2024R1.1.1 server. I increased the time to 60 minutes and it worked for awhile, but our backups now take around 80-90 minutes to complete (~18GB of data). I saw that the maximum time that it can be increased is up to ...
by ScottMc
Thu Jun 06, 2024 3:22 pm
Forum: Nagios Log Server
Topic: Support for Rocky Linux 8
Replies: 5
Views: 11696

Re: Support for Rocky Linux 8

That's about what I figured. Thanks for the insight.

Scott
by ScottMc
Wed Jun 05, 2024 4:35 pm
Forum: Nagios Log Server
Topic: Support for Rocky Linux 8
Replies: 5
Views: 11696

Support for Rocky Linux 8

Are there any plans to support Rocky Linux 8? We have a 10 node cluster of NLS currently running on CentOS 7 and we are standardizing our Linux platform on Rocky Linux 8. I saw a previous post about a feature request being submitted a few years ago to add Rocky support but no further response to it....
by ScottMc
Wed Apr 10, 2024 3:16 pm
Forum: Nagios XI
Topic: Gearmand problems running on NagiosXI 5.11.3
Replies: 3
Views: 1030

Re: Gearmand problems running on NagiosXI 5.11.3

Never mind. I was able to find the instructions online using wayback but Nagios still invariably crashes gearman. It's a shame because gearman was really the only viable way I could see running Nagios globally without a massive amount of additional management and redundancy configuration. Nagios emb...
by ScottMc
Tue Apr 09, 2024 4:31 pm
Forum: Nagios XI
Topic: Gearmand problems running on NagiosXI 5.11.3
Replies: 3
Views: 1030

Gearmand problems running on NagiosXI 5.11.3

We're running gearmand v3 with Nagios XI 5.11.3 and over the weekend it hung up on us. Restarting the server and even restoring backups of Nagios XI to previous weeks still causes the same issue. Since gearmand is deprecated and we need to rebuild our Nagios server (it's currently on CentOS 7) we we...
by ScottMc
Fri Oct 20, 2023 2:58 pm
Forum: Nagios XI
Topic: Graph Explorer no longer properly loading
Replies: 8
Views: 19226

Re: Graph Explorer no longer properly loading

/usr/local/nagiosxi/html/includes/js/jquery/jquery-migrate-1.4.1.min.js exists in both servers, and seemed to be loading. Ultimately I just got fed up with it and so I took a snapshot of the server and copied everything from /usr/local/nagiosxi/html from the working server to the server that wasn't...
by ScottMc
Thu Oct 12, 2023 11:22 am
Forum: Nagios XI
Topic: Graph Explorer no longer properly loading
Replies: 8
Views: 19226

Re: Graph Explorer no longer properly loading

It is 2.3.0. On a side note, I had to reenable the PDF/JPG Exporting jquery setting because disabling it ended up breaking the search function at the top. On my working Nagios server in the other environment, disabling the setting did not break the search function when switching to jquery 3.6.0.
by ScottMc
Wed Oct 11, 2023 2:48 pm
Forum: Nagios XI
Topic: Graph Explorer no longer properly loading
Replies: 8
Views: 19226

Re: Graph Explorer no longer properly loading

Making that change did appear to change the jquery version in the console, but didn't fix the issue with the Graph Explorer:
JQuery.png
by ScottMc
Tue Oct 10, 2023 2:19 pm
Forum: Nagios XI
Topic: Graph Explorer no longer properly loading
Replies: 8
Views: 19226

Re: Graph Explorer no longer properly loading

It seems that jQuery is the issue here. Does the output of console.log(jQuery().jquery) return 1.12.4 throughout the application as well? Everywhere I've tested does. I did a little more testing and noticed something else that may be noteworthy. Comparing the working server and bad server respectiv...