Skip to content

nkavassalis/redis-munin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a Munin plugin for Redis.

It tries to extensively covers Redis INFO output, while keeping the
dependencies low (currently, only needs awk and redis-cli).

To install : just copy the redis shell script in /etc/munin/plugins/
and restart munin-node.

To monitor a remote server, rename the script (or create a symlink)
accordingly, ie. :
/etc/munin/plugins/redis_remoteserverip_remoteserverport .

Passwords can be set in a config file ala /etc/munin/plugin-conf.d/redis:

[redis]
 env.password secret-password

and/or

[redis_remoteserverip_remoteserverport]
 env.passwod another-secret-password

About

Munin plugin for Redis. Monitors lots of things, with few depencies (pure redis-cli + awk)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%