diff --git a/test/services/mongo/install-mongo.sh b/test/services/mongo/install-mongo.sh
index 25797d14568ba3fbc8b84dec1d2f5e969a861180..e00502fe6746d41101372afe1f88a7ffcec11a1a 100644
--- a/test/services/mongo/install-mongo.sh
+++ b/test/services/mongo/install-mongo.sh
@@ -30,3 +30,4 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF50
 echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
 sudo apt-get update
 sudo apt-get install -y mongodb-org
+sudo service mongod start
\ No newline at end of file
diff --git a/test/services/nginx/telegraf_nginx_template.conf b/test/services/nginx/telegraf_nginx_template.conf
index 8331ab29985783c3b76a486b846086f15b207855..afd25312a419bf358bb8a4dfc57c1193245182ee 100644
--- a/test/services/nginx/telegraf_nginx_template.conf
+++ b/test/services/nginx/telegraf_nginx_template.conf
@@ -106,7 +106,7 @@
 # Read Nginx's basic status information (ngx_http_stub_status_module)
 [[inputs.nginx]]
   ## An array of Nginx stub_status URI to gather stats.
-  urls = ["http://localhost:8083/nginx_status"]
+  urls = ["http://localhost:80/nginx_status"]
 
   ## HTTP response timeout (default: 5s)
-  response_timeout = "5s"
\ No newline at end of file
+#  response_timeout = "5s"
\ No newline at end of file