This PR adds a script to gather key Cyber Hygiene metrics from various sources (database and reporter logs, CyHy database). The script output is a header row and a single line of comma-separated values.
๐ญ Motivation and context
As our CyHy system grows, we need an easy way to keep tabs on certain key metrics. This script (gather_key_cyhy_metrics.sh) allows us to easily do that.
๐งช Testing
I have run the script and ensures that it outputs the intended data. I also confirmed that the usage information is displayed if the incorrect number of parameters are passed to the script.
โ Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[x] All relevant type-of-change labels have been added.
๐ฃ Description
This PR adds a script to gather key Cyber Hygiene metrics from various sources (database and reporter logs, CyHy database). The script output is a header row and a single line of comma-separated values.
๐ญ Motivation and context
As our CyHy system grows, we need an easy way to keep tabs on certain key metrics. This script (
gather_key_cyhy_metrics.sh
) allows us to easily do that.๐งช Testing
I have run the script and ensures that it outputs the intended data. I also confirmed that the usage information is displayed if the incorrect number of parameters are passed to the script.
โ Pre-approval checklist