Search found 11 matches

by chrislewis28
Thu Sep 01, 2016 4:02 am
Forum: Open Source Nagios Projects
Topic: nagios upgrade from 4.0.7 to 4.2 interface very slow
Replies: 3
Views: 2370

Re: nagios upgrade from 4.0.7 to 4.2 interface very slow

Hi,

I did see that bug in my research but it doesn't fit as the verify command works fine for me.

I didn't check the http logs before rolling back.

Nagios is running on Ubuntu 14.04 LTS 64 bit

Only use http.

Chris
by chrislewis28
Tue Aug 30, 2016 10:01 am
Forum: Open Source Nagios Projects
Topic: nagios upgrade from 4.0.7 to 4.2 interface very slow
Replies: 3
Views: 2370

nagios upgrade from 4.0.7 to 4.2 interface very slow

Hi, After upgrading from nagios 4.0.7 to Nagios 4.2 the web interface is extremely slow. Accessing e.g. the "problems" page takes around 60 seconds to load previously it was less than 5 seconds. The instance is large as it has 800 hosts and > 30k services. Any ideas if this is normal behav...
by chrislewis28
Tue Mar 25, 2014 4:43 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4.0.3 ignores perfdata_timeout value
Replies: 7
Views: 3403

Re: Nagios 4.0.3 ignores perfdata_timeout value

Hi I think you may be right. I actually posted another topic as I noticed that multiple Nagios daemons are running on the server. I stopped Nagios then killed all the remaining daemon processes and started it again but still see more than one daemon process. Not sure if this is expected or not! Howe...
by chrislewis28
Tue Mar 25, 2014 4:37 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 how many nagios daemons should be running?
Replies: 1
Views: 842

Nagios 4 how many nagios daemons should be running?

Hi, I have upgraded to Nagios 4 and was wondering how many Nagios daemons should be running? from my below output it seems there are seven running: nbsrvnagi-01v:~> ps -ef|grep "nagios -d" nagios 3149 1 11 Mar24 ? 02:39:15 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg na...
by chrislewis28
Tue Mar 25, 2014 4:10 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.0.3 ignores perfdata_timeout value
Replies: 7
Views: 3403

Re: Nagios 4.0.3 ignores perfdata_timeout value

Hi, Im not using npcd. Output from nagios.cfg below: grep perf /usr/local/nagios/etc/nagios.cfg|grep -v ^# perfdata_timeout=60 process_performance_data=1 service_perfdata_file=/usr/local/pnp4nagios/var/service-perfdata host_perfdata_file=/usr/local/pnp4nagios/var/host-perfdata host_perfdata_file_tem...
by chrislewis28
Mon Mar 24, 2014 2:20 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4.0.3 ignores perfdata_timeout value
Replies: 7
Views: 3403

Re: Nagios 4.0.3 ignores perfdata_timeout value

Yes have restarted a few times!
by chrislewis28
Mon Mar 24, 2014 5:52 am
Forum: Open Source Nagios Projects
Topic: Nagios 4.0.3 ignores perfdata_timeout value
Replies: 7
Views: 3403

Nagios 4.0.3 ignores perfdata_timeout value

Hi, I'm have an issue with the following message appearing in my log files: [1395657695] Warning: Service performance data file processing command '/usr/local/pnp4nagios/libexec/process_perfdata.pl --bulk=/usr/local/pnp4nagios/var/service-perfdata' timed out after 5 seconds I think the timeout is ca...
by chrislewis28
Thu Aug 29, 2013 3:48 am
Forum: Open Source Nagios Projects
Topic: nagios monitoring a failover process
Replies: 2
Views: 1153

nagios monitoring a failover process

Hi, We have a service which runs in a failover mode and I would like Nagios to monitor it. The logic would be: check if process is running on host A if yes return OK status, if no check if process is running on host B if yes return OK status if no return critical status. Is there a way Nagios can do...
by chrislewis28
Fri Aug 09, 2013 5:51 am
Forum: Open Source Nagios Projects
Topic: Nagios sends emails to "$"
Replies: 1
Views: 1288

Nagios sends emails to "$"

Hi, I have an odd problem my Nagios install fills up /var/spool/mqueue-client with emails about services that ok as it triesto send the email t "$". Normal email notifications for warning, critical, recovery etc work as expected and go to the correct email address: Checking the /var/log/sy...
by chrislewis28
Wed Jun 05, 2013 4:33 pm
Forum: Open Source Nagios Projects
Topic: Can't get automatic notifications working
Replies: 3
Views: 1947

Re: Can't get automatic notifications working

Fixed it, in the contacts.cfg for the user the notifications were "w,c,u,f,r,n"

The n was stopping all notifications! I used nagiosql to configure and just ticked all options without really reading!