feat: init projet supervision — monitoring systeme Windows

Interface web Flask securisee pour surveiller CPU, RAM, disques
et processus (JVM, Nginx, Amadea Web 8 x64).
Alertes email SMTP configurables, seuils reglables, compilation
PyInstaller en .exe, installation service Windows via NSSM.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dom
2026-03-26 09:48:35 +01:00
commit 61d17968a0
17 changed files with 1958 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
flask==3.1.*
flask-login==0.6.*
flask-limiter==3.9.*
psutil==6.1.*
werkzeug==3.1.*
pyinstaller==6.12.*