Мунин бросает "Поддержка SNMPv3 недоступна"

1320
SaeX

Я пытаюсь настроить DiskStation для использования SNMP. Я получаю следующую ошибку при выполнении munin-node-configureв моей системе Ubuntu:

root@server:/# munin-node-configure --snmp 10.0.0.2 --snmpversion 3 --snmpusername munin --snmpauthpass (something) --shell --debug ... # Dropping host '10.0.0.2': SNMPv3 support is unavailable (Required module Crypt/DES.pm not found) 
1

1 ответ на вопрос

1
SaeX

The right Perl cryptomodules need to be installed.

Do an apt-get install libcrypt-des-perl to get the right module.

Additionally, apt-get install libdigest-hmac-perl will install the Digest/HMAC module. If this is skipped then following error will be displayed:

# Dropping host '10.0.0.2': SNMPv3 support is unavailable (Required module Digest/HMAC.pm not found)