-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: support for private key protocol #9
base: master
Are you sure you want to change the base?
Conversation
Just tested your changes. With AES it's working. With 3DES not:
But my Sonology lets me only configure AES or DES (missing 3). What model are you using? |
I added |
@dommi22m for backwards compatibility i changed the argument to be optional (provided via |
Hi again,
With kind regards, |
Hey there, i just used the newest version to perform a check. The error code is now another one: With nwc_health, I use the authprotocol sha. Thank you for the explanaiton and investigation :) Greetings |
Hi @gkasKaR,
Thanks a stack for checking. This is a sweet error response.
Great that we have been able to find the reason for #16. So, @dommi22m's patch is needed for your situation as well. May I ask which Synology DiskStation model you are using?
All right. Now, someone would need to adjust this patch to the new SNMP library to improve the situation here. With kind regards, |
For now there is no support to choose the protocol for private key. (3DES/AES)
Neither for the auth key (MD5/SHA)
So you will get an TypeError if not AES is selected in Synology SNMP Setup :
I made a little change to get the private key protocol as parameter.
Not well programmed but yet an acceptable change.