安装mongo插件
1 |
yum -y install glide |
启动
1 |
nohup ./mongodb_exporter --mongodb.uri "mongodb://readonly:[email protected]:27017" & |
上面是单点的,集群的话192.168.50.7:27017,192.168.50.8:27017 这样就可以
prometheus配置
1 |
- job_name: mongo_exporter |
导入模板
https://grafana.com/dashboards/2583
Donate- 本文链接: https://shenshengkun.github.io/posts/440gqa86.html
- 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!