Initial commit: GPU temperature monitor with email alerts

SSHes into VM 109, checks nvidia-smi every 60s, sends Gmail alert
at warn (80°C) and critical (88°C) thresholds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jze9
2026-05-28 20:53:50 +05:00
commit 83c3e4232b
4 changed files with 183 additions and 0 deletions

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
python-dotenv>=1.0.0