From ce0726f160e99ba33fafe3f7b1c6880b9a10b43c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 15 Sep 2026 20:49:12 +0200 Subject: Add note about metrics-based alerting --- blog/content/notes/tech/a-monitoring-system.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/content/notes/tech') diff --git a/blog/content/notes/tech/a-monitoring-system.gmi b/blog/content/notes/tech/a-monitoring-system.gmi index a0d1915f..a2c0ae62 100644 --- a/blog/content/notes/tech/a-monitoring-system.gmi +++ b/blog/content/notes/tech/a-monitoring-system.gmi @@ -17,7 +17,7 @@ However, Nagios has some problems: I think this can be improved by: * Instead of providing a user interface, provide an API as a first-class citizen. -* Do not implement metrics. Metrics collection is better implemented separately. +* Do not implement metrics. Metrics collection is better implemented separately. Probably you could implement checks that alert over data in the metrics system. * Make the configuration a JSON-like format that can be generated easily. * Only implement checks, dependencies and alerting rules. * Use JSON output as the main API for commands. -- cgit v1.2.3