mackerel-plugin-redis

command
v0.18.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

README

mackerel-plugin-redis

Redis custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-redis [-host=<hostname>] [-port=<port>] [-socket=<unix socket>] [-timeout=<time>] [-metric-key-prefix=<prefix>]

Example of mackerel-agent.conf

[plugin.metrics.redis]
command = "/path/to/mackerel-plugin-redis -port=6379 -timeout=5"
Using multiple Redis instances on one server
[plugin.metrics.redis6379]
command = "/path/to/mackerel-plugin-redis -port=6379 -timeout=5 -metric-key-prefix=redis6379"

[plugin.metrics.redis6380]
command = "/path/to/mackerel-plugin-redis -port=6380 -timeout=5 -metric-key-prefix=redis6380"

References

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL