Sign inSign up

linuxhub/redis_exporter

By linuxhub

Updated about 7 years ago

多个实例不同密码

Image
0

202

linuxhub/redis_exporter repository overview

Multiple instances with different passwords

docker run -d \
 --restart=always \
 --name redis_exporter \
 -p 9121:9121 \
 linuxhub/redis_exporter:v1.1.0-alpine-auth

Use sample

# No password authentication
curl http://127.0.0.1:9121/scrape?target=redis://192.168.10.115:6379

# Enable password authentication
curl http://127.0.0.1:9121/scrape?target=redis://h:[email protected]:6379

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

about 7 years ago

docker pull linuxhub/redis_exporter:v1.1.0-alpine-auth