From 061b37d31ca30918933c2b3500e37a57b21be4fa Mon Sep 17 00:00:00 2001 From: "jackdaw@loafle.com" Date: Thu, 13 Apr 2017 14:59:23 +0900 Subject: [PATCH] example config --- config/example.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/example.json diff --git a/config/example.json b/config/example.json new file mode 100644 index 0000000..7b6cdb3 --- /dev/null +++ b/config/example.json @@ -0,0 +1,20 @@ +{ + "id" : "SOEJWEOJWOEJOSDJFOASDJFOSDFO2903870928734", + "target" : { + "connection" : { + "ip" : "192.168.1.104", + "port" : "6379", + "ssl" : false, + "type" : "tcp" + } + }, + "schedule" : { + "interval" : "10" + }, + "crawler" : { + "name":"redis_protocol_crawler", + "container":"network_crawler" + }, + "item" : [ + ] +} \ No newline at end of file