Hi
I have started noticing this on our Windows Servers
CHECK_NRPE: Invalid packet version received from server.
I have upgraded the NSClient Agent to what I think is the latest version
NSCP-0.5.2.35-x64.msi
But I still get the message
The only way to get the Windows systems to report correct is by editing the check_nrpe command to
$USER1$/check_nrpe -2 -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
Adding the -2
Thanks
CHECK_NRPE: Invalid packet version received from server.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: CHECK_NRPE: Invalid packet version received from server.
Hi,
If you have to make the changes across of a number of hosts or services, the Bulk Mods tool is helpful here.
-- Benjamin
Reference:
https://support.nagios.com/kb/article/n ... s-786.html
If you're running the later version of check_nrpe, you'll need to add this option since we've updated the TCP packet structure in version 4, and adding this will use the older packet types.The only way to get the Windows systems to report correct is by editing the check_nrpe command to
$USER1$/check_nrpe -2 -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
If you have to make the changes across of a number of hosts or services, the Bulk Mods tool is helpful here.
-- Benjamin
Reference:
https://support.nagios.com/kb/article/n ... s-786.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: CHECK_NRPE: Invalid packet version received from server.
Hi Benjamin
Thanks I will just leave the -2 in there as its all working
thanks
Thanks I will just leave the -2 in there as its all working
thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: CHECK_NRPE: Invalid packet version received from server.
Sounds goodmccrakem wrote:Hi Benjamin
Thanks I will just leave the -2 in there as its all working
thanks
Locking thread