Compare commits
2 Commits
06e62eb6ad
...
5b9eda48f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
5b9eda48f8
|
|||
|
741f02d856
|
@@ -35,8 +35,8 @@
|
|||||||
"serve"
|
"serve"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"PROMETHEUS_URL": "http://localhost:9090",
|
"PROMETHEUS_URL": "https://prometheus.home.2rjus.net",
|
||||||
"ALERTMANAGER_URL": "http://localhost:9093"
|
"ALERTMANAGER_URL": "https://alertmanager.home.2rjus.net"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
5
TODO.md
5
TODO.md
@@ -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?")
|
||||||
|
|||||||
Reference in New Issue
Block a user