
zookeeper和prometheus
zookeeper和prometheus的文章
米雪唲2
测试从入门到入坑之。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
zookeeper四字命令的详细介绍
1.zookeeper 四字命令 ZooKeeper中有一系列的命令可以查看服务器的运行状态,它们的长度通常都是4个英文字母,因此又被称之为“四字命令”。 [root@localhost zookeeper-3.4.14]# echo mntr |nc 192.168.102.130 2181 -bash: nc: 未找到命令 安装nc:[root@localhost zookeeper-3.4....原创 2019-11-22 10:00:15 · 1684 阅读 · 0 评论 -
prometheus&zookeeper的自定义启动
一、prometheus的自启动 prometheus添加到系统服务中 [root@localhost ~]# vim /etc/systemd/system/prometheus.service 进入编辑输入 [Unit] Description=Prometheus Monitoring System Documentation=Prometheus Monitoring System [...原创 2019-11-21 17:09:41 · 1850 阅读 · 0 评论