Skip to content

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

Open
earendilfr wants to merge 1 commit into
librenms:masterfrom
earendilfr:add-redis-script
Open

add script to monitor redis application through the check_mk agent#418
earendilfr wants to merge 1 commit into
librenms:masterfrom
earendilfr:add-redis-script

Conversation

@earendilfr

@earendilfr earendilfr commented Aug 5, 2022

Copy link
Copy Markdown

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

CLAassistant commented Aug 5, 2022

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@bestlong

Copy link
Copy Markdown
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants