美文网首页
centos 安装redis_exporter

centos 安装redis_exporter

作者: shangyaqi | 来源:发表于2019-07-24 11:19 被阅读0次

1.下载最新安装包
wget https://github.com/oliver006/redis_exporter/releases/download/v1.0.3/redis_exporter-v1.0.3.linux-amd64.tar.gz
2.解压
tar -xzvf redis_exporter-v1.0.3.linux-amd64.tar.gz
3.删除压缩包
rm redis_exporter-v1.0.3.linux-amd64.tar.gz
4.进入目录
cd redis_exporter-v1.0.3.linux-amd64
3.后台启动
nohup ./redis_exporter -redis.addr localhost:6379 -redis.password yourpwd &
4.访问 http://localhost:9121/metrics

相关文章

网友评论

      本文标题:centos 安装redis_exporter

      本文链接:https://www.haomeiwen.com/subject/vuotrctx.html