
prometheus
文章平均质量分 91
雅冰石
DBA
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用prometheus监控服务器主机
一 实验环境二 实验步骤2.1 确保服务器时间准确需要确保你windows服务器的时间和prometheus服务器的时间保持一致,否则,在prometheus界面上-Graph-搜索某个变量值时,会提示:Warning!Detected 86971.44 seconds time difference between your browser and the server. Prometheus relies on accurate time and time drift might .原创 2021-09-08 19:35:13 · 2955 阅读 · 0 评论 -
安装prometheus 2.21.0
一 下载https://prometheus.io/download/默认能看到最新的prometheus版本:若想下载以前的版本,则点击‘Release notes’:点击“tags”标签,选择想下载的版本,进行下载:二 安装2.1 创建用户groupadd prometheususeradd -M -s /sbin/nologin prometheus -g prometheus2.2 解压tar -xvf prometheus-2....转载 2020-11-11 16:35:12 · 813 阅读 · 0 评论