Sign inSign up

dortort/newrelic-twilio

By dortort

Updated almost 11 years ago

A simple newrelic twilio plugin docker container.

Image
1

648

dortort/newrelic-twilio repository overview

Newrelic-twilio

A simple newrelic twilio plugin docker container. This image is available for pulling from Docker Hub

Launch this container with the following environment variables to suit your situation:

  • NEWRELIC_KEY
  • TWILIO_ACCOUNT_SID
  • TWILIO_AUTH_TOKEN

These will be used by the agent to connect to your Twilio account.

Why use this container?

This container has everything setup so you can easily run the monitoring agent without having to install everything by hand. It's not much, but still Even though it isn't particularly difficult, it can be cumbersome. It also allows to contain all the dependencies inside the container and keep the host clean.

Running this container

Running this container is as simple as running the following command:

docker run -d \
    -e NEWRELIC_KEY=123 \
    -e TWILIO_ACCOUNT_SID=123123 \
    -e TWILIO_AUTH_TOKEN=123 \
    dortort/newrelic-twilio

Tag summary

Content type

Image

Digest

sha256:27d62faf7

Size

139.5 MB

Last updated

almost 11 years ago

docker pull dortort/newrelic-twilio