Search found 19 matches
- Tue Jul 22, 2014 8:14 am
- Forum: Nagios XI
- Topic: CPU Load Spike daily
- Replies: 73
- Views: 10596
Re: CPU Load Spike daily
I believe I found and fixed this issue in commit 4e6eb7c. The problem was that the next check time for services was always getting an additional random delay of between 0 and the check interval. This should only have been true when the next check time is further in the future because of a check time...
- Sun Jun 15, 2014 2:56 pm
- Forum: Open Source Nagios Projects
- Topic: inconsistent output when using % signs
- Replies: 4
- Views: 2874
Re: inconsistent output when using % signs
Thanks again for reporting issues with the JSON CGI. Andy is correct that the percent signs were not being escaped. Commit 04c80dd appears to resolve this issue. I've tested each of the cases you listed and they now display correctly. Please test the commit and let us know whether it works for you.
- Sat Jun 07, 2014 10:59 am
- Forum: Open Source Nagios Projects
- Topic: character limit in API/JSON
- Replies: 11
- Views: 17622
Re: character limit in API/JSON
I found 2 instances where 8k buffers were used for strings in the JSON code and have converted them to use dynamically allocated buffers, so the only limitation now is the amount of RAM on the system. This update is in commit 6081644. Check it out and let us know whether it does what you need.
- Mon May 26, 2014 11:12 am
- Forum: Open Source Nagios Projects
- Topic: values of custom fields through APIs
- Replies: 4
- Views: 3305
Re: values of custom fields through APIs
Janice,
I have just committed and pushed an update to the code so that the values of custom variables are now displayed in the object JSON CGI. The commit id is 4f40874 and it will be in the next release.
Thanks for the reports and for using the API. Let us know if you find anything else.
Eric
I have just committed and pushed an update to the code so that the values of custom variables are now displayed in the object JSON CGI. The commit id is 4f40874 and it will be in the next release.
Thanks for the reports and for using the API. Let us know if you find anything else.
Eric
- Fri Jan 31, 2014 8:07 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 4.0.3rc1
- Replies: 3
- Views: 3595
Nagios Core 4.0.3rc1
A tarball with a release candidate for Nagios Core 4.0.3 has been uploaded to Sourceforge. This tarball contains fixes for a significant number of issues. You are requested to test this release. Please report problems (or successes) related to fixes in this release to the forum under this topic. Ple...
- Fri Jan 31, 2014 7:59 am
- Forum: Open Source Nagios Projects
- Topic: Compiling nagios-plugins-master on Solaris 9
- Replies: 9
- Views: 6813
Re: Compiling nagios-plugins-master on Solaris 9
I generally see that message when I'm using Sun's make. The way I get around it is to run 'MAKE=gmake ./configure' and then use gmake everywhere I would use make (i.e 'gmake all'). In your case you may need to substitute '/home1/cho6955/bin/make' for 'gmake' .
- Fri Nov 15, 2013 3:04 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core 4.0.2rc1
- Replies: 0
- Views: 2930
Nagios Core 4.0.2rc1
A tarball with a release candidate for Nagios Core 4.0.2 has been uploaded to Sourceforge. This tarball contains fixes for the bugs reported in Tracker that would have the most impact on users. You are requested to test this release. Please report problems (or successes) related to fixes in this rel...
- Tue Oct 29, 2013 7:00 am
- Forum: Open Source Nagios Projects
- Topic: JSON CGIs
- Replies: 1
- Views: 2112
Re: JSON CGIs
The JSON CGIs are currently still parsing the status.dat and objects.cache files. We are looking at using the new features in Core 4 to retrieve this information, but that hasn't been implemented yet. As for the reasons behind the JSON CGIs, while there is some overlap with other projects, it is not...
- Tue Oct 29, 2013 6:37 am
- Forum: Open Source Nagios Projects
- Topic: Passive checks with Core 4
- Replies: 1
- Views: 1873
Re: Passive checks with Core 4
Processing of external commands is now much faster because it is done with a special command processing worker and the commands are processed as soon as they are received. For this reason, the command pipe should be used for passive check results. The old results file reaper is deprecated and will b...
- Mon Oct 14, 2013 7:51 am
- Forum: Open Source Nagios Projects
- Topic: [Nagios-devel] Support for check_interval=0 removed?
- Replies: 1
- Views: 2143
Re: [Nagios-devel] Support for check_interval=0 removed?
As best I can tell, this was a precautionary change. I don't see any reports in the tracker where the problems Andreas cited actually occurred. I've looked over the code, although admittedly not as in depth as I want to, and I don't see how this could happen. Unless anyone has seen the problem of th...