[feature request] Add possibility to configure dependencies between monitors
- 主要语言
- Go
- 星标
- 1.2k
- 派生
- 69
- PR 合并指标
- 30 天内没有已合并 PR
描述
Possibility to configure dependencies between monitors.
Example:
```mermaid
graph TD
A[Proxmox Host] --> B[VM 101 - Web]
A[Proxmox Host] --> C[VM 102 - DB]
A[Proxmox Host] --> D[VM 103 - Fileserver]
A[Proxmox Host] --> E[VM 104 - Dev Host]
B --> B1[Apache/Nginx]
C --> C1[MySQL/PostgreSQL]
D --> D1[Samba/NFS]
E --> E1[Dev Tools]
```
So basically when `Proxmox Host` fails, do not trigger notifications on reliant monitors.
Fine would be also , to display the depencies in a tree or something like this.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look for monitor configuration and notification logic in the codebase, likely in models or services. Understand how monitors are currently evaluated and how alerts are triggered. The feature requires adding dependency relationships between monitors and modifying alerting logic to suppress notifications when a parent monitor is down. Check existing UI components for displaying monitor lists to add a dependency tree view.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- observability-sre
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100