Search found 3 matches
- Fri May 22, 2015 12:24 pm
- Forum: Open Source Nagios Projects
- Topic: [bug + workaround] worker truncates svc long output at 20kB
- Replies: 1
- Views: 1700
[bug + workaround] worker truncates svc long output at 20kB
Dear All, I've found a bug in Nagios Core 4.0.20130912 related to treating service check's long output (denoted also as long_output or long_plugin_output) by worker processes. I have an active check returning a little bit over 20kB of long output. It turned out that, on random basis, the output was ...
- Wed Oct 22, 2014 7:40 am
- Forum: Open Source Nagios Projects
- Topic: [patch] fix for conversion of \n to <BR> (in CGIs)
- Replies: 3
- Views: 3017
Re: [patch] fix for conversion of \n to <BR> (in CGIs)
I'll definitely take a look at this and see if the developers can do anything with it. Thanks for the patch! You're welcome :-) As it took me some time to prepare it, I really think that if it (or other solution to the problem) is included in future releases, it could save time and frustration of o...
- Tue Oct 21, 2014 5:28 am
- Forum: Open Source Nagios Projects
- Topic: [patch] fix for conversion of \n to <BR> (in CGIs)
- Replies: 3
- Views: 3017
[patch] fix for conversion of \n to <BR> (in CGIs)
Dear All, I've found out that CGIs in nagios 3.2.2 (e.g. in extinfo.cgi, in long plugin output) converts successfully \n (written as two characters) to <BR>, while in nagios 4.0.20130912, the conversion is broken. One reason of the problem is: 'n' in the source code of cgiutils.c in 3.2.2 has been r...