From 28d702fd03893281563ad4c88a249072da66d7f9 Mon Sep 17 00:00:00 2001 From: Alex-D Date: Wed, 27 May 2020 19:21:18 +0200 Subject: [PATCH] chore: add welcome-config.json --- faker-configs/welcome-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 faker-configs/welcome-config.json diff --git a/faker-configs/welcome-config.json b/faker-configs/welcome-config.json new file mode 100644 index 00000000..42365975 --- /dev/null +++ b/faker-configs/welcome-config.json @@ -0,0 +1,8 @@ +{ + "version": "2.0", + "columns": 2, + "tiles": [ + { "type": "PORT", "label": "Welcome config example", "params": { "hostname": "127.0.0.1", "port": 8080 } }, + { "type": "HTTP-RAW", "label": "Monitoror stars", "params": { "url": "https://github.com/monitoror/monitoror", "regex": "(\\d+) users starred" } } + ] +}