docs(go.d/httpcheck): add alerts to metadata (#19516)
Ilya Mashchenko committed
Jan 28, 2025 at 21:36 UTC
c69b2403ed386dfd579eef654d8c7e3cff203941
1 file changed
+25
-1
src/go/plugin/go.d/collector/httpcheck/metadata.yaml
+25
-1
@@ -257,7 +257,31 @@ modules:
257
troubleshooting:
258
problems:
259
list: []
260
- alerts: []
260
+ alerts:
261
+ - name: httpcheck_web_service_up
262
+ metric: httpcheck.status
263
+ info: "HTTP check endpoint ${label:url} liveness status"
264
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf
265
+ - name: httpcheck_web_service_bad_content
266
+ metric: httpcheck.status
267
+ info: "Percentage of HTTP responses from ${label:url} with unexpected content in the last 5 minutes"
268
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf
269
+ - name: httpcheck_web_service_bad_status
270
+ metric: httpcheck.status
271
+ info: "Percentage of HTTP responses from ${label:url} with unexpected status in the last 5 minutes"
272
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf
273
+ - name: httpcheck_web_service_bad_header
274
+ metric: httpcheck.status
275
+ info: "Percentage of HTTP responses from ${label:url} with unexpected header in the last 5 minutes"
276
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf
277
+ - name: httpcheck_web_service_timeouts
278
+ metric: httpcheck.status
279
+ info: "Percentage of timed-out HTTP requests to ${label:url} in the last 5 minutes"
280
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf
281
+ - name: httpcheck_web_service_no_connection
282
+ metric: httpcheck.status
283
+ info: "Percentage of failed HTTP requests to ${label:url} in the last 5 minutes"
284
+ link: https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf
285
metrics:
286
folding:
287
title: Metrics