Search found 15 matches

by shadowwisps
Mon May 04, 2015 10:07 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Sure, go ahead !

Thanks for the insights along the way ;)

Woudl be grateful for the exact root cause if anyone does ever get around to looking into in more depth.
by shadowwisps
Mon May 04, 2015 5:56 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Right, I have found what was breaking this, and if it is not definitely a bug with Nagios, it is at least an issue with the config checker. In one of my config files (pretty much migrated as such from a 3.0.6 box), I had the following line retry_check_interval 0.5 ; Re-check the service every minute...
by shadowwisps
Thu Apr 30, 2015 1:30 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

I have done further testing and cannot get your symptoms to reproduce on my end: [root@nagioscore ~]# curl -ns -u nagiosadmin:pass --header "Accept-Language: fr" "http://nagioscore/nagios/cgi-bin/statusjson.cgi?query=programstatus" |grep type_text "type_text": "Su...
by shadowwisps
Thu Apr 30, 2015 1:21 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

ssax wrote:Have you tried reinstalling glibc-common to see if it's an issue with your locales?

Code: Select all

yum reinstall glibc-common
No change with that unfortunately.
All base packages + nagios requirements have already been reinstalled, no change
by shadowwisps
Wed Apr 29, 2015 1:28 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Hi,

Thanks for that.
No change in the behaviour at all, and no new information in any of the log files (nagios & httpd..)

I have messed around a bit with strace but can't find anything useful.
Even with apache set to LogLevel debug I am not seeing anything anywhere :(
by shadowwisps
Tue Apr 28, 2015 9:27 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

locale -a output is attached, and here are the other two. Everything seems to me absolutely standard, but we are way past my usual expertise.. :oops: [PROD][root@eqdg3pperf005 tmp]# locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8&...
by shadowwisps
Tue Apr 28, 2015 9:13 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Hi, Thanks, have browsed through the doc. Aside from the actual box build which obviously is different, all the little tweaks for Nagios are the same as what has been done here. The only thing I haven't tried and that is remotely linked to your doc would be to change my entire locale/regionalization...
by shadowwisps
Tue Apr 28, 2015 1:36 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Hi, Thanks for the reply. As I said, so far I have not found any errors logged anywhere, even with apache set to debug Requests [PROD][root@eqdg3pperf005 httpd]# curl -ns -u nagiosadmin:xxx --header "Accept-Language: fr" "http://eqdg3pperf005/nagios/cgi-bin/statusjson.cgi?query=progra...
by shadowwisps
Mon Apr 27, 2015 10:02 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Further test, just to confirm [PROD][root@eqdg3pperf005 etc]# curl -ns -u xxx:xxx --header "Accept-Language: fr" "http://eqdg3pperf005/nagios/cgi-bin/statusjson.cgi?query=programstatus" |grep type_text "type_text": "Success", [PROD][root@eqdg3pperf005 etc]# cu...
by shadowwisps
Mon Apr 27, 2015 8:55 am
Forum: Open Source Nagios Projects
Topic: [Core 4.0.8] - RHEL 6.
Replies: 28
Views: 9662

Re: [Core 4.0.8] - RHEL 6.

Right, after having spent *a lot* of time looking into this, I have found completely by chance what is not working. After running the text from a vanilla redhat client-side, I found that everything was working perfectly. This led me to do more tests from the windows boxes (that are the usual GUI use...