prometheus01-Prometheus安装

下载prometheus
https://prometheus.io/download/
tar xvfz prometheus-*.tar.gz
cd prometheus-*
mv prometheus-* /usr/local/prometheus



添加开机自启动
vim  /usr/lib/systemd/system/prometheus

[Unit]
Description=https://prometheus.io
 
[Service]
Restart=on-failure
ExecStart=/usr/local/prometheus/prometheus --config.file=/usr/local/prometheus/prometheus.yml
 
[Install]
WantedBy=multi-user.target


chmod +x  /usr/lib/systemd/system/prometheus
systemctl  start  prometheus
systemctl  enable  prometheus

浏览:vim

http://ip:9090bash

出现问题:时间不一致(以下相似)服务器

Warning! Detected 457.83 seconds time difference between your browser and the server. Prometheus relies on accurate time and time drift might cause unexpected query results.

解决办法:ide

我本身吧服务器时间同步至  time1.aliyun.comspa

ntpdate time1.aliyun.comserver

而后把电脑的时间也同步至time1.aliyun.com  便可解决blog

1.png



l  global:全局配置ip

l  alerting:告警配置get

l  rule_files:告警规则同步

l  scrape_configs:配置数据源,称为target,每一个target用job_name命名。又分为静态配置和服务发现

2.png

相关文章
相关标签/搜索