Centos 虚拟机zhangguoli  testbj123456

1,使用grafana+prometheus+node_exporter+influxdb 从零开始搭建服务器监控平台

https://blog.csdn.net/javaee_gao/article/details/106305392

 

 

2ping 虚拟机不通:

https://jingyan.baidu.com/article/75ab0bcb95f0eed6874db243.html

 

3,虚拟机图形化界面安装

https://www.cnblogs.com/oliver-yt/p/9323935.html

 

 

4influxdb安装

https://blog.csdn.net/qq_25464557/article/details/107356896

 

5promethues安装

https://www.cnblogs.com/fatyao/p/11007357.html

 

 

 

6promethues 启动失败问题:

https://www.pianshen.com/article/80771668418/

 

注意promethues.yml文件中的格式, 对齐一定要。

 

 

7Remote storage adapter下载

https://www.cnblogs.com/cheyunhua/p/11376756.html

 

 8,Linux系统上安装Grafana+Prometheus+node_exporter、mysqld_exporter监控Linux服务器系统的基础性能指标和Linux服务器上Mysql的相关指标。

https://www.cnblogs.com/tufeixiaopengyou/p/14119544.html




最后监控如果没有显示图像,把所有的服务重启一遍。 重新导入模板应该就可以了。



重启:

ps aux | grep node_exporter 

kill -9  

nohup ./node_exporter  &