赞
踩
hostnamectl set-hostname --static 主机名
vim /etc/hosts
输入:
192.168.15.129 master
192.168.15.133 node1
192.168.15.134 node2
192.168.15.136 node3
yum install -y ntpdate && ntpdate time.windows.com
systemctl stop firewalld
systemctl disable firewalld
iptables -F
vi /etc/sysconfig/iptables
systemctl restart [iptables.service](http://iptables.service)
systemctl enable [iptables.service](http://iptables.service)
因为在测试,直接iptables -F
cd /usr/local
wgethttps://dl.grafana.com/enterprise/release/grafana-enterprise-9.4.1-1.x86_64.rpm
sudo yum install grafana-enterprise-9.4.1-1.x86_64.rpm
netstat -anp | grep 3000 或ss -ntlp | grep grafana
kill -9 4028
netstat -anp | grep 3000
systemctl restart grafana-server
systemctl enable grafana-server
http://192.168.15.134:3000/d/aka/node-exporter-dashboard-220413-consulmanager?orgId=1
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。