
exporter
Energet!c
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
rabbitmq-exporter启动、停止、重启、自启动
rabbitmq-exporter启动、停止、重启、自启动service文件service文件根据实际内容进行修改 vi /usr/lib/systemd/system/rabbitmq_exporter.service [Unit]Description=rabbitmq-exporterDocumentation=https://prometheus.io/After=network.target[Service]Type=simpleUser=rootGroup=rootWo原创 2021-12-10 11:41:19 · 2556 阅读 · 0 评论 -
node-exporter启动、停止、重启、自启动
node-exporter启动、停止、重启、自启动service文件service文件根据实际内容进行修改vi /usr/lib/systemd/system/node_exporter.service[Unit]Description=Node_exporterDocumentation=https://prometheus.io/After=network.target[Service]Type=simpleUser=rootGroup=rootExecStart=/opt/n原创 2021-12-10 11:39:42 · 4364 阅读 · 0 评论 -
prometheus.service启动、停止、重启、自启动、热加载
prometheus.service启动、停止、重启、自启动service文件service文件根据实际内容进行修改vi /usr/lib/systemd/system/prometheus.service[Unit]Description=Prometheus ServerDocumentation=https://prometheus.io/After=network.target[Service]Type=simpleUser=rootGroup=rootWorkingDir原创 2021-12-10 11:37:47 · 7577 阅读 · 0 评论 -
haproxy_exporter.service 启动、停止、重启、自启动
haproxy_exporter.service 启动、停止、重启、自启动service文件内容service文件内容vi /usr/lib/systemd/system/haproxy_exporter.service[Unit]Description=haproxy-exporterDocumentation=https://prometheus.io/After=network.target[Service]Type=simpleUser=rootGroup=rootWorki原创 2021-12-10 11:34:33 · 1019 阅读 · 0 评论