gluster / gluster-health-report

Gluster Health Report Tool
GNU Lesser General Public License v3.0
23 stars 20 forks source link

need option to run 'group' of probes/checks #32

Open amarts opened 6 years ago

amarts commented 6 years ago

I want to have possible 'grouping' of the reports we have (depends on 'tags' may be?) and run certain groups on different occasion.

For example:

Just after an installation:

# gluster-health-report --tag install-check

# gluster-health-report --tag daily-check

# gluster-health-report --tag <some-thing-else>

Thoughts welcome. Also note that a single script or report may be part of multiple tags.

aravindavk commented 6 years ago

This is nice, better than existing --run-only or --exclude options.