@cryptotaxi247 / netdata-1 / commits / d5e513b3a

Improve filecheck module metadata. (#17874)

Austin S. Hemmelgarn committed Jun 13, 2024 at 11:51 UTC d5e513b3a0ff364f85cfc2f363b7675ed5618865
1 file changed +3 -3
src/go/collectors/go.d.plugin/modules/filecheck/metadata.yaml
+3 -3
@@ -9,7 +9,7 @@ modules:
9 link: ""
10 icon_filename: filesystem.svg
11 categories:
12 - - data-collection.linux-systems
12 + - data-collection.other
13 keywords:
14 - files
15 - directories
@@ -22,7 +22,7 @@ modules:
22 overview:
23 data_collection:
24 metrics_description: |
25 - This collector monitors files and directories.
25 + This collector monitors the existence, last modification time, and size of arbitrary files and directories on the system.
26 method_description: ""
27 supported_platforms:
28 include: []
@@ -30,7 +30,7 @@ modules:
30 multi_instance: true
31 additional_permissions:
32 description: |
33 - This collector requires the DAC_READ_SEARCH capability, but it is set automatically during installation, so no manual configuration is needed.
33 + This collector requires the DAC_READ_SEARCH capability when monitoring files not normally accessible to the Netdata user, but it is set automatically during installation, so no manual configuration is needed.
34 default_behavior:
35 auto_detection:
36 description: ""