Full sync - all projects, memory, configs

This commit is contained in:
2026-03-21 20:27:59 -05:00
parent 2447677d4a
commit b33de10902
395 changed files with 1635300 additions and 459211 deletions

View File

@ -0,0 +1,23 @@
{
"monitored_services": [
"nexus",
"nginx",
"ssh"
],
"monitored_ports": {
"8000": "control-panel",
"8888": "feed-hunter",
"8889": "market-watch",
"8890": "ticker",
"80": "nginx",
"3000": "nexus"
},
"thresholds": {
"disk_percent": 90,
"memory_percent": 90,
"cpu_percent": 95,
"swap_percent": 80
},
"auto_restart": true,
"check_interval_seconds": 300
}