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