summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNetdata bot <43409846+netdatabot@users.noreply.github.com>2024-04-20 19:27:44 +0300
committerGitHub <noreply@github.com>2024-04-20 19:27:44 +0300
commitaeb5dd7e8cfb4eb334f5eaff269b8296ee6456b0 (patch)
tree2a4c1493607c6f4bb0ed9839aa8c7e244e089cda /src
parent623244f8a9dc134c37599d1e07e7792c9f193583 (diff)
Regenerate integrations.js (#17461)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/go/collectors/go.d.plugin/modules/storcli/integrations/storecli_raid.md30
1 files changed, 28 insertions, 2 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/storcli/integrations/storecli_raid.md b/src/go/collectors/go.d.plugin/modules/storcli/integrations/storecli_raid.md
index bc4f81de14..7cae126f66 100644
--- a/src/go/collectors/go.d.plugin/modules/storcli/integrations/storecli_raid.md
+++ b/src/go/collectors/go.d.plugin/modules/storcli/integrations/storecli_raid.md
@@ -99,13 +99,39 @@ Metrics:
| storcli.phys_drive_errors | media, other | errors/s |
| storcli.phys_drive_predictive_failures | predictive_failures | failures/s |
| storcli.phys_drive_smart_alert_status | active, inactive | status |
-| storcli.phys_drive_temperature | temperature | status |
+| storcli.phys_drive_temperature | temperature | Celsius |
+
+### Per bbu
+
+These metrics refer to the Backup Battery Unit.
+
+Labels:
+
+| Label | Description |
+|:-----------|:----------------|
+| controller_number | Controller number (index) |
+| bbu_number | BBU number (index) |
+| model | BBU model |
+
+Metrics:
+
+| Metric | Dimensions | Unit |
+|:------|:----------|:----|
+| storcli.bbu_temperature | temperature | Celsius |
## Alerts
-There are no alerts configured by default for this integration.
+
+The following alerts are available:
+
+| Alert name | On metric | Description |
+|:------------|:----------|:------------|
+| [ storcli_controller_status ](https://github.com/netdata/netdata/blob/master/src/health/health.d/storcli.conf) | storcli.controller_status | RAID controller ${label:controller_number} health status is not optimal |
+| [ storcli_controller_bbu_status ](https://github.com/netdata/netdata/blob/master/src/health/health.d/storcli.conf) | storcli.controller_bbu_status | RAID controller ${label:controller_number} BBU is unhealthy |
+| [ storcli_phys_drive_errors ](https://github.com/netdata/netdata/blob/master/src/health/health.d/storcli.conf) | storcli.phys_drive_errors | RAID physical drive c${label:controller_number}/e${label:enclosure_number}/s${label:slot_number} errors |
+| [ storcli_phys_drive_predictive_failures ](https://github.com/netdata/netdata/blob/master/src/health/health.d/storcli.conf) | storcli.phys_drive_predictive_failures | RAID physical drive c${label:controller_number}/e${label:enclosure_number}/s${label:slot_number} predictive failures |
## Setup