aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
l---------plugin/FTP.json1
l---------plugin/HTTP.json1
-rw-r--r--plugin/HTTPS.json52
l---------plugin/RSYNC.json1
4 files changed, 55 insertions, 0 deletions
diff --git a/plugin/FTP.json b/plugin/FTP.json
new file mode 120000
index 0000000..8d0efb8
--- /dev/null
+++ b/plugin/FTP.json
@@ -0,0 +1 @@
HTTPS.json \ No newline at end of file
diff --git a/plugin/HTTP.json b/plugin/HTTP.json
new file mode 120000
index 0000000..8d0efb8
--- /dev/null
+++ b/plugin/HTTP.json
@@ -0,0 +1 @@
HTTPS.json \ No newline at end of file
diff --git a/plugin/HTTPS.json b/plugin/HTTPS.json
new file mode 100644
index 0000000..ac6f719
--- /dev/null
+++ b/plugin/HTTPS.json
@@ -0,0 +1,52 @@
1{
2 "Tests": {
3 "title": "Issuess on {{HOST}}",
4 "vertical": "count",
5 "type": "stacked",
6 "legend": {
7 "ProtocolWarnings": {
8 "name": "Protocol warnings",
9 "color": "0000ff"
10 },
11 "URLSanityErrors": {
12 "name": "URLSanity errors",
13 "color": "ff00ff"
14 },
15 "IntegrityErrors": {
16 "name": "Integrity errors",
17 "color": "ff0000"
18 },
19 "IntegrityWarnings": {
20 "name": "Integrity warnings",
21 "color": "ffff00"
22 },
23 "UpdatedErrors": {
24 "name": "Updated errors",
25 "color": "880000"
26 },
27 "UpdatedWarnings": {
28 "name": "Updated warnings",
29 "color": "888800"
30 }
31 },
32 "legend_format": "%5.0lf"
33 },
34 "Speed": {
35 "title": "Speed range on {{HOST}}",
36 "vertical": "bytes per second",
37 "type": "stacked",
38 "legend": {
39 "max": {
40 "name": "Maximum",
41 "color": "ffff00"
42 },
43 "min": {
44 "name": "Minimum",
45 "color": "000000"
46 }
47 },
48 "legend_format": "%5.1lf%s",
49 "datasize": true
50 }
51}
52
diff --git a/plugin/RSYNC.json b/plugin/RSYNC.json
new file mode 120000
index 0000000..8d0efb8
--- /dev/null
+++ b/plugin/RSYNC.json
@@ -0,0 +1 @@
HTTPS.json \ No newline at end of file