If i enable encryption (by setting it both to the same number) in my nsclient.ini, and nsca.cfg my log says: "received invalid packet type/version from client - possibly due to client using wrong password or crypto algorithm?"
i tried different encryption methods.
My communication works fine whit out encryption! (Setting both sites to 0)
I'm using Nagios Core 4.0.8 whit NSCA 2.9.1. and NSClient ++ 0.4.3
nsclient.ini
Code: Select all
[/modules]
CheckSystem=1
CheckDisk=1
CheckExternalScripts=1
CheckHelpers=1
CheckNSCP = 1
CheckEventLog = 1
Scheduler=1
NSCAClient=1
[/settings/NSCA/client]
hostname=${host}
[/settings/NSCA/client/targets/default]
address=11.22.33.44
nsca_port=5667
encryption=1
password=mypassCode: Select all
password = mypass
decryption_method=1any help will be appreciated
regards,