forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththresholds.php
More file actions
22 lines (18 loc) · 696 Bytes
/
thresholds.php
File metadata and controls
22 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
return [
'title' => 'Thresholds',
'label' => 'Thresholds',
// Absolute thresholds
'absolute' => 'Absolute',
'absolute_description' => 'Absolute thresholds do not take into account previous history and could be triggered on each test.',
'absolute_enabled' => 'Enable absolute thresholds',
// Metrics section
'metrics' => 'Metrics',
'metrics_helper_text' => 'Set to zero to disable this metric.',
// General threshold labels
'thresholds' => 'Thresholds',
'threshold_enabled' => 'Threshold enabled',
'threshold_download' => 'Threshold download',
'threshold_upload' => 'Threshold upload',
'threshold_ping' => 'Threshold ping',
];