check_synology icon indicating copy to clipboard operation
check_synology copied to clipboard

FIX: support for private key protocol

Open dommi22m opened this issue 3 years ago • 7 comments

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 :

float() argument must be a string or a number, not 'NoneType'

I made a little change to get the private key protocol as parameter. Not well programmed but yet an acceptable change.

dommi22m avatar Dec 22 '20 08:12 dommi22m