This is a way to gather information from all my computers at once by running the audit.py script. The web service returns a snapshot of every machine statistics.
uvicorn app:app --reload --host 0.0.0.0a
python3 audit.py <config>
{
"ips": [
"1.2.3.4",
"5.6.7.8"
]
}