-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.development.yaml
More file actions
113 lines (112 loc) · 1.93 KB
/
config.development.yaml
File metadata and controls
113 lines (112 loc) · 1.93 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Storage configuration (enabled by default)
storage:
enabled: true
database_path: ~/.config/serverhub/serverhub.db
retention_days: 30
cleanup_interval_hours: 1
max_database_size_mb: 500
auto_vacuum: true
widgets:
alerts:
path: alerts.sh
location: custom
refresh: 30
expanded_refresh: 60
enabled: true
cpu:
path: cpu.sh
location: custom
refresh: 2
enabled: true
memory:
path: memory.sh
location: custom
refresh: 2
enabled: true
disk:
path: disk.sh
location: custom
refresh: 10
expanded_refresh: 30
enabled: true
sysinfo:
path: sysinfo.sh
location: custom
refresh: 30
expanded_refresh: 60
enabled: true
network:
path: network.sh
location: custom
refresh: 2
expanded_refresh: 1
enabled: true
processes:
path: processes.sh
location: custom
refresh: 3
expanded_refresh: 2
enabled: true
services:
path: services.sh
location: custom
refresh: 5
expanded_refresh: 10
enabled: true
docker:
path: docker.sh
refresh: 30
expanded_refresh: 10
column_span: 2
enabled: true
netstat:
path: netstat.sh
location: custom
refresh: 5
expanded_refresh: 2
enabled: true
sensors:
path: sensors.sh
location: custom
refresh: 5
expanded_refresh: 3
enabled: true
logs:
path: logs.sh
location: custom
refresh: 10
expanded_refresh: 5
enabled: true
ssl-certs:
path: ssl-certs.sh
location: custom
refresh: 3600
enabled: true
updates:
path: updates.sh
location: custom
refresh: 3600
enabled: true
layout:
order:
- alerts
- cpu
- memory
- disk
- sysinfo
- network
- processes
- services
- netstat
- docker
- sensors
- logs
- ssl-certs
- updates
default_refresh: 5
max_lines_per_widget: 20
show_truncation_indicator: true
breakpoints:
double: 100
triple: 160
quad: 220