check_nrpe and NSClient: unknow protocol 252
Posted: Mon Apr 11, 2016 9:43 am
Using NSClient 0.4.4 stable and running on a Win2008 server:
Console in test mode show this:
I don't understand what I missing.
Thanks for help
Since Nagios 3.3.1 under Debian, I try to execute a classical chech_nrpe -H < my_Win2008 >Allowed hosts definition: 10.0.0.0(255.0.0.0)
Binding to: [::]:5666(ipv6)
Attempting to bind to: [::]:5666(ipv6)
Binding to: 0.0.0.0:5666(ipv4), reopen: true, reuse: true
Attempting to bind to: 0.0.0.0:5666(ipv4)
NSClient++ - 0.4.4.23 2016-04-05 Started!
Console in test mode show this:
Content of nsclient.ini:Accepting connection from: 10.0.0.4, count=1
Failed to establish secure connection: unknown protocol: 252
Code: Select all
[/settings/default]
password = xxxxxx
allowed hosts = 10.0.0.0/8
[/settings/NRPE/server]
certificate key =
certificate = ${certificate-path}/certificate.pem
ssl options =
allowed ciphers = ADH
ssl = true
verify mode = none
insecure = true
payload length = 1024
allow nasty characters = false
allow arguments = true
[/modules]
CheckExternalScripts = 1
CheckHelpers = 1
CheckEventLog = 1
CheckNSCP = 1
CheckDisk = 1
CheckSystem = 1
NRPEServer = enabledThanks for help