Page 1 of 1

nrpe error

Posted: Wed Nov 16, 2022 8:41 pm
by nagisami
Hi,

Does anyone know what could cause this error and how to fix it ? Thanks

nrpe[57590]: ERROR: my_system() write(fd, buffer)-2 failed...

Re: nrpe error

Posted: Thu Nov 17, 2022 8:58 pm
by nagisami
I've NRPE client and NRPE plugin at 4.0.3

With "debug" on, it seems it maybe related to the packet/payload size. I isolated this to a specific command output which provide over 6K DB records.

As per documentation, the packet size in v3/v4 is a variable up to 64K. Does this mean the command output is likely higher than 64K in size and that's why I see this error?

Thanks