librenms-agent
librenms-agent copied to clipboard
Add support for passing a password to the redis script
This PR adds password/auth support to redis monitoring Example:
extend redis /etc/snmp/snmpd.d/redis.py -a "SOME_PASSWORD"
what about an optional configfile which will be placed in /etc/snmp directory instead of script arguments?