diff --git a/src/main/proto/remote.proto b/src/main/proto/remote.proto index 575f878..c4009ea 100644 --- a/src/main/proto/remote.proto +++ b/src/main/proto/remote.proto @@ -34,7 +34,7 @@ enum Crawlers { WMI = 27; JMX = 28; REDIS = 29; - MONGO = 30; + MONGODB = 30; } service Config { @@ -57,7 +57,6 @@ message Input { string path = 3; } -// The response message containing the greetings message Output { int64 startDate = 1; int64 endDate = 2;