I have a question regards NRPE and version packets.
We are seeing these messages in /var/log/messages:
Code: Select all
check_nrpe: Remote x.x.x.x does not support Version 3 PacketsCode: Select all
NRPE Plugin for Nagios
Version: 3.2.1I understand from reading https://support.nagios.com/kb/article/n ... s-786.html
that this is expected behaviour for those servers running NRPE version less than 3. In these cases we should be able to stop these messages by either specifying the -2 when using the check_nrpe command or by upgrading NRPE on those server.
However we are also seeing this message logged for Linux servers which are running NRPE version 4.
I'm not sure why this is happening. Is this expected behaviour?