cisagov / cyhy-system

Cyber Hygiene system and overall documentation/issue tracking
Creative Commons Zero v1.0 Universal
6 stars 0 forks source link

Add script to gather key Cyber Hygiene metrics #125

Closed dav3r closed 3 months ago

dav3r commented 3 months ago

๐Ÿ—ฃ 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