Search found 13 matches

by iscb2015
Mon Oct 26, 2015 2:46 am
Forum: Open Source Nagios Projects
Topic: repeated timed out error in the nagios log file
Replies: 13
Views: 6431

Re: repeated timed out error in the nagios log file

Linux is not an option at present. Could I suggest that there should be a known issues section on the web site ? At very least I would not have wasted a lot of effort building a version of the software which is known not to work. When you say the developer will get to it in time - what are talking a...
by iscb2015
Fri Oct 23, 2015 1:58 am
Forum: Open Source Nagios Projects
Topic: repeated timed out error in the nagios log file
Replies: 13
Views: 6431

Re: repeated timed out error in the nagios log file

Hi

I have raised a report at https://github.com/NagiosEnterprises/nagioscore/issues (number 84) for this issue - I presume that this will help in having somewhere to log time.

Cheers

Ian
by iscb2015
Fri Oct 23, 2015 1:30 am
Forum: Open Source Nagios Projects
Topic: repeated timed out error in the nagios log file
Replies: 13
Views: 6431

Re: repeated timed out error in the nagios log file

See below for the requested lines. I'm not even sure if this is the right direction for finding a resolution for the bug .. was there anything in the nagios.cfg that could cause the issue ? Cheers Ian gmake -C ../lib gmake[2]: Entering directory `/var/tmp/ian/nagios-4.1.1/lib' gcc -Wall -I.. -I /usr...
by iscb2015
Thu Oct 22, 2015 4:09 am
Forum: Open Source Nagios Projects
Topic: Raising a bug ?
Replies: 1
Views: 700

Raising a bug ?

It is possible for someone that has downloaded the free version of Nagios to raise a bug ?

If so what are the steps to do so ?

How long would it take for the bug to be reviewed and workarounds or fixes provided ?

Thanks

Ian
by iscb2015
Thu Oct 22, 2015 1:27 am
Forum: Open Source Nagios Projects
Topic: repeated timed out error in the nagios log file
Replies: 13
Views: 6431

Re: repeated timed out error in the nagios log file

Unfortunately not ... There are multiple worker processes - only one nagios (and child) process though. Ian # ps -ef | grep /bin/nag nagios 14222 14178 3 15:08:42 ? 976:42 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh nagios 14224 14178 3 15:08:42 ? 976:49 /usr/local/nagio...
by iscb2015
Wed Oct 21, 2015 2:21 am
Forum: Open Source Nagios Projects
Topic: repeated timed out error in the nagios log file
Replies: 13
Views: 6431

Re: repeated timed out error in the nagios log file

nagios.cfg as requested (minus all the comments for brevity) Ian # grep -v "^#" nagios.cfg | grep -v "^$" log_file=/usr/local/nagios/var/nagios.log cfg_dir=/usr/local/nagios/etc/MCL_config object_cache_file=/usr/local/nagios/var/objects.cache precached_object_file=/usr/local/nagi...
by iscb2015
Tue Oct 20, 2015 6:45 am
Forum: Open Source Nagios Projects
Topic: repeated timed out error in the nagios log file
Replies: 13
Views: 6431

Re: repeated timed out error in the nagios log file

I've just implemented nagios 4.1.1 and am having a similar issue .. extracts from nagios log below ... [1445329430] Nagios 4.1.1 starting... (PID=29152) [1445329430] Local time is Tue Oct 20 09:23:50 BST 2015 [1445329430] LOG VERSION: 2.0 [1445329430] qh: Socket '/usr/local/nagios/var/rw/nagios.qh' ...
by iscb2015
Tue Oct 06, 2015 8:13 am
Forum: Open Source Nagios Projects
Topic: Trends Broken in 4.1.1
Replies: 11
Views: 4751

Re: Trends Broken in 4.1.1

Apologies for the slow reply - now that I've found a workaround I've not been checking the board regularly.

I can confirm that I am use an English language version of IE / Windows.

Cheers

Ian
by iscb2015
Thu Sep 17, 2015 6:31 am
Forum: Open Source Nagios Projects
Topic: Trends Broken in 4.1.1
Replies: 11
Views: 4751

Re: Trends Broken in 4.1.1

Apologies for the slow response - was on holiday. IE is the site standard (ie its a Microsoft product) so even if it did work with an alternate browser we wouldn't actually be any further forward (from our prespective). Someone did try it with the Edge browser in Windows 10 and it seemed to work the...
by iscb2015
Tue Sep 08, 2015 9:04 am
Forum: Open Source Nagios Projects
Topic: Trends Broken in 4.1.1
Replies: 11
Views: 4751

Re: Trends Broken in 4.1.1

In the cgiutils.h file is what seems to be a check for LEGACY_GRAPHICAL_CGI which changes the procedures produced - the question is will this revert to the Nagios 3.x version of the web interface for the graphical displays which call trends.cgi rather than trends.html which seems to be broken ? If s...