@cryptotaxi247 / netdata-1 / commits / aecfd97d4

Regenerate integrations docs (#21566)

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

Netdata bot committed Jan 15, 2026 at 12:18 UTC aecfd97d4e001ac198448ba5366d1ac4cabffae0
1 file changed +8 -1
src/go/plugin/go.d/collector/proxysql/integrations/proxysql.md
+8 -1
@@ -171,7 +171,14 @@ Metrics:
171
172 ## Alerts
173
174 -There are no alerts configured by default for this integration.
174 +
175 +The following alerts are available:
176 +
177 +| Alert name | On metric | Description |
178 +|:------------|:----------|:------------|
179 +| [ proxysql_hostgroup_no_online_backends ](https://github.com/netdata/netdata/blob/master/src/health/health.d/proxysql.conf) | proxysql.hostgroup_backends_status | ProxySQL hostgroup ${label:hostgroup} has no ONLINE backends |
180 +| [ proxysql_backend_shunned ](https://github.com/netdata/netdata/blob/master/src/health/health.d/proxysql.conf) | proxysql.backend_status | ProxySQL backend SHUNNED (${label:host}:${label:port} hostgroup ${label:hostgroup}) |
181 +| [ proxysql_backend_offline_hard ](https://github.com/netdata/netdata/blob/master/src/health/health.d/proxysql.conf) | proxysql.backend_status | ProxySQL backend OFFLINE_HARD (${label:host}:${label:port} hostgroup ${label:hostgroup}) |
182
183
184 ## Setup