feature/lab-monitoring #6

Merged
torjus merged 7 commits from feature/lab-monitoring into master 2026-02-04 22:48:23 +00:00
Showing only changes of commit 741f02d856 - Show all commits

View File

@@ -17,6 +17,11 @@
- [x] `nixpkgs-packages` - Index and search nixpkgs packages (implemented in `nixpkgs-search packages`) - [x] `nixpkgs-packages` - Index and search nixpkgs packages (implemented in `nixpkgs-search packages`)
- [x] `lab-monitoring` - Query Prometheus and Alertmanager APIs (8 tools, no database required) - [x] `lab-monitoring` - Query Prometheus and Alertmanager APIs (8 tools, no database required)
## Lab Monitoring
- [ ] Add `list_rules` tool - list Prometheus alerting and recording rules (via `/api/v1/rules`)
- [ ] Add `get_rule_group` tool - get details for a specific rule group
## Nice to Have ## Nice to Have
- [ ] Option history/diff - compare options between two revisions ("what changed in services.nginx between 24.05 and 24.11?") - [ ] Option history/diff - compare options between two revisions ("what changed in services.nginx between 24.05 and 24.11?")