Search found 1 match

by jashoemaker
Fri Jan 20, 2012 3:45 pm
Forum: Open Source Nagios Projects
Topic: Warning: Attempting to execute the command errors...
Replies: 14
Views: 6071

Re: Warning: Attempting to execute the command errors...

I just ran into a similar issue. I figured out what is causing it though. If you have more than 4000 or so call to a single check command in nagios, some of them start reporting a return code of 127. My quick fix was to create an additional check command and use that for part of the checks. I don't ...