This container is built off of python:2.
Usage example: docker run -d -e "EN_GRAPHITE_SERVER=172.17.0.1" -e "EN_GRAPHITE_PORT=2003" --name avi-metrics --restart always --log-opt max-size=1m mkarnowski/avi-metrics
To add your controllers to the script, you'll need to modify a json file.
Example json
{"controllers":[ { "avi_controller":"169.254.0.1", "location":"dc1", "environment":"prod", "avi_user":"user", "_comment":"BASE64 ENCODED PASSWORD", "avi_pass":"dGVzdA==" }, { "avi_controller":"169.254.0.2", "location":"nj", "environment":"dev", "avi_user":"user", "_comment":"BASE64 ENCODED PASSWORD", "avi_pass":"dGVzdA==" }] }
Content type
Image
Digest
Size
21.7 MB
Last updated
about 7 years ago
docker pull mkarnowski/avi-metrics