Skip to content

Commit 66251d2

Browse files
committedJun 19, 2013
workaround to allow the plugin to use a proxyserver to access newrelic
Although I dont think you can specify this in the config file, you can pass java properties to the plugin.
1 parent d7b1994 commit 66251d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The MySQL plugin for New Relic requires the following:
1313
- A New Relic account. Signup for a free account at http://newrelic.com
1414
- A server running MySQL Version 5.0 or greater. Download MySQL for free at http://dev.mysql.com/downloads
1515
- A configured Java Runtime (JRE) environment Version 1.6 or better
16-
- Network access to New Relic (authenticated proxies are not currently supported)
16+
- Network access to New Relic (authenticated proxies are not currently supported, but see workaround below)
1717

1818
## Download
1919
Download and unpack the New Relic plugin for MySQL from Plugin Central: https://rpm.newrelic.com/plugins/
@@ -73,6 +73,9 @@ If using your localhost MySQL instance, add your user name and password as well
7373
To run the plugin in from the command line:
7474
`$ java -jar newrelic_mysql_plugin*.jar`
7575

76+
If your host needs a proxy server to access the Internet, you can specify a proxy server & port:
77+
`$ java -Dhttps.proxyHost=proxyhost -Dhttps.proxyPort=8080 -jar newrelic_mysql_plugin*.jar`
78+
7679
To run the plugin in from the command line and detach the process so it will run in the background:
7780
`$ nohup java -jar newrelic_mysql_plugin*.jar &`
7881

0 commit comments

Comments
 (0)
Please sign in to comment.