gluster-health-report icon indicating copy to clipboard operation
gluster-health-report copied to clipboard

Gluster Health report should accept config file path.

Open aravindavk opened this issue 6 years ago • 0 comments

Copy the template conf provided by Health report tool and make modification as required. If any plugins accepts additional options, that can be configured too.

Example

# This runs Gluster CLI, gets Peers information and
# checks for online status
[peers-health-check]
enabled = true

# This checks number of Errors in log files
[errors-in-logs]
enabled = true

# Checks for GFID mismatch pattern in all mount logs
[gfid-mismatch-dht-report]
enabled = true

aravindavk avatar Mar 16 '18 10:03 aravindavk