监控
wang725
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Prometheus
wget https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus 2.5.0.linux amd64.tar.gz tar xf prometheus 2.5.0.linux amd64.tar.gz cp prometheus 2.5.0.linux amd64/{ prometheus,pro...原创 2019-06-09 11:48:54 · 1078 阅读 · 1 评论 -
Prometheus - 监控节点
node_exporter 下载 tar xf node_exporter-0.18.1.linux-amd64.tar.gz cd node_exporter-0.18.1.linux-amd64/ cp node_exporter /usr/local/bin/ 查看版本 root@server03:~/media/prometheus/node_exporter-0.18.1.linux-a...原创 2019-06-09 16:17:00 · 2988 阅读 · 0 评论 -
Prometheus - 监控docker容器
安装cadvisor原创 2019-06-09 16:21:01 · 1891 阅读 · 0 评论
分享