From f80fe56af9938d0b51ad78d6c56134d8748e13ee Mon Sep 17 00:00:00 2001
From: "p.molyavin"
Date: Mon, 13 Feb 2017 09:09:17 +0700
Subject: [PATCH] Fix typo
---
templates/jvm.options.j2 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/templates/jvm.options.j2 b/templates/jvm.options.j2
index cacb1b0..97f26b0 100644
--- a/templates/jvm.options.j2
+++ b/templates/jvm.options.j2
@@ -107,9 +107,5 @@
# only for migration purposes.
#-Delasticsearch.json.allow_unquoted_field_names=true
{% if jmx_remote_monitoring_enabled == true %}
-#-Dcom.sun.management.jmxremote.port={{ jmx_remote_monitoring_port }}
-#-Dcom.sun.management.jmxremote.authenticate={{ jmx_remote_monitoring_auth }}
-#-Dcom.sun.management.jmxremote.ssl={{ jmx_remote_monitoring_ssl }}
-##-Djava.rmi.server.hostname="127.0.0.1"
-Dcom.sun.management.jmxremote
{% endif %}