librenms-agent
librenms-agent copied to clipboard
add script to monitor redis application through the check_mk agent
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))
LGTM