Linux prometheus 的使用
1.prometheus 的安装官方教程已经讲得很详细了 https://grafana.com/
2.先记录
./prometheus –config.file=./prometheus.yml
node_exporter 安装在需要监控的机子上
安装 grafane, data source 中选择 prometheus, 然后在官网的 dashboard 找到模板然后导入到自己的 dashboard 中
prometheus 服务端口 9090, grafana 端口 3000, prometheus node_exporter 端口9100