Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 41472e0

Browse files
author
trzysiek
committed
remove old service + update TODO
1 parent 593fd1f commit 41472e0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

TODO.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
- **Implement bugs**
2-
- **Add new services to Prometheus/Grafana**
32
- **Improve monitoring dashboard(s)**
3+
4+
## Done
5+
6+
- **Add new services to Prometheus/Grafana**

health-monitor/monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
'ssl_status': 'N/A',
4343
'tls_version': 'N/A'
4444
},
45-
'random-service': {
46-
'url': 'http://random-service:5002/health',
45+
'random-unnecessary-service-for-testing': {
46+
'url': 'http://random-unnecessary-service-for-testing:5002/health',
4747
'status': 'unknown',
4848
'last_check': None,
4949
'last_response_time': None,

0 commit comments

Comments
 (0)