上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 概述 官方文档:https://www.elastic.co/cn/kibana GitHub地址:https://github.com/elastic/kibana Kibana 是一款开源的数据可视化和分析工具,通常与 Elasticsearch(分布式搜索和数据分析引擎)搭配使用,形成 ELK 阅读全文
posted @ 2025-06-04 20:00 huangSir-devops 阅读(134) 评论(0) 推荐(0)
摘要: 概述 ElasticSearch官网:https://www.elastic.co/cn/elasticsearch GitHub地址:https://github.com/elastic/elasticsearch Elasticsearch 是使用Java语言且基于 Lucene 库的开源 分布 阅读全文
posted @ 2025-06-04 15:19 huangSir-devops 阅读(222) 评论(0) 推荐(0)
摘要: 概述 在MySQL中,用户与权限管理属于关键的安全机制,能让你对数据库的访问进行精准控制 MySQL用户管理 创建用户信息 语法 CREATE USER username@'host' IDENTIFIED [WITH 密码插件] BY 'password' ; 参数解析: username:表示要 阅读全文
posted @ 2025-06-03 20:14 huangSir-devops 阅读(777) 评论(0) 推荐(1)
摘要: 概述 官方文档:https://helm.sh/zh/docs/topics/chart_repository/ 官方仓库:https://artifacthub.io/ Helm 仓库(Repository)是存储 Helm 图表(Chart)的地方,类似于软件包管理器的仓库(如 apt、yum 阅读全文
posted @ 2025-06-03 14:53 huangSir-devops 阅读(552) 评论(0) 推荐(1)
摘要: 概述 Prometheus监控Docker中的容器,需要借用cAdvisor,可以阅读这篇文章:docker服务监控之cAdvisor 部署cAdvisor [root@lb ~/jumpserver]# docker run \ --volume=/:/rootfs:ro \ --volume=/ 阅读全文
posted @ 2025-06-02 21:10 huangSir-devops 阅读(41) 评论(0) 推荐(0)
摘要: 概述 Prometheus 监控 Node 节点(服务器 / 主机)是最常见的监控场景之一,通常通过 Node Exporter 实现。以下是详细的配置指南: 实操 二进制部署Node Exporter # 下载 [root@lb ~]# wget https://github.com/promet 阅读全文
posted @ 2025-06-02 20:38 huangSir-devops 阅读(184) 评论(0) 推荐(1)
摘要: 概述 Prometheus是一个开源的系统监控和警报工具包。它的配置文件通常命名为prometheus.yml,用于配置Prometheus服务器的行为。 其配置文件主要包含以下几个部分: global: 全局配置 alerting: 警报配置 rule_files: 规则文件配置 scrape_c 阅读全文
posted @ 2025-06-02 16:57 huangSir-devops 阅读(652) 评论(0) 推荐(0)
摘要: 概述 官网:https://prometheus.io/ GitHub地址:https://github.com/prometheus/prometheus Prometheus 是由 Cloud Native Computing Foundation(CNCF) 孵化的开源监控与告警系统,专注于实 阅读全文
posted @ 2025-06-02 16:33 huangSir-devops 阅读(286) 评论(0) 推荐(0)
摘要: 实操 拉取镜像 [root@lb ~]# docker pull grafana/grafana 创建目录挂载存储卷 [root@lb ~]# mkdir -p /data/grafana/config [root@lb ~]# mkdir -p /data/grafana/data [root@l 阅读全文
posted @ 2025-06-02 15:51 huangSir-devops 阅读(94) 评论(0) 推荐(0)
摘要: 概述 官网:https://grafana.com/ github地址:https://github.com/grafana/grafana Grafana 是一款开源的 数据可视化与监控工具,由Grafana Labs公司开源的的一个系统监测 (System Monitoring) 工具。广泛用于 阅读全文
posted @ 2025-06-02 11:29 huangSir-devops 阅读(484) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 11 下一页
作者:你的名字
出处:你的博客链接
本文版权归作者和博客园共有,欢迎转载,但必须给出原文链接,并保留此段声明,否则保留追究法律责任的权利。