promethuescentos7时间同步

Posted rootkk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了promethuescentos7时间同步相关的知识,希望对你有一定的参考价值。

Promethues和Grafana展示的监控突然消失了,服务器检查发现没什么异常。
当打开promethus网页后,发现有一个错误提示:

Warning! Detected 60.44 seconds time difference between your browser and the server. Prometheus relies on accurate time and time drift might cause unexpected query results.
意思应该是时间不同步。
问题找到了,开始解决。

1、进入服务器检查时间

检查时间,发现服务器时间不对,然后同步ntp服务器
显示服务器时间
date
安装ntp服务
yun -y install ntp
与阿里云ntp同步时间
ntpdate ntp.aliyun.com

2、更新同步以后还是不正确,如果时区不对

设置时区
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
修改配置文件,添加:
vi /etc/ntp.conf

server ntp.aliyun.com prefer
server cn.ntp.org.cn

手工发起同步:
ntpdate ntp.aliyun.com
启动NTP服务:
service ntpd start
设置开机启动:
chkconfig ntpd on
检查设置:
chkconfig --list ntpd

检查是否同步时间:
date

以上是关于promethuescentos7时间同步的主要内容,如果未能解决你的问题,请参考以下文章

哪个软件上传照片可以同步时间

网络时间同步是啥

电脑用BAT获取同步电脑时间,日期同步了,但时间同步不了?

CentOS 7 时间同步

Centos7服务器时间同步及国内常用时间同步服务器地址 && 自建时间同步服务器ntpdate

linux设置ntp时间同步