librenms / librenms-agent

LibreNMS Agent & Scripts
GNU General Public License v2.0
118 stars 188 forks source link

Add support for passing a password to the redis script #327

Closed tobias-richter closed 3 months ago

tobias-richter commented 4 years ago

This PR adds password/auth support to redis monitoring Example:

extend redis /etc/snmp/snmpd.d/redis.py -a "SOME_PASSWORD"
CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

SourceDoctor commented 4 years ago

what about an optional configfile which will be placed in /etc/snmp directory instead of script arguments?