Full sync - all projects, memory, configs
This commit is contained in:
23
data/self-healing/config.json
Normal file
23
data/self-healing/config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user