Prometheus学习笔记——启动

网友投稿 1267 2022-11-13

Prometheus学习笔记——启动

Prometheus学习笔记——启动

Prometheus Server目录下执行启动命令:​​nohup ./prometheus --config.file=prometheus.yml > ./prometheus.log 2>&1 &​​​ Pushgateway目录下执行启动命令:​​nohup ./pushgateway --web.listen-address :9091 > ./pushgateway.log 2>&1 &​​

Alertmanager目录下启动命令:​​nohup ./alertmanager --config.file=alertmanager.yml > ./alertmanager.log 2>&1 &​​

Node exporter启动命令:

systemctl stop firewalld.service

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Prometheus学习笔记——安装Prometheus Server
下一篇:MyBatis 多个条件使用Map传递参数进行批量删除方式
相关文章

 发表评论

暂时没有评论,来抢沙发吧~