librenms / librenms-agent

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

add script to monitor redis application through the check_mk agent #418

Open earendilfr opened 2 years ago

earendilfr commented 2 years ago

It's the same script than snmp/redis.py but I just add the output of the line for application name:

output = {
    "version": version,
    "error": error,
    "errorString": error_string,
    "data": redis_data,
}
print("<<<redis>>>")
print(json.dumps(output))
CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

bestlong commented 1 year ago

LGTM