Docker image for the Nginx NewRelic plugin.
5.0K
Docker image for the Nginx NewRelic plugin. More info about the plugin here and here.
$ docker run -e "NEWRELIC_LICENSE=foo" \
-e "NEWRELIC_APP=foo" \
-e "NGINX_STATUS_URL=foo" \
casestack/nginx-newrelic
After a few seconds the data will be available in your NewRelic dashboard -> Plugins -> Nginx.
Sample nginx.conf:
location = /basic-status {
stub_status on;
access_log off;
}
MIT
Content type
Image
Digest
Size
74.7 MB
Last updated
over 9 years ago
docker pull casestack/nginx-newrelic