{"id":19008455,"url":"https://github.com/jc2k/munin-to-cloudwatch","last_synced_at":"2026-06-23T22:02:24.589Z","repository":{"id":66768863,"uuid":"67331401","full_name":"Jc2k/munin-to-cloudwatch","owner":"Jc2k","description":"A thing i made a while ago to pump munin data into cloudwatch","archived":false,"fork":false,"pushed_at":"2016-09-04T07:27:55.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T14:49:38.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Jc2k.png","metadata":{"files":{"readme":"README.rst","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,"publiccode":null,"codemeta":null}},"created_at":"2016-09-04T07:26:54.000Z","updated_at":"2016-09-04T07:27:57.000Z","dependencies_parsed_at":"2023-02-28T21:15:48.162Z","dependency_job_id":null,"html_url":"https://github.com/Jc2k/munin-to-cloudwatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jc2k/munin-to-cloudwatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jc2k%2Fmunin-to-cloudwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jc2k%2Fmunin-to-cloudwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jc2k%2Fmunin-to-cloudwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jc2k%2Fmunin-to-cloudwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jc2k","download_url":"https://codeload.github.com/Jc2k/munin-to-cloudwatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jc2k%2Fmunin-to-cloudwatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34708272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-08T18:42:31.569Z","updated_at":"2026-06-23T22:02:24.574Z","avatar_url":"https://github.com/Jc2k.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Munin Node -\u003e CloudWatch\n========================\n\nInstallation\n------------\n\nYou'll need `munin-node` installed and some plugins configured. This is enough\nto get started::\n\n    sudo apt install munin-node munin-plugins-extra\n\nYou'll need to deploy this code. We provide a python bundle that you can just copy into ``/usr/local/bin``.\n\nYou'll need an AWS Access Key. If you are deploying this on EC2 you should use IAM Instance Profiles to grant the EC2 instance a role. Otherwise you could have a per-server user in a group. Either way the policy it needs is::\n\n    {\n      \"Statement\": [{\n          \"Action\": \"cloudwatch:PutMetricData\",\n          \"Effect\": \"Allow\",\n          \"Resource\": \"*\"\n      }]\n    }\n\nYou'll need a cron job::\n\n    crontab -e\n\n    # Mail output can be useful when testing\n    MAILTO=your.email@example.com\n\n    # You only need to set these for bare metal servers\n    AWS_ACCESS_KEY_ID=youraccesskey\n    AWS_SECRET_ACCESS_KEY=yoursecretaccesskey\n\n    4-59/5 * * * * /usr/local/bin/munin-node-to-cloudwatch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjc2k%2Fmunin-to-cloudwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjc2k%2Fmunin-to-cloudwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjc2k%2Fmunin-to-cloudwatch/lists"}