forked from bpineau/redis-munin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (19 loc) · 963 Bytes
/
README
File metadata and controls
30 lines (19 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This is a Munin public domain 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