-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ini-sample
More file actions
50 lines (44 loc) · 1.03 KB
/
config.ini-sample
File metadata and controls
50 lines (44 loc) · 1.03 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
[general]
# Run mode
dry_run = true
headless = false
# Timeout in seconds
timeout = 30
# Ookla test server (omit for auto-select)
# ookla_server = IPA CyberLab 400G
# Chrome profile directory (for persisting cookies and consent)
# chrome_profile_dir = ~/.config/speedtest-z/chrome-profile
[zabbix]
# Zabbix Server destination
enable = false
server = 127.0.0.1
port = 10051
host = speedtest-agent
[snapshot]
# Screenshot settings
enable = true
save_dir = ./snapshots
[frequency]
# Execution probability (0-100)
# CDN-based
cloudflare = 100
netflix = 100
google = 100
# Others
ookla = 50
boxtest = 50
mlab = 10
usen = 50
inonius = 50
# [grafana]
# # Grafana Cloud Prometheus Remote Write
# enable = false
# remote_write_url = https://prometheus-prod-XX-prod-XX.grafana.net/api/prom/push
# username =
# token =
# [otel]
# # OpenTelemetry (OTLP) metrics export
# enable = false
# endpoint = https://otlp-vaxila.mackerelio.com
# # Comma-separated Key=Value pairs (same format as OTEL_EXPORTER_OTLP_HEADERS)
# headers = Mackerel-Api-Key=your-api-key-here