@cryptotaxi247 / netdata-1 / commits / 51ba769a5

go.d megacli fix meta metrics_description (#17418)

Ilya Mashchenko committed Apr 16, 2024 at 18:27 UTC 51ba769a52e86f5d9d56b789dbcb30435fc8baf0
1 file changed +1 -1
src/go/collectors/go.d.plugin/modules/megacli/metadata.yaml
+1 -1
@@ -22,7 +22,7 @@ modules:
22 most_popular: false
23 overview:
24 data_collection:
25 - metrics_description: >
25 + metrics_description: |
26 Monitors the health of MegaCLI Hardware RAID by tracking the status of RAID adapters, physical drives, and backup batteries in your storage system.
27 It relies on the `megacli` CLI tool but avoids directly executing the binary.
28 Instead, it utilizes `ndsudo`, a Netdata helper specifically designed to run privileged commands securely within the Netdata environment.