mysql-exporter redis-exporter

Unit

Description=mysqld_exporter

Service

ExecStart=/data/mysqld_exporter/mysqld_exporter --config.my-cnf /etc/mysqlexporter.cnf --web.listen-address=0.0.0.0:9104 \

--collect.slave_status \

--collect.binlog_size \

--collect.info_schema.processlist \

--collect.info_schema.innodb_metrics \

--collect.engine_innodb_status \

--collect.perf_schema.file_events \

--collect.perf_schema.replication_group_member_stats

Restart=on-failure

Install

WantedBy=multi-user.target

redis:

Unit

Description=Redis Exporter

After=network.target

Service

ExecStart=/usr/local/redis_exporter/redis_exporter -redis.addr=localhost:6381,localhost:6382 -redis.password=xxxxxx -web.listen-address=:9121

Restart=on-failure

Install

WantedBy=multi-user.target

相关推荐
运维行者_3 小时前
Applications Manager中的Redis监控
大数据·服务器·数据库·人工智能·网络协议
悦数图数据库5 小时前
图数据库选型指南 2026:从架构、性能、AI 适配三个维度看 悦数科技
数据库·人工智能·架构
handler016 小时前
【MySQL】常用命令总结(库与表增删查改)
运维·数据库·mysql·命令·总结
week@eight7 小时前
Linux - Doris
linux·运维·数据库·mysql
cdbqss17 小时前
VB2026 菜单生成基类 BqGetMenuStrip
数据库·经验分享·学习·oracle·vb
洛水水7 小时前
Redis 分布式锁详解:实现与缺陷
数据库·redis·分布式
韶博雅7 小时前
oracle中表和列转大写
数据库·oracle
暴躁小师兄数据学院8 小时前
【AI大数据工程师特训笔记】第04讲:PostgreSQL 数据库内置函数详解
大数据·数据库·笔记·ai·语言模型
苏渡苇9 小时前
Spring Cloud Alibaba:将 Sentinel 熔断限流规则持久化到 Nacos 配置中心
数据库·spring boot·mysql·spring cloud·nacos·sentinel·持久化