探索flutter框架开发的app在移动应用市场的潜力与挑战
1368
2022-11-13
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小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~