<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[强子的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/qq_29103181</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; qq_29103181]]></copyright><item><title><![CDATA[基于 Prometheus+Alertmanager+Grafana 打造监控报警后台(四)-Grafana告警配置]]></title><link>https://blog.csdn.net/qq_29103181/article/details/150920094</link><guid>https://blog.csdn.net/qq_29103181/article/details/150920094</guid><author>qq_29103181</author><pubDate>Wed, 27 Aug 2025 11:30:32 +0800</pubDate><description><![CDATA[本文介绍了如何在Grafana中配置告警系统，包括创建联络点、设置报警规则和通知策略。首先需配置邮件SMTP服务并创建消息通知模板，然后通过Grafana界面设置报警规则，包括定义触发条件和Pending period防止误报。关键步骤是为报警规则创建标签，并在通知策略中将特定标签与联络点关联，实现报警与通知的联动。最后通过通知策略配置，确保报警信息能准确发送到指定联系人（如邮箱或企业微信）。该流程实现了从监控到告警的完整闭环。]]></description><category></category></item><item><title><![CDATA[基于 Prometheus+Alertmanager+Grafana 打造监控报警后台(三)-Grafana安装及介绍]]></title><link>https://blog.csdn.net/qq_29103181/article/details/150917607</link><guid>https://blog.csdn.net/qq_29103181/article/details/150917607</guid><author>qq_29103181</author><pubDate>Wed, 27 Aug 2025 10:40:10 +0800</pubDate><description><![CDATA[Grafana是一个开源可视化分析平台，支持连接多种数据源（如Prometheus、MySQL等）并创建交互式仪表盘。它提供强大的数据可视化能力、告警系统、多租户支持和插件生态。本文详细介绍了使用Docker安装Grafana的步骤，包括创建目录结构、编写docker-compose.yml文件、首次启动和访问方法。还演示了如何添加Prometheus数据源、切换中文界面，以及导入现成仪表盘（如node_exporter）。Grafana默认账号admin/admin，支持通过环境变量配置安全设置。]]></description><category></category></item><item><title><![CDATA[基于 Prometheus+Alertmanager+Grafana 打造监控报警后台(二)-Alertmanager部署与告警路由配置]]></title><link>https://blog.csdn.net/qq_29103181/article/details/150844433</link><guid>https://blog.csdn.net/qq_29103181/article/details/150844433</guid><author>qq_29103181</author><pubDate>Tue, 26 Aug 2025 10:14:09 +0800</pubDate><description><![CDATA[Alertmanager是Prometheus的独立告警处理服务，用于接收、聚合和路由告警信息。本文介绍了使用Docker安装Alertmanager的方法，包括创建目录结构、编写配置文件、设置邮件通知和钉钉集成等步骤。通过docker-compose方式部署，可实现数据持久化和配置管理。文章还详细讲解了Alertmanager的核心功能（去重、分组、路由等）以及与Prometheus的集成配置方法。最后提供了Web UI访问方式，帮助用户查看告警状态和管理静默规则。]]></description><category></category></item><item><title><![CDATA[基于 Prometheus+Alertmanager+Grafana 打造监控报警后台(一)-Prometheus介绍及安装]]></title><link>https://blog.csdn.net/qq_29103181/article/details/150765124</link><guid>https://blog.csdn.net/qq_29103181/article/details/150765124</guid><author>qq_29103181</author><pubDate>Mon, 25 Aug 2025 15:12:35 +0800</pubDate><description><![CDATA[本文介绍了开源监控工具Prometheus的核心特性、架构组件及Docker部署方式。Prometheus采用时间序列数据存储，支持多维数据模型和PromQL查询语言，通过拉取模型采集指标。文章详细讲解了使用docker-compose部署Prometheus的步骤，包括目录结构创建、配置文件编写（prometheus.yml和告警规则）、容器启动及验证。部署完成后可通过Web UI访问监控数据，支持PromQL查询和配置热加载功能。该方案实现了Prometheus的数据持久化和15天存储周期，为系统监控提]]></description><category></category></item><item><title><![CDATA[DCGM Exporter结合Prometheus实现GPU性能监控]]></title><link>https://blog.csdn.net/qq_29103181/article/details/148926910</link><guid>https://blog.csdn.net/qq_29103181/article/details/148926910</guid><author>qq_29103181</author><pubDate>Thu, 26 Jun 2025 16:15:14 +0800</pubDate><description><![CDATA[本指南将指导你完成从获取 NGC API Key 到最终在 Grafana 中可视化 GPU 指标的全过程，包括如何正确地拉取和运行 DCGM Exporter 容器，并将其指标通过 Prometheus 抓取并展示。]]></description><category></category></item><item><title><![CDATA[dcgm-exporter所需镜像拉取及NVIDIA NGC中API Key获取]]></title><link>https://blog.csdn.net/qq_29103181/article/details/148925826</link><guid>https://blog.csdn.net/qq_29103181/article/details/148925826</guid><author>qq_29103181</author><pubDate>Thu, 26 Jun 2025 15:29:18 +0800</pubDate><description><![CDATA[摘要：本文介绍如何使用NGC API Key登录Docker并拉取NVIDIA容器镜像。首先需要在NVIDIA NGC平台生成API Key并妥善保存。然后通过命令行sudo docker login nvcr.io登录，用户名输入$oauthtoken，密码为复制的API Key。登录成功后即可拉取镜像，如nvcr.io/nvidia/k8s/dcgm-exporter。文中提供了详细的图文操作指引和注意事项。]]></description><category></category></item><item><title><![CDATA[Prometheus搭建 和 Node_Exporter搭建]]></title><link>https://blog.csdn.net/qq_29103181/article/details/148786545</link><guid>https://blog.csdn.net/qq_29103181/article/details/148786545</guid><author>qq_29103181</author><pubDate>Mon, 23 Jun 2025 15:50:06 +0800</pubDate><description><![CDATA[摘要：本文介绍了如何使用Docker搭建Prometheus和Node Exporter监控系统。Prometheus作为中心监控服务器，通过定期拉取Node Exporter收集的主机硬件和系统指标（CPU、内存、磁盘等）进行存储和查询。搭建步骤包括：启动Node Exporter容器并配置主机访问权限；创建Prometheus配置文件指定监控目标；启动Prometheus容器并挂载配置文件；最后通过Web界面访问Prometheus执行查询。该系统可实现主机性能监控和数据分析。]]></description><category></category></item><item><title><![CDATA[双Token及三验证机制]]></title><link>https://blog.csdn.net/qq_29103181/article/details/147999587</link><guid>https://blog.csdn.net/qq_29103181/article/details/147999587</guid><author>qq_29103181</author><pubDate>Fri, 16 May 2025 10:02:26 +0800</pubDate><description><![CDATA[双 Token 三验证机制通过 Access Token 和 Refresh Token 的组合，有效解决了单 Token 机制在安全性和用户体验之间的矛盾。Access Token 用于日常请求验证，具有短时效性（5-30分钟），而 Refresh Token 用于在 Access Token 过期时获取新 Token，具有长时效性（1-7天）。三验证机制包括 Access Token 验证、Refresh Token 验证和 Redis 验证，确保 Token 的唯一性和安全性。用户登录时，服务端生成双]]></description><category></category></item><item><title><![CDATA[Docker pull镜像拉取失败]]></title><link>https://blog.csdn.net/qq_29103181/article/details/144019704</link><guid>https://blog.csdn.net/qq_29103181/article/details/144019704</guid><author>qq_29103181</author><pubDate>Mon, 25 Nov 2024 10:03:01 +0800</pubDate><description><![CDATA[因为一些原因，很多镜像仓库拉取镜像失败，所以需要更换不同的镜像，这是2024/11/25测试可用的仓库。]]></description><category></category></item><item><title><![CDATA[docker搭建guacamole,web远程桌面]]></title><link>https://blog.csdn.net/qq_29103181/article/details/143572282</link><guid>https://blog.csdn.net/qq_29103181/article/details/143572282</guid><author>qq_29103181</author><pubDate>Wed, 06 Nov 2024 16:20:22 +0800</pubDate><description><![CDATA[使用 Docker Compose 部署 Guacamole，如果没有docker-compose请先执行sudo apt install docker-compose安装。]]></description><category></category></item><item><title><![CDATA[制作python的Dockerfile]]></title><link>https://blog.csdn.net/qq_29103181/article/details/143571627</link><guid>https://blog.csdn.net/qq_29103181/article/details/143571627</guid><author>qq_29103181</author><pubDate>Wed, 06 Nov 2024 15:46:48 +0800</pubDate><description><![CDATA[这个 Dockerfile 将定义如何构建一个包含应用程序及其所有依赖项的 Docker 镜像。此外，我们将使用环境变量来配置应用程序，以避免在代码中硬编码敏感信息。首先，确保你的环境中已经安装了 Docker。]]></description><category></category></item><item><title><![CDATA[ubuntu20.04和22.04关闭自动休眠，息屏]]></title><link>https://blog.csdn.net/qq_29103181/article/details/139408264</link><guid>https://blog.csdn.net/qq_29103181/article/details/139408264</guid><author>qq_29103181</author><pubDate>Mon, 03 Jun 2024 10:41:45 +0800</pubDate><description><![CDATA[服务器使用ubuntu 20.04或者22.04时模式会启用自动修改功能，如果系统较长时间不操作，系统就会自动休眠，这就会导致我们使用ssh远程访问时失败，无法进行远程访问，我们可以通过一下方式将自动休眠功能管理。2、如果没有关闭则执行以下命令关闭自动休眠，执行后再查询自动休眠状态看一下是否成功。3、如果使用的是桌面版，也可以在设置-》电源中将息屏关闭。如显示下面的内容则表示已关闭自动休眠。1、查看自动休眠状态。]]></description><category></category></item><item><title><![CDATA[不同版本vue安装vue-router]]></title><link>https://blog.csdn.net/qq_29103181/article/details/137956716</link><guid>https://blog.csdn.net/qq_29103181/article/details/137956716</guid><author>qq_29103181</author><pubDate>Fri, 19 Apr 2024 10:54:45 +0800</pubDate><description><![CDATA[vue2.x版本使用vue-router3.x版本，vue3.x使用vue-router4.x版本，根据自己的需要选择合适的版本。vue-router 是vue官网发布的一个插件库，单页面路由。vue 和 vue-router 之间版本也需要对应。1、可以在安装前查看vue-router版本，尽量使用稳定正式版，即不带alpha，beta等的版本。2、安装vue-router。]]></description><category></category></item><item><title><![CDATA[zabbix启动时报错Job for zabbix-server.service failed because the control process exited with error code.]]></title><link>https://blog.csdn.net/qq_29103181/article/details/137819495</link><guid>https://blog.csdn.net/qq_29103181/article/details/137819495</guid><author>qq_29103181</author><pubDate>Tue, 16 Apr 2024 12:05:38 +0800</pubDate><description><![CDATA[zabbix启动时报错Job for zabbix-server.service failed because the control process exited with error code. See “systemctl status zabbix-server.service” and “journalctl -xe” for details.]]></description><category></category></item><item><title><![CDATA[连接mysql或mariaDB报错：is not allowed to connect to this MariaDB server]]></title><link>https://blog.csdn.net/qq_29103181/article/details/137547620</link><guid>https://blog.csdn.net/qq_29103181/article/details/137547620</guid><author>qq_29103181</author><pubDate>Tue, 09 Apr 2024 13:24:15 +0800</pubDate><description><![CDATA[1.报错信息：Host ‘192.168.3.91’ is not allowed to connect to this MariaDB server。4、查看user表中root用户或需要使用远程连接的用户信息（我这里已经操作过了，所以显示root的host是%）一般为新创建数据库或新创建的用户没有远程连接数据库的权限，需要进行授权。重新加载权限表后才会生效，才可以远程连接数据库。2.报错原因：因为没有远程连接数据库的权限。3、进入mysql数据库。1、在命令行连接数据库。]]></description><category></category></item><item><title><![CDATA[ubuntu22.01安装及配置]]></title><link>https://blog.csdn.net/qq_29103181/article/details/136553408</link><guid>https://blog.csdn.net/qq_29103181/article/details/136553408</guid><author>qq_29103181</author><pubDate>Fri, 08 Mar 2024 11:48:12 +0800</pubDate><description><![CDATA[VMvare虚拟机安装ubuntu22.04及ubuntu22.04固定ip配置，ubuntu20.04固定ip配置]]></description><category></category></item><item><title><![CDATA[docker常用操作命令]]></title><link>https://blog.csdn.net/qq_29103181/article/details/136400364</link><guid>https://blog.csdn.net/qq_29103181/article/details/136400364</guid><author>qq_29103181</author><pubDate>Fri, 01 Mar 2024 17:01:50 +0800</pubDate><description><![CDATA[docker ps 查看正在运行的容器docker ps -a 查看全部容器docker images 查看本地镜像docker search [镜像名称] 查询镜像docker run --name mynginx -d nginx:latest： 使用docker镜像nginx:latest以后台模式启动一个容器,并将容器命名为mynginx。如需端口映射则加上-p及对应端口docker run -p 80:80 -v /data:/data -d nginx:latest。]]></description><category></category></item><item><title><![CDATA[alpine创建lnmp环境alpine安装nginx+php5.6+mysql]]></title><link>https://blog.csdn.net/qq_29103181/article/details/136398636</link><guid>https://blog.csdn.net/qq_29103181/article/details/136398636</guid><author>qq_29103181</author><pubDate>Fri, 01 Mar 2024 16:24:40 +0800</pubDate><description><![CDATA[命令行内容，运行容器命名为mnp5， -p将宿主机8888端口映射到容器80端口，-v 将宿主机/lamptest/test目录挂载到容器/www目录，该目前是容器中nginx运行目录，可在配置文件中修改。制作lnmp环境，你可以在alpine基础镜像中安装相关的服务，也可以直接使用Dockerfile创建自己需要的环境镜像。注意：提前确认自己的alpine版本，本次创建基于alpine3.6进行创建，官方在一些版本中删除了php5。我这里将文件在本地编辑好直接上传上去了，也可以命令行创建所需文件,]]></description><category></category></item><item><title><![CDATA[Docker制作lamp镜像并在其他机器上部署]]></title><link>https://blog.csdn.net/qq_29103181/article/details/136344787</link><guid>https://blog.csdn.net/qq_29103181/article/details/136344787</guid><author>qq_29103181</author><pubDate>Wed, 28 Feb 2024 14:51:43 +0800</pubDate><description><![CDATA[为了方便将自己的LAMP运行环境和项目在其他机器上部署或发布，可以用基于Dockerhub里的mattrayner/lamp镜像打包自己需要的镜像。1、先选择合适的镜像文件镜像mattrayner/lamp有多个版本，根据自己需要选择下载2、镜像在首次运行时会自动下载，也可以先pull拉取镜像后在运行容器。]]></description><category></category></item><item><title><![CDATA[ubuntu20.04安装docker及运行]]></title><link>https://blog.csdn.net/qq_29103181/article/details/136341390</link><guid>https://blog.csdn.net/qq_29103181/article/details/136341390</guid><author>qq_29103181</author><pubDate>Wed, 28 Feb 2024 11:58:20 +0800</pubDate><description><![CDATA[ubuntu20.04使用存储库安装docker容器]]></description><category></category></item></channel></rss>