Search found 9 matches
- Sat Sep 06, 2014 9:50 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Thanks for the suggestion of SleepWatcher -- hadn't heard of it before; looks like a nifty tool for side-stepping the problem. Re: sleep duration, our developers are typically seeing it when they close the laptop and go home or come back into the office -- so at least a ~20 minute sleep period, but ...
- Thu Sep 04, 2014 2:31 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Hmm. OS X API stuff is above my pay grade, but presumably there must be an API for registering for a call-back for system suspension/sleep. Seems like overkill. I don't think the underlying bug is caused by the system having been in hibernation, just that resuming from sleep happens to trigger a con...
- Thu Sep 04, 2014 12:35 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Thanks!
The issue we're seeing is on single nodes -- Nagios running on OS X (on a dev laptop) checking services only on the same node -- e.g. all localhost.
The issue we're seeing is on single nodes -- Nagios running on OS X (on a dev laptop) checking services only on the same node -- e.g. all localhost.
- Thu Sep 04, 2014 11:55 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Thanks! I'm happy to send in a bug report / patch, just didn't see where to do it. 
-Jeff
-Jeff
- Wed Sep 03, 2014 7:50 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Yes, fixing the '='/'==' error enables compiling of Nagios 4.0.8 on OS X. (But not sure if 4.0.8 fixes the load issues on OS X.) Nagios 4.0.8, as released, has a bug in it (using assignment "=" in place of comparison "==") that prevents it from compiling on OS X. The block of cod...
- Sun Aug 31, 2014 5:43 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Hi abrist, I tried compiling 4.0.8 for OS X, but get the below error (and two warnings nearby) -- it looks like a missing '=' in what presumably should be "== -1"? runcmd.c:590:50: error: expression is not assignable if (asprintf(&env_string, "%s=%s", name, value) = -1) retur...
- Fri Aug 22, 2014 4:33 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues - OS X 10.9
Sorry; just realized I didn't have "notify me when a reply is posted" checked on. The debugging info I pasted there was from dtruss'ing the process and from attaching lldb debugger to it. There's no error messages to speak off -- the process simply goes to 100% of CPU and burns cycles (and...
- Wed May 28, 2014 7:30 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Re: Nagios 4 Load issues on OS X 10.9
Oh, I forgot one important detail: we almost always see this happening after waking the laptops from sleep.
- Wed May 28, 2014 7:28 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 Load issues - OS X 10.9
- Replies: 17
- Views: 6002
Nagios 4 Load issues - OS X 10.9
We're seeing similar issues as described in this post -- on multiple of our developer's OS X 10.9 boxes. Reverting to 3.5 solves it. When this happens, there are multiple nagios processes running at high CPU, like they're worker processes about to exec a plugin, or worker processes managing a plugin...