{ "info": { "author": "Felipe Reyes", "author_email": "freyes@tty.cl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: System :: Monitoring", "Topic :: Utilities" ], "description": "RabbitMQ Munin Plugin\n=====================\n\nA simple plugin for munin to monitor the number of messages in a queue.\n\nBy default monitors the celery queue for the user 'guest'\n\nInstallation\n------------\n\nThe easiest way to install the code is to use `pip`_.\n\nInstall the newest version from `PyPI`_.::\n\n pip install rabbitmq-munin\n\nInstall the latest development version::\n\n pip install git+https://github.com/freyes/rabbitmq_munin.git#egg=rabbitmq-munin\n\nThe other option is to download and uncompress the code manually and execute the\nincluded `setup.py` script for installation::\n\n ./setup.py install\n\nTo make the plugin available to the munin-node you can run the following commands::\n\n ln -s $(which rabbitmq_munin) /etc/munin/plugins/\n\nOnce munin can run the plugin, you can configure it as any other munin plugin \n(in /etc/munin/plugin-conf.d/munin-node) and the config will look like this::\n\n [rabbitmq_munin]\n env.username guest\n env.password guest\n env.server localhost:15672\n env.vhost /\n env.queue celery\n\nThe config above is using the default values of the plugin, your environment may require different values.\n\nDependencies\n------------\n\nPython packages:\n\n* `pyrabbit`_\n\nRabbitmq plugins:\n\n* `Management Plugin`_, you can install it with the following command::\n\n rabbitmq-plugins enable rabbitmq_management\n\n\n.. _PyPI: http://pypi.python.org/pypi/rabbitmq-munin\n.. _pip: http://www.pip-installer.org/\n.. _pyrabbit: https://pypi.python.org/pypi/pyrabbit\n.. _Management Plugin: http://www.rabbitmq.com/management.html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/freyes/rabbitmq_munin", "keywords": "rabbitmq munin plugin", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "rabbitmq-munin", "package_url": "https://pypi.org/project/rabbitmq-munin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rabbitmq-munin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/freyes/rabbitmq_munin" }, "release_url": "https://pypi.org/project/rabbitmq-munin/0.2/", "requires_dist": null, "requires_python": null, "summary": "A munin plugin to monitor rabbitmq queues.", "version": "0.2" }, "last_serial": 852444, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e863715ae0a1d6f1cd3f772b068b9ed9", "sha256": "5709e6ab0a2f4e2ef180c0dfdad0adff4ce4aa15c7f89354f6acfc393f9ec246" }, "downloads": -1, "filename": "rabbitmq-munin-0.1.tar.gz", "has_sig": false, "md5_digest": "e863715ae0a1d6f1cd3f772b068b9ed9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2675, "upload_time": "2013-08-28T21:42:30", "url": "https://files.pythonhosted.org/packages/fc/1d/ab15e5f08e6e87b54f1ac9b1303558c3a53bea28e505743d6ad8636ee106/rabbitmq-munin-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "07278459a779e014444792c61a6d9244", "sha256": "fd25c49ea04f76f2c9f9a57bb1c27457c2a7d6a98e0e4b820003752a3c2e5ba2" }, "downloads": -1, "filename": "rabbitmq-munin-0.2.tar.gz", "has_sig": false, "md5_digest": "07278459a779e014444792c61a6d9244", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3017, "upload_time": "2013-08-29T19:19:05", "url": "https://files.pythonhosted.org/packages/d7/d6/b2e4d10fa60fb5b62b9a8964f73f32be4ee6d66334a5c20c64f89a7d09cf/rabbitmq-munin-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "07278459a779e014444792c61a6d9244", "sha256": "fd25c49ea04f76f2c9f9a57bb1c27457c2a7d6a98e0e4b820003752a3c2e5ba2" }, "downloads": -1, "filename": "rabbitmq-munin-0.2.tar.gz", "has_sig": false, "md5_digest": "07278459a779e014444792c61a6d9244", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3017, "upload_time": "2013-08-29T19:19:05", "url": "https://files.pythonhosted.org/packages/d7/d6/b2e4d10fa60fb5b62b9a8964f73f32be4ee6d66334a5c20c64f89a7d09cf/rabbitmq-munin-0.2.tar.gz" } ] }