From 1afea9cec80a207c84113df96cbc22312dab2a9a Mon Sep 17 00:00:00 2001 From: Frank Harris Date: Wed, 10 Sep 2025 18:53:44 -0400 Subject: [PATCH] Add installation instructions for required packages --- modules/resource_stats/collector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/resource_stats/collector.py b/modules/resource_stats/collector.py index 3a041210..e1a5ac8e 100644 --- a/modules/resource_stats/collector.py +++ b/modules/resource_stats/collector.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # collector.py (place in gameserver root; run via cron) +# On each machine: pip install psutil mysql-connector-python import os, socket, time, subprocess from datetime import datetime, timezone