ynachiket / rackspace-monitoring-agent-in-docker

Get a rackspace monitoring agent running inside your docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The objective of this image is to allow you to spin up a docker container with the rackspace monitoring agent already installed and connected to the rackspace monitoring service.

On a cloud server:

Build:

docker build -t agent-docker .

Run:

docker run -d -e username=RACKSPACE_USERNAME -e apikey=RACKSPACE_API_KEY agent-docker

Running from docker hub:

docker run -d -e username=RACKSPACE_USERNAME -e apikey=RACKSPACE_API_KEY nachiket/rackspace-monitoring-agent-ubuntu1404

About

Get a rackspace monitoring agent running inside your docker container.


Languages

Language:Shell 100.0%