mirror of
https://github.com/m1ngsama/tracker.git
synced 2025-12-24 10:51:43 +00:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"update_interval": 5,
|
|
"display": {
|
|
"show_cpu": true,
|
|
"show_memory": true,
|
|
"show_disk": true,
|
|
"show_network": true,
|
|
"show_processes": true,
|
|
"show_temperatures": true
|
|
},
|
|
"process_limit": 5,
|
|
"alert_thresholds": {
|
|
"cpu_percent": 80,
|
|
"memory_percent": 85,
|
|
"disk_percent": 90
|
|
}
|
|
}
|