/check-redis-plugin

Nagios plugin to monitor Redis memory usage using Webdis

Primary LanguageJavaScriptMIT LicenseMIT

check-redis-plugin

Nagios/Icinga2 plugin to monitor Redis memory usage using Webdis. More details can be found in this blogpost.

Usage

node index.js
  -w, --warning=ARG   Warning threshold. The default value is 5
  -c, --critical=ARG  Critical threshold. The default value is 15
  -o, --host=ARG      Webdis host
  -u, --username=ARG  Webdis username
  -p, --password=ARG  Webdis password
  -h, --help          display this help