{"id":13416065,"url":"https://github.com/dockerana/dockerana","last_synced_at":"2025-03-14T23:31:16.842Z","repository":{"id":215183726,"uuid":"20605751","full_name":"dockerana/dockerana","owner":"dockerana","description":"Docker Monitoring with support for Grafana and Graphite","archived":false,"fork":false,"pushed_at":"2015-06-21T17:33:47.000Z","size":2674,"stargazers_count":205,"open_issues_count":18,"forks_count":30,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-07-31T21:55:13.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dockerana.com","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dockerana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-06-08T00:16:45.000Z","updated_at":"2024-07-07T13:54:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f15bed64-4142-4aec-9b65-ae92e9100d7b","html_url":"https://github.com/dockerana/dockerana","commit_stats":null,"previous_names":["dockerana/dockerana"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockerana%2Fdockerana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockerana%2Fdockerana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockerana%2Fdockerana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockerana%2Fdockerana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockerana","download_url":"https://codeload.github.com/dockerana/dockerana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243663480,"owners_count":20327299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:54.006Z","updated_at":"2025-03-14T23:31:16.092Z","avatar_url":"https://github.com/dockerana.png","language":"Perl","readme":"[dockerana](http://dockerana.com/)\n=========\n\n* [Docker hackathon slides](http://dockerana.com/slides.html)\n* [Docker dockercon14 slides](http://dockerana.com/demo.html)\n\nOverview:\n\n* time series docker instrumentation and visualization\n* built/tested as drop-in on Ubuntu Trusty at the moment, need to test on boot2docker\n* need to test across multiple hosts (whisper/elasticsearch/etc)\n\n\u003cimg src=\"http://thecabin.net/sites/default/files/bigfoot.jpg\"\u003e\n\n#### Initial setup :\n\n* Obligatory disclaimer about logs \u0026 disk space... upstart will rotate/etc; but growth of backend, will just keep going. Don't let your docker host run out of space!\n* Everything in this setup assumes ipv4 only at this point (FIXME)\n\nInstructions below are for Ubuntu 14.04, assuming a vanilla/patched\ninstall with rsyslog running.\n\nOfficial install from http://docs.docker.io/installation/ubuntulinux/#ubuntu-trusty-1404-lts-64-bit\n\n```\nsudo apt-get update\nsudo apt-get install -y docker.io\nsudo ln -sf /usr/bin/docker.io /usr/local/bin/docker\nsudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io\n```\n\nUpdate to a current docker:\n\n```\ncd /tmp\nwget https://get.docker.io/builds/Linux/x86_64/docker-latest -O docker\nsudo mv docker /usr/bin/docker.io\nsudo chown root:root /usr/bin/docker.io\nsudo chmod 755 /usr/bin/docker.io\n```\n\nMake these changes:\n\n(FIXME deal with situation where pre-existing docker_opts exist/ordering/etc)\n\n```\nprintf \"\\n# Added for dockerana log aggregation\\nDOCKER_OPTS=\\\" -D\\\"\\n\" | sudo tee -a /etc/default/docker.io \u003e /dev/null\nsudo perl -pi -e 's/(\\\"\\$DOCKER\\\" -d \\$DOCKER_OPTS)/$1 2\u003e\u00261 | logger -t docker\\n\\tnetstat --interfaces -c | logger -t netstat \u0026/' /etc/init/docker.io.conf\n\n```\n\nGo ahead and re-start docker:\n\n```\nsudo service docker.io restart\n```\n\nTo build dockerana:\n\n```\ngit clone https://github.com/dockerana/dockerana.git\ncd dockerana\n./build\n```\n\nTo start:\n\n```\n./start\n```\n\nTo stop:\n\n```\n./stop\n```\n\nScreenshots:\n\n\u003cimg src=\"https://github.com/dockerana/dockerana/raw/master/documentation/screenshots/1.png\"\u003e\n\u003cimg src=\"https://github.com/dockerana/dockerana/raw/master/documentation/screenshots/2.png\"\u003e\n\u003cimg src=\"https://github.com/dockerana/dockerana/raw/master/documentation/screenshots/3.png\"\u003e\n","funding_links":[],"categories":["Container Operations","Monitoring"],"sub_categories":["Monitoring"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockerana%2Fdockerana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockerana%2Fdockerana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockerana%2Fdockerana/lists"}