forked from bpineau/redis-munin
-
Notifications
You must be signed in to change notification settings - Fork 0
barshow/redis-munin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Munin plugin for Redis.
It tries to extensively cover Redis INFO output, while keeping the
dependencies low (currently, only needs awk, redis-cli and Munin 1.4+).
It can monitor several Redis instances, remotes or locals to the server.
To install : just copy the redis_ script to your $MUNIN_LIBDIR
(on Debian, that's /usr/share/munin/plugins/).
Then create a symbolic link like this:
ln -s '/usr/share/munin/plugins/redis_' \
'/etc/munin/plugins/redis_127.0.0.1_6379'
Or let "munin-node-configure --shell | bash" do it for you.
To monitor remote servers (or monitor local Redis instances listening
on non-defaults ports), create a symbolic link 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 0
No packages published