@cryptotaxi247 / netdata-1 / commits / 8cf240a22

Regenerate integrations docs (#19517)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Jan 28, 2025 at 14:38 UTC 8cf240a2205e884f7d2b3d3ecde712bb8b9306f3
1 file changed +11 -1
src/go/plugin/go.d/collector/httpcheck/integrations/http_endpoints.md
+11 -1
@@ -89,7 +89,17 @@ Metrics:
89
90 ## Alerts
91
92 -There are no alerts configured by default for this integration.
92 +
93 +The following alerts are available:
94 +
95 +| Alert name | On metric | Description |
96 +|:------------|:----------|:------------|
97 +| [ httpcheck_web_service_up ](https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf) | httpcheck.status | HTTP check endpoint ${label:url} liveness status |
98 +| [ httpcheck_web_service_bad_content ](https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf) | httpcheck.status | Percentage of HTTP responses from ${label:url} with unexpected content in the last 5 minutes |
99 +| [ httpcheck_web_service_bad_status ](https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf) | httpcheck.status | Percentage of HTTP responses from ${label:url} with unexpected status in the last 5 minutes |
100 +| [ httpcheck_web_service_bad_header ](https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf) | httpcheck.status | Percentage of HTTP responses from ${label:url} with unexpected header in the last 5 minutes |
101 +| [ httpcheck_web_service_timeouts ](https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf) | httpcheck.status | Percentage of timed-out HTTP requests to ${label:url} in the last 5 minutes |
102 +| [ httpcheck_web_service_no_connection ](https://github.com/netdata/netdata/blob/master/src/health/health.d/httpcheck.conf) | httpcheck.status | Percentage of failed HTTP requests to ${label:url} in the last 5 minutes |
103
104
105 ## Setup