librenms-agent icon indicating copy to clipboard operation
librenms-agent copied to clipboard

add script to monitor redis application through the check_mk agent

Open earendilfr opened this issue 2 years ago • 2 comments

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))

earendilfr avatar Aug 05 '22 10:08 earendilfr

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 05 '22 10:08 CLAassistant

LGTM

bestlong avatar Nov 28 '22 08:11 bestlong