Here is another patch that fixes packet age comparison:
https://github.com/awiddersheim/nsca-aw ... 95ec092592
Search found 19 matches
- Thu Mar 13, 2014 12:03 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA patches
- Replies: 6
- Views: 4957
- Sun Feb 09, 2014 1:09 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA patches
- Replies: 6
- Views: 4957
Re: NSCA patches
For what is worth I put my "fork" here: https://github.com/awiddersheim/nsca-aw I started this project after the NSCA daemon (running in single mode) hung in our production environment. This started my bug hunt and it turns out there are a few nasty bugs especially when running in single m...
- Sat Feb 08, 2014 9:25 am
- Forum: Open Source Nagios Projects
- Topic: NSCA patches
- Replies: 6
- Views: 4957
Re: NSCA patches
I was under the impression those were shut down in favor of these forums.
http://sourceforge.net/mailarchive/foru ... gios-devel
http://sourceforge.net/mailarchive/foru ... gios-devel
- Fri Jan 24, 2014 3:32 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA patches
- Replies: 6
- Views: 4957
NSCA patches
I have a few patches that I made for the NSCA daemon to fix a few bugs I found. I also have a recompiled version of the following that fixes an issue there: http://exchange.nagios.org/directory/Addons/Passive-Checks/NSCA-Win32-Client/details Where might I be able to contribute those? I know NSCA has...
- Thu Jan 09, 2014 11:11 am
- Forum: Open Source Nagios Projects
- Topic: Clarification on number of $USERn$ variables supported
- Replies: 4
- Views: 1689
Re: Clarification on number of $USERn$ variables supported
Here is the newly created issue:
http://tracker.nagios.org/view.php?id=557
Also, I'm guessing that this number can be changed by altering some hard coded value in the Nagios code somewhere and recompiling. Is that assumption correct? If so any ideas where that value might be?
http://tracker.nagios.org/view.php?id=557
Also, I'm guessing that this number can be changed by altering some hard coded value in the Nagios code somewhere and recompiling. Is that assumption correct? If so any ideas where that value might be?
- Thu Jan 09, 2014 9:38 am
- Forum: Open Source Nagios Projects
- Topic: Clarification on number of $USERn$ variables supported
- Replies: 4
- Views: 1689
Clarification on number of $USERn$ variables supported
The documentation is a bit misleading saying that 256 are supported but the example only says that 32 are. I did find this bug that says it should be changed. http://nagios.sourceforge.net/docs/nagioscore/3/en/macrolist.html#user http://tracker.nagios.org/view.php?id=242 The example resource.cfg onl...
- Wed Oct 23, 2013 9:32 am
- Forum: Open Source Nagios Projects
- Topic: JSON CGIs
- Replies: 1
- Views: 2109
JSON CGIs
I just was watching this presentation from the recent world conference and had some questions: http://www.slideshare.net/nagiosinc/eric-stanley-and-andy-brist-api-and-nagios Where are these CGIs pulling their data? Are they still using the status.dat and objects.cache files or are they using some of...
- Wed Oct 23, 2013 9:20 am
- Forum: Open Source Nagios Projects
- Topic: NSCA timeouts with --single
- Replies: 0
- Views: 2558
NSCA timeouts with --single
Every now and again I'll find that my NSCA server daemon deadlocks. The daemon itself is running but when you try to send it any data it doesn't do anything. Restarting fixes the issue. I haven't found a way to replicate the issue and happens very infrequently. Recently we had some networking issues...
- Wed Oct 23, 2013 9:05 am
- Forum: Open Source Nagios Projects
- Topic: Proposed NSCA IP patch
- Replies: 0
- Views: 2091
Proposed NSCA IP patch
I apologize beforehand if this is not the right place to put this. When running NSCA with the --single option it is very difficult to tell what who the peer IP was for a connection when you have multiple connections because in single mode no new processes are made to track events. In the other two m...
- Wed Oct 23, 2013 8:48 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with Core 4
- Replies: 1
- Views: 1869
Passive checks with Core 4
Both NSCA and NRDP now support writing their results Nagios's check results directory because that was historically much faster than using the command pipe. With Nagios 4 in the "whats new" section I see that the "reaper" options have been deprecated since Nagios 4 uses workers. ...