当前位置: 首页 > news >正文

淘宝网站jquery许昌seo公司

淘宝网站jquery,许昌seo公司,北京网站建设 一流,wordpress加载好几秒一.上传软件包 具体的软件包如下,其中kubernetes-mixin是下载的监控kubernetes的一些监控规则、dashbaordd等。 二.Prometheus配置 1.promethes软件安装 #解压上传后的软件包 [rootlocalhost ] cd /opt [rootlocalhost opt]# tar xf prometheus-2.35.3.linux-amd…

一.上传软件包

具体的软件包如下,其中kubernetes-mixin是下载的监控kubernetes的一些监控规则、dashbaordd等。

二.Prometheus配置

1.promethes软件安装

#解压上传后的软件包
[root@localhost ] cd /opt
[root@localhost opt]# tar xf prometheus-2.35.3.linux-amd64.tar.gz
#移动并命名
[root@localhost opt]# mv prometheus-2.35.3.linux-amd64 /usr/local/prometheus
[root@localhost opt]# cd /usr/local/prometheus
[root@localhost prometheus]# ls
console_libraries  consoles  LICENSE  NOTICE  prometheus  prometheus.yml  promtool

2.编辑peometheus的启动文件

cat > /usr/lib/systemd/system/prometheus.service <<'EOF'
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io
After=network.target[Service]
Type=simple
ExecStart=/usr/local/prometheus/prometheus \
--config.file=/usr/local/prometheus/prometheus.yml \
--web.listen-address=localhost:9090 \
--storage.tsdb.path=/usr/local/prometheus/data/ \
--storage.tsdb.retention=15d \
--web.enable-lifecycleExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure[Install]
WantedBy=multi-user.target
EOF#服务启动参数介绍
--config.file=/usr/local/prometheus/prometheus.yml   #指定配置文件
--storage.tsdb.path=/usr/local/prometheus/data/   #数据存储目录
--storage.tsdb.retention.time=15d  #数据保存时间,支持:y, w, d, h, m, s, ms
--web.enable-lifecycle  #开启配置文件热加载
--log.level=info  #日志级别,支持debug, info, warn, error

4.配置文件

cat /usr/local/prometheus/prometheus.yml | grep -v "^#"global:					#用于prometheus的全局配置,比如采集间隔,抓取超时时间等scrape_interval: 15s			#采集目标主机监控数据的时间间隔,默认为1mevaluation_interval: 15s 		#触发告警生成alert的时间间隔,默认是1m# scrape_timeout is set to the global default (10s).scrape_timeout: 10s			#数据采集超时时间,默认10salerting:				#用于alertmanager实例的配置,支持静态配置和动态服务发现的机制alertmanagers:- static_configs:- targets:# - alertmanager:9093rule_files:				#用于加载告警规则相关的文件路径的配置,可以使用文件名通配机制# - "first_rules.yml"# - "second_rules.yml"scrape_configs:			#用于采集时序数据源的配置# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.- job_name: "prometheus"		#每个被监控实例的集合用job_name命名,支持静态配置(static_configs)和动态服务发现的机制(*_sd_configs)# metrics_path defaults to '/metrics'metrics_path: '/metrics'    #指标数据采集路径,默认为 /metrics# scheme defaults to 'http'.static_configs:				#静态目标配置,固定从某个target拉取数据- targets: ["localhost:9090"]

3.启动服务

systemctl start prometheus
systemctl enable prometheusnetstat -natp | grep :9090

三.部署Node Exporter

1.安装Node Exporter

上传 node_exporter-1.8.2.linux-amd64.tar.gz 到 /opt 目录中,并解压
cd /opt/
tar xf node_exporter-1.8.2.linux-amd64.tar.gz
mv node_exporter-1.8.2.linux-amd64/node_exporter /usr/local/node_exporter

2.启动文件

#配置启动文件
cat > /usr/lib/systemd/system/node_exporter.service <<'EOF'
[Unit]
Description=node_exporter
Documentation=https://prometheus.io/
After=network.target[Service]
Type=simple
ExecStart=/usr/local/node_exporter/node_exporter \
--collector.ntp \
--collector.mountstats \
--collector.systemd \
--collector.tcpstatExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure[Install]
WantedBy=multi-user.target
EOF

3.启动服务

systemctl start node_exporter.servicesystemctl enable node_exporter.service

四.安装alertmanager

1.安装

tar xf alertmanager-0.27.0.linux-amd64.tar.gzmv alertmanager-0.27.0.linux-amd64 /usr/local/alertmanager

2.启动配置文件

#添加启动服务
vim /usr/lib/systemd/system/alertmanager.service
[Unit]
Description=Alertmanager
After=network.target[Service]
Type=simple
#User=prometheus
ExecStart=/usr/local/alertmanager/alertmanager --config.file=/usr/local/alertmanager/alertmanager.yml --storage.path=/data/alertmanager
Restart=on-failure[Install]
WantedBy=multi-user.target

2.启动

 

http://www.tj-hxxt.cn/news/115633.html

相关文章:

  • 天津做网站建设公司推广平台 赚佣金
  • 网站设计数据库怎么做百度竞价推广开户价格
  • 营销型网站外包2024年新冠第三波症状分析
  • 北京国际建设集团网站seo常用的工具
  • 怎样建设团学组织微信网站拉新注册app拿佣金
  • 500强网站建设网站网址查询工具
  • 国家发改委支持民间投资发展sem优化软件哪家好
  • 紫搜科技建站今日头条十大热点
  • 做一元购网站 要多少钱站外seo是什么
  • 滁州seo网站排名优化百度推广竞价
  • 环境没有tomcat怎么演示自己做的网站千峰培训可靠吗?
  • 北京网站建设方案系统百度投诉中心24人工
  • 网站建设要做哪些潍坊网站建设优化
  • 10m光纤做网站营销网站建设培训学校
  • wordpress黑糖主题企业seo网站营销推广
  • 昆山 网站运营seo网站排名优化公司哪家好
  • 网站个人备案类型排名
  • 公司如何申请一个网站软文推广方案
  • 扬州网站建设哪个好薇国内推广平台有哪些
  • 丹东做网站公司seo关键词快速排名
  • 咨询网站 获取排名百度推广账户登录
  • 现在什么网站比较火做推广google网址直接打开
  • 男女做爰真人视频免费网站抖音推广
  • 做网站得花多少钱找客户资源的网站
  • 东丽区网站建设公司郑州seo技术服务顾问
  • 网站一般怎么推广网站seo关键词排名优化
  • apache新建网站考证培训机构
  • app企业网站模板免费下载seo优化方法有哪些
  • 下载软件网站广州网站推广运营
  • 深圳 网站建设 销售免费广告