会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
almco
博客园
首页
新随笔
联系
订阅
管理
2025年1月27日
Grafana快速入门指南上篇
摘要: 一.Grafana安装 1.下载grafana 我们课堂实验均以Grafana 9.X版本实验的,更高版也可以实验,但是部分插件可能兼容性不太友好。 下载地址: https://grafana.com/grafana/download/9.5.21 2.安装grafana apt-get insta
阅读全文
posted @ 2025-01-27 14:27 almco
阅读(1761)
评论(0)
推荐(0)
2025年1月17日
node_exporter一键部署脚本
摘要: 一.node_exporter一键部署脚本 1.脚本内容展示 [root@node-exporter41 ~]# cat install-node-exporter.sh #!/bin/bash # blog: https://www.cnblogs.com/yinzhengjie VERSION=
阅读全文
posted @ 2025-01-17 10:16 almco
阅读(55)
评论(0)
推荐(0)
2025年1月16日
Alertmanager的路由配置
摘要: 一.配置Alertmanager 1.修改Alertmanager的配置文件 [root@prometheus-server32 alertmanager-0.27.0.linux-amd64]# cat alertmanager.yml route: group_by: ['alertname']
阅读全文
posted @ 2025-01-16 09:18 almco
阅读(66)
评论(0)
推荐(0)
快速部署VictoriaMetrics单机版
摘要: 一.VicoriaMetrics概述 VictoriaMetrics是一个快速、经济高效且可扩展的监控解决方案和时间序列数据库。 官网地址: https://victoriametrics.com/ 官方文档: https://docs.victoriametrics.com/ GitHub地址:
阅读全文
posted @ 2025-01-16 09:03 almco
阅读(313)
评论(0)
推荐(0)
2025年1月15日
Prometheus Server一键部署脚本
摘要: 一.Prometheus Server一键部署脚本 1.脚本内容展示 [root@prometheus-server31 ~]# cat install-prometheus-server.sh #!/bin/bash # school: oldboyedu # class: linux92 # o
阅读全文
posted @ 2025-01-15 21:58 almco
阅读(21)
评论(0)
推荐(0)
公告