prometheus + node_exporter + grafana 主机监控 脚本自动部署


一、上传压缩包到服务器 /root 目录

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

二、解压文件

1
tar -xzvf JK.tar.gz

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

三、修改脚本中的IP 地址

1
vim JK/initsh/cyt_jk.sh

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

IP 替换为机器IP

:wq

保存并退出

四、修改脚本中的prometheus 密码

1
vim JK/initsh/user_create.sh

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

:wq

保存并退出

五、执行安装脚本

1
sh JK/initsh/startinstall.sh

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

六、查看安装日志

1
tail -f JK/initsh/startinstall.log

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

七、检查服务(可省略)

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

八 、链接

本机IP + 3000 端口

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

配置数据源

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

下载 这几个JSON文件

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

导入JSON文件

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

查看效果

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

prometheus 配置端口为9091

指定端口启动为:

1
2
3
nohup ./prometheus --config.file=prometheus.yml --web.listen-address=:9091 &

####

node_exporter 配置端口为9200

指定端口启动为:

1
nohup ./node_exporter --web.listen-address=":9200" &

脚本 和安装包 放在 微信公众号 : 大郎月牍

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

prometheus + node_exporter + grafana 主机监控 脚本自动部署
prometheus + node_exporter + grafana 主机监控 脚本自动部署

关注微信公众号 : 大郎月牍

回复关键字: 监控

即可获取


评论
来发评论吧~
Powered By Valine
v1.4.14