{ "info": { "author": "Isotoma Limited", "author_email": "support@isotoma.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "=================\nstatsd-cloudwatch\n=================\n\nThis is a simple service that runs in the foreground and publishes metrics\nreceived via the statsd protocol on udp port 8125 to CloudWatch. It's\nexpecting to run on EC2 with an IAM Instance Profile defined.\n\n\nInstallation\n============\n\nYou can install this with pip::\n\n pip install statsd-cloudwatch\n\nIt will install a binary called ``statsd_cloudwatch``. This will run in the\nforeground and listen on port 8125. To run it as a service you can use systemd\nor upstart.\n\nThe following snippets assuming you have created a user called statsd.\n\nFor upstart, add ``/etc/init/statsd.conf``::\n\n start on runlevel [2345]\n stop on runlevel [!2345]\n setuid statsd\n setgid statsd\n kill timeout 900\n respawn\n exec /app/bin/statsd_cloudwatch\n\n\nCredentials\n===========\n\nIt is assumed that you will run this service on EC2 instances and that they\nwill receive their credentials via the Amazon metadata service. You will need\nthe following IAM policy::\n\n {\n \"Statement\": [{\n \"Action\": [\"cloudwatch:PutMetricData\"],\n \"Effect\": \"Allow\",\n \"Resource\": \"*\"\n }]\n }", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Jc2k/statsd-cloudwatch", "keywords": null, "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "statsd-cloudwatch", "package_url": "https://pypi.org/project/statsd-cloudwatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/statsd-cloudwatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Jc2k/statsd-cloudwatch" }, "release_url": "https://pypi.org/project/statsd-cloudwatch/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A statsd server that publishes to cloudwatch", "version": "0.0.3" }, "last_serial": 1636094, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "648efc353471f7a15b49296946b85940", "sha256": "9d3a5f428a52bb6244a8cd885e4505ba60450729eac77da3cf0b4ea968b23b41" }, "downloads": -1, "filename": "statsd-cloudwatch-0.0.1.zip", "has_sig": false, "md5_digest": "648efc353471f7a15b49296946b85940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6837, "upload_time": "2015-02-19T12:04:10", "url": "https://files.pythonhosted.org/packages/d4/5f/6de1008195ce483da57612adc50fdb3270801899d370cbb11a64c03ebc23/statsd-cloudwatch-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "32683329f27d58052bec845fff90762b", "sha256": "3d22f52fe5cbcf4044d450cf98fb7aa55f4aa5db313f1ba5fef7049a6f7ec235" }, "downloads": -1, "filename": "statsd-cloudwatch-0.0.2.zip", "has_sig": false, "md5_digest": "32683329f27d58052bec845fff90762b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8168, "upload_time": "2015-06-11T16:05:17", "url": "https://files.pythonhosted.org/packages/47/a0/25b3bac2c973e2d6fc4b562e302c993e7e081ac1bfcf1c9cde03a7e4f93f/statsd-cloudwatch-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "1a21362f23620165e27fab54d473eedd", "sha256": "78603fef2ecdb448d3e64444e21e46a64ab82b6d9251709a4c5bf90938e47132" }, "downloads": -1, "filename": "statsd-cloudwatch-0.0.3.zip", "has_sig": false, "md5_digest": "1a21362f23620165e27fab54d473eedd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8304, "upload_time": "2015-07-16T13:16:05", "url": "https://files.pythonhosted.org/packages/14/79/f1ecea4badbd374b2333410c548eb5d98bdaa6f22dfec427d817c8421291/statsd-cloudwatch-0.0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a21362f23620165e27fab54d473eedd", "sha256": "78603fef2ecdb448d3e64444e21e46a64ab82b6d9251709a4c5bf90938e47132" }, "downloads": -1, "filename": "statsd-cloudwatch-0.0.3.zip", "has_sig": false, "md5_digest": "1a21362f23620165e27fab54d473eedd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8304, "upload_time": "2015-07-16T13:16:05", "url": "https://files.pythonhosted.org/packages/14/79/f1ecea4badbd374b2333410c548eb5d98bdaa6f22dfec427d817c8421291/statsd-cloudwatch-0.0.3.zip" } ] }