Files
workspace/data/self-healing/config.json

23 lines
418 B
JSON

{
"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
}