4.监控redis(redis_exporter)

官网下载:https://github.com/oliver006/redis_exporter/releases
github地址: https://github.com/oliver006/redis_exporter

1.安装exporter

cd /opt/plg/tools
wget https://github.com/oliver006/redis_exporter/releases/download/v1.17.1/redis_exporter-v1.17.1.freebsd-amd64.tar.gz
mv redis_exporter-v1.17.1.freebsd-amd64 ../redis_exporter

2.systemd启动

#如果redis 有密码 请加参数 -redis.password
cat >/usr/lib/systemd/system/redis_exporter.service <<EOF
[Unit]
Description=redis_exporter
After=network.target
Documentation= https://github.com/oliver006/redis_exporter
[Service]
Type=simple
ExecStart=/opt/plg/redis_exporter/redis_exporter -redis.password "kcmCv2M2EW0tyH8MhD3ih9"
Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF

prometheus 配置看github文档

3.添加模板

#添加模版 11835
https://grafana.com/grafana/dashboards/11835
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值