Home » Categories » Products » NRPE » Troubleshooting » Common Problems

NRPE - Remote does not support Version 3 Packets

Problem Description

This KB article describes why you are seeing the following error message on your Nagios server when the check_nrpe plugin is run:

Nov 28 08:51:34 office_itx_gentoo check_nrpe: Remote 10.25.11.3 does not support Version 3 Packets

Depending on your logging daemon this message could be logged in /var/log/messages or /var/log/syslog.

When the NRPE v3 client first establishes a connection, it tries with the v3 packet. This results in the older client rejecting the request. Upon receiving the rejected request the plugin will then attempt to connect with the v2 packet. This request will succeed however errors are produced in the log on the client and the Nagios server. NSClient++ and NRPE before 3 do not support the v3 packet type.

These KB articles provide more detailed information:

Documentation - Packet Size Explained

Documentation - NRPE v3 Compatibility With Previous Versions

 

Resolution #1

One method to prevent this message from being logged is to force the check_nrpe plugin to connecting with a v2 packet.

check_nrpe -2 -H 10.25.11.3

 

This could be defined in your Nagios command definition or on the service checks themselves.

 

Resolution #2

You could also configure rsyslog on your Nagios server to discard these messages, preventing them from being logged. The following steps are for RHEL / CentOS, if you use a different OS then the file locations and daemon commands could be slightly different.

Establish a terminal session to your Nagios server as the root user. Edit the /etc/rsyslog.conf file in the vi editor by executing the following command:

vi /etc/rsyslog.conf

When using the vi editor, to make changes press i on the keyboard first to enter insert mode. Press Esc to exit insert mode.

 

Add the following line directly under the #### RULES #### line:

#### RULES ####
:msg, contains, "does not support Version 3 Packets" ~

 

When you have finished, save the changes in vi by typing:

:wq

and press Enter.

 

You need to restart the rsyslog service using one of the commands below:

RHEL/CentOS 5.x/6.x

service rsyslog restart

 

RHEL/CentOS 7.x

systemctl restart rsyslog.service

 

Once you've made these changes the message will no longer be logged.

 

 

Resolution #3

Another method to prevent this message from being logged is to force the check_nrpe plugin to disable logging to syslog with the -D option.

check_nrpe -D -H 10.25.11.3

 

This could be defined in your Nagios command definition or on the service checks themselves.

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
NRPE - UNKNOWN: No Handler For That Command
Viewed 12830 times since Mon, Jul 17, 2017
NRPE - No Output Returned From Plugin
Viewed 14218 times since Mon, Jul 17, 2017
Disabling Port 113 IDENT Requests
Viewed 4730 times since Tue, Mar 12, 2019
NRPE - Connection Refused By Host
Viewed 13775 times since Mon, Jul 17, 2017
NRPE - CHECK_NRPE: Received 0 Bytes From Daemon. Check The Remote Server Logs For Error Messages
Viewed 9069 times since Mon, Jul 17, 2017
NRPE - Command ’[Your Plugin]’ Not Defined
Viewed 7781 times since Mon, Jul 17, 2017
NRPE - ERROR: Missing Argument Exception
Viewed 4509 times since Mon, Jul 17, 2017
NRPE - CHECK_NRPE: Error - Could Not Complete SSL Handshake
Viewed 110645 times since Fri, Jul 14, 2017
CHECK_NRPE: Error - Could not connect to xxx.xxx.xxx.xxx: Connection reset by peer
Viewed 23523 times since Fri, Jul 14, 2017
NRPE - v3/v4 Compatibility With Previous Versions
Viewed 38340 times since Fri, Jun 24, 2016