Search found 43 matches

by tylerhoadley
Mon Sep 10, 2018 10:52 am
Forum: Nagios XI
Topic: 5.5.1 Httpd high load
Replies: 27
Views: 3045

Re: 5.5.1 Httpd high load

I stabilized the system by increasing the thread_cache_size in mysql, and tuning the query cache* settings for queries not hitting the cache. Mysql hasn't crashed since this tuning, however the load is still higher than usually for both httpd and mysql, however it is stable and the webui is usable (...
by tylerhoadley
Thu Sep 06, 2018 8:49 am
Forum: Nagios XI
Topic: 5.5.1 Httpd high load
Replies: 27
Views: 3045

Re: 5.5.1 Httpd high load

We are experiencing this same type of issue. We have admin user and regular users, and we find setting users to admins unacceptable . Prior to the upgrade we had a nice load of 1-3. Our httpd and mysql service were stable, and now it seems mysql is restarting its self every 12 hours or so. (I and my...
by tylerhoadley
Thu Jan 05, 2017 12:06 pm
Forum: Nagios XI
Topic: Less obtrusive Renewal Reminder?
Replies: 12
Views: 1554

Re: Less obtrusive Renewal Reminder?

I think it is to intrusive as well. Our operation team and support teams are prompted with this and I've been getting slammed with emails on this pop up. Not exactly what I was looking forward to getting back from Christmas break. Also we were waiting for the new year to renew for budget reasons and...
by tylerhoadley
Thu Oct 20, 2016 9:24 am
Forum: Nagios XI
Topic: View Performance graphs - id="whiteout" overlay
Replies: 5
Views: 638

Re: View Performance graphs - id="whiteout" overlay

Ok, thanks for the reply. I think I figured it out. basically we do some base.css editing after upgrades to change the blue link text to black text (a:, a:hover etc). I think the css file has changed quite a bit with 5.3.0+ I replaced it with the original base.css and it works again, so can take it ...
by tylerhoadley
Thu Oct 20, 2016 9:00 am
Forum: Nagios Log Server
Topic: Cluster IP or Load balance or ?
Replies: 26
Views: 3975

Re: Cluster IP or Load balance or ?

Been a while since I set this up, so thought I would post an update. Since this, nginx has released a Transparent proxy version (nginx-plus-r10) in which I have setup, so I can remove the grok rewrites (older syslog on AIX and solaris can't be grok'd the same way as rsyslog). I have also setup 2 new...
by tylerhoadley
Thu Oct 20, 2016 8:39 am
Forum: Nagios XI
Topic: Email notification not working for nely created contacts
Replies: 13
Views: 1242

Re: Email notification not working for nely created contacts

In contact management for the newly created contact. What template is attached?

Can't be 100% sure, but believe the "generic-contact" template should be applied. try that one (remove any others if present ex. "xi_contact_generic) and see if that kicks off the email.
by tylerhoadley
Thu Oct 20, 2016 8:22 am
Forum: Nagios XI
Topic: View Performance graphs - id="whiteout" overlay
Replies: 5
Views: 638

View Performance graphs - id="whiteout" overlay

I have a couple different instances of 5.3.0 (and today 1 with 5.3.1 upgraded) I noticed the other day, that when viewing a service or host (via status.php?show=services) and then clicking the "view performance graphs" icon, this div id="whiteout" overlay basically whites out the...
by tylerhoadley
Wed Aug 03, 2016 9:31 am
Forum: Nagios Log Server
Topic: Upgrade 1.4.2 from 1.4.1 broke my clustered WebUI token
Replies: 5
Views: 832

Re: Upgrade 1.4.2 from 1.4.1 broke my clustered WebUI token

Thanks for the info.

I have matched the config directives from server1 to server2 and reloaded server2 httpd service. Then removed the backup flag in my nginx server list. This seems to have resolved my issue.

thanks for the quick response

Code: Select all

$config['encryption_key'] = 'UNIQUE_KEY';