-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 886 Bytes
/
Copy pathconfig.json
File metadata and controls
30 lines (30 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"port": 9100,
"host": null,
"collection_interval_seconds": 10,
"retention_days": 365,
"db_path": "humwatch.db",
"data_root": null,
"theme_override": null,
"auth_token_file": null,
"tls_certfile": null,
"tls_keyfile": null,
"tls_keyfile_password": null,
"trusted_ca_file": null,
"cors_origins": [],
"allow_insecure_localhost": false,
"alert_thresholds": {
"cpu_temp_warn": 85,
"cpu_temp_critical": 95,
"gpu_temp_warn": 80,
"gpu_temp_critical": 90,
"ram_percent_warn": 85,
"ram_percent_critical": 95,
"disk_percent_warn": 85,
"disk_percent_critical": 95,
"battery_low_warn": 20,
"battery_low_critical": 10
},
"process_snapshot_count": 10,
"enable_categories": ["cpu", "gpu", "memory", "disk", "network", "fan", "battery", "system"]
}