-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrpe[xxxx]: ERROR: my_system() write(fd, buffer)-2 failed... #271
Comments
We're getting this error as well, but on nothing so huge. We're simply checking the following:
Haven't bothered to see if we can trace it to a specific command though. Here's the fun part, we see them in a weird pattern that doesn't make much sense to me, because these services are all on the same check_interval (via template). Which implies to me that there's a memory leak somewhere that gets worse over time and then suddenly it resets (possibly when an OOM killer comes along?). Again, I haven't done any real troubleshooting. But this NLS graph of incidents is pretty cool. This is the past 7 days. Odder still is that of the two cloned machines that are prod and QA (prod therefore gets 5-10 times as much use as QA), only the prod box seems to be affected. |
Quick look at /var/log/messages (ancient CentOS 6.4 machine) shows this as a repeated pattern:
|
Hello,
I found this error repeating recently. Looking at the "messages" it seemed occurred on various days in the recent past. It is not happening continuously but at different times.
RHEL 7.6
NRPE client and check_nrpe plugin running as a "systemd" service - v4.0.3 on remote systems
I enabled the "debug" and isolated it to a specific command where the output is over 6K DB records. Perhaps the output is higher than 64K buffer size?
If you need any other information, let me know.
Thanks
The text was updated successfully, but these errors were encountered: