星辉: 新增章节28 Grafana监控面板 (2026-04-17)

This commit is contained in:
2026-04-17 13:36:40 +08:00
parent ab9c136bd4
commit 27f2c54f74
4 changed files with 78 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ tags: []
| 24 | OpenClaw Cron Job 创建规范 | ✅ | | | | | | | |
| 25 | Obsidian CLI (官方) | ✅ | ✅ | ✅ | ✅ | | | | |
| 26 | OpenClaw 发送图片到 Telegram | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 27 | update-agents-tools.py 一键更新TOOLS | ✅ | | | | | | | |
| 27 | update-agents-tools.py 一键更新TOOLS | ✅ | | | | | | | |
| 28 | Grafana 服务器监控面板 | | | ✅ | | | ✅ | ✅ | |
---

View File

@@ -1040,4 +1040,36 @@ python3 ~/.openclaw/scripts/update-agents-tools.py
- **无需人工数表格**:程序自动解析矩阵,零失误
- **自动发现 Agent**:从表头动态提取,不依赖硬编码
- **支持远程**:自动同步到 Ubuntu1/2 上的 Agent 目录
- **幂等执行**:重复运行结果一致
- **幂等执行**:重复运行结果一致
## 28. Grafana 服务器监控面板 (2026-04-17)
### 访问地址
| 服务器 | 监控地址 |
|-------|---------|
| MacMini | http://192.168.3.45:3000/d/macmini-cpu-mem/node-exporter-cpu-and-e58685-e5ad98-e79b91-e68ea7?orgId=1&refresh=5s&var-node=192.168.3.189:9100 |
| Ubuntu1 | http://192.168.3.45:3000/d/macmini-cpu-mem/node-exporter-cpu-and-e58685-e5ad98-e79b91-e68ea7?orgId=1&refresh=5s&var-node=192.168.3.47:9100 |
| Ubuntu2 | http://192.168.3.45:3000/d/macmini-cpu-mem/node-exporter-cpu-and-e58685-e5ad98-e79b91-e68ea7?orgId=1&refresh=5s&var-node=192.168.3.45:9100 |
### 认证信息
- **用户名**: `admin`
- **密码**: `admin123`
### 访问方式
通过 `agent-browser` 技能访问 Grafana 页面:
1. 使用 `agent-browser` 打开上述 URL
2. 如需登录,输入用户名 `admin` 和密码 `admin123`
3. 使用截图功能对页面进行截屏
4. 通过 Telegram 发送给用户
### 截图示例命令
```bash
# 使用 agent-browser 打开并截图
# 参考 agent-browser 技能文档进行操作
```

View File

@@ -5,6 +5,8 @@
- [Self-Healing Home Server & Infrastructure Management](sources/self-healing-home-server-infrastructure-management.md) — AI Agent 作为家庭基础设施的自动化运维代理OpenClaw、cron 作业、自愈修复、安全审计)
- [AI-Powered Earnings Tracker](sources/ai-powered-earnings-tracker.md) — AI Agent 自动追踪科技公司财报的工作流Cron Jobs、Telegram 推送)
- [N8N Full Tutorial Building AI Agents in 2025 for Beginners!](sources/n8n-full-tutorial-building-ai-agents-in-2025-for-beginners.md) — N8N 平台构建 AI Agent 的入门教程(节点类型、工具集成、记忆机制)
- [Multi-Agent Content Factory](sources/multi-agent-content-factory.md) — 在 Discord 中构建多 Agent 内容工厂,实现研究→写作→设计自动化流水线

View File

@@ -0,0 +1,41 @@
---
id: ai-powered-earnings-tracker
title: AI-Powered Earnings Tracker
type: source
tags: [AI Agent, Workflow, Automation, Telegram]
sources: [raw/Agent/usecases/earnings-tracker.md]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/earnings-tracker.md]]
## Summary
- 核心主题AI Agent 自动追踪科技公司财报的工作流
- 问题域:多公司财报日期追踪、信息汇总、自动化提醒
- 方法/机制Cron Jobs + Web Search + Telegram 消息推送
- 结论/价值:自动化财报追踪,节省手动查阅时间
## Key Claims
- OpenClaw 通过 cron job 实现每周自动扫描财报日历并推送相关公司列表
- 用户确认后OpenClaw 为每个财报日期安排一次性定时任务
- 财报发布后OpenClaw 自动搜索结果并格式化汇总beat/miss、关键指标、AI 亮点)
## Key Quotes
> "Following earnings season across dozens of tech companies means checking multiple sources and remembering report dates."
## Key Concepts
- [[Cron Jobs]]定时任务机制OpenClaw 用于自动化执行重复性工作
- [[工作流自动化]]:预定义自动化流程,与 AI Agent 互补实现自动化追踪
- [[上下文记忆]]OpenClaw 记住用户通常关注的公司,自动建议
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,支持 cron job 和 Telegram 集成
## Connections
- [[AI-Powered Earnings Tracker]] ← uses ← [[Cron Jobs]]
- [[AI-Powered Earnings Tracker]] ← uses ← [[OpenClaw]]
- [[AI-Powered Earnings Tracker]] ← delivers_to ← [[Telegram]]
## Contradictions
- (暂无)