80 # |
80 # |
81 # ################ SNMP listen interface ######################### |
81 # ################ SNMP listen interface ######################### |
82 # |
82 # |
83 # com.sun.management.snmp.interface=<InetAddress> |
83 # com.sun.management.snmp.interface=<InetAddress> |
84 # Specifies the local interface on which the SNMP agent will bind. |
84 # Specifies the local interface on which the SNMP agent will bind. |
85 # This is usefull when running on machines which have several |
85 # This is useful when running on machines which have several |
86 # interfaces defined. It makes it possible to listen to a specific |
86 # interfaces defined. It makes it possible to listen to a specific |
87 # subnet accessible through that interface. |
87 # subnet accessible through that interface. |
88 # Default for this property is "localhost". |
88 # Default for this property is "localhost". |
89 # |
89 # |
90 # The format of the value for that property is any string accepted |
90 # The format of the value for that property is any string accepted |
140 # The configuration can be specified only at startup time. |
140 # The configuration can be specified only at startup time. |
141 # Later changes to above system property (e.g. via setProperty method), |
141 # Later changes to above system property (e.g. via setProperty method), |
142 # this config file, the password file, or the access file have no effect to the |
142 # this config file, the password file, or the access file have no effect to the |
143 # running MBean server, the connector, or the registry. |
143 # running MBean server, the connector, or the registry. |
144 # |
144 # |
|
145 |
|
146 # |
|
147 # ########## RMI connector settings for local management ########## |
|
148 # |
|
149 # com.sun.management.jmxremote.local.only=true|false |
|
150 # Default for this property is true. (Case for true/false ignored) |
|
151 # If this property is specified as true then the local JMX RMI connector |
|
152 # server will only accept connection requests from clients running on |
|
153 # the host where the out-of-the-box JMX management agent is running. |
|
154 # In order to ensure backwards compatibility this property could be |
|
155 # set to false. However, deploying the local management agent in this |
|
156 # way is discouraged because the local JMX RMI connector server will |
|
157 # accept connection requests from any client either local or remote. |
|
158 # For remote management the remote JMX RMI connector server should |
|
159 # be used instead with authentication and SSL/TLS encryption enabled. |
|
160 # |
|
161 |
|
162 # For allowing the local management agent accept local |
|
163 # and remote connection requests use the following line |
|
164 # com.sun.management.jmxremote.local.only=false |
145 |
165 |
146 # |
166 # |
147 # ###################### RMI SSL ############################# |
167 # ###################### RMI SSL ############################# |
148 # |
168 # |
149 # com.sun.management.jmxremote.ssl=true|false |
169 # com.sun.management.jmxremote.ssl=true|false |