1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Kenyon Ralph
172ce3c670
redis/redis: chmod +x
Reported in e599ab4274 (commitcomment-157840285)
2025-05-23 15:46:15 -07:00
Rowan Wookey
e599ab4274 Added support for optional TLS connections thanks to Hector Solans 2025-01-17 16:50:03 +00:00
Kim B. Heino
b392cacc4b redis: fix "autoconf" to return "no" if no instances are configured
Previously it returned "yes" and empty graph with all labels having
value "0". Also remove bogus "multigraph redis" line.

TODO: die() in get_conn() makes this plugin to fail if any Redis
instance can't be connected.
2021-07-14 21:32:21 +02:00
Rowan Wookey
384d482fe2 Added mulitgraph redis plugin
This is a replacement for the redis_ plugin

Changes in the replacement:

* Supports multiple redis instances
* Supports AWS elasticache and other environments where the CONFIG
command is disabled
* Uses multigraph to separate graphs by instance
2020-10-23 19:37:48 +02:00
Matt West
016400bd9b Updating redis plugin
Added autoconf and suggest capabilities, added additional graphs,
and tweaked some existing graphs in order to attempt to meet best
practices
2012-06-09 18:11:06 +00:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00
Renamed from plugins/other/redis (Browse further)