{ "info": { "author": "Andrew Mleczko", "author_email": "andrew.mleczko@redturtle.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Plone", "Framework :: ZODB", "Framework :: Zope2", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking :: Monitoring" ], "description": "Introduction\n============\n\nThis package provides munin plugins with zope scripts which provides the data.\n * it uses `gocept.munin`_ for plugin registration. Please check it if you want towrite new plugins.\n * some plugins are based on plugins found at `munin exchange`_ (many thanks to Gaute Amundsen and Arthur Lutz)\n\nPlugins\n=======\n\nThere are 3 plugins available (new comming soon):\n * zope threads - checks free zope threads\n * zope cache parameters - checks database cache parameters\n * zodb activity - checks zodb activity\n\nHow to use it\n=============\n\n* First include it in you buildout instance slot::\n\n [instancne]\n ...\n eggs =\n ...\n redturtle.munin \n \n zcml =\n ...\n redturtle.munin\n\n* Now you should be able to call the plugins as follow::\n\n http://localhost:8080/@@redturtle.munin.plugins/update?munin_plugin=zopethreads\n\n Where `zopethreads` is you plugin name. \n Please notice that for the security reason plugins can be called only from localhost (this will be configure better in the future)\n\n* Now you need to make a symlink from egg to munin plugin directory::\n\n $ cd /opt/munin/etc/plugins\n $ ln -s ~/.buildout/eggs/redturtle.munin-0.0.3-py2.4.egg/redturtle/munin/plugins/zodb_activity.py company_zodbactivity_site1\n\n Where `/opt/munin/etc/plugins` is your munin directory, `~/.buildout/eggs` is you egg directory, `zodb_activity.py` the plugin you want to enable, `company` your prefix, and `site1` the name which will be shown in munin\n\n* Finally configure the plugin in munin::\n\n $ cd /opt/munin/etc/plugin-conf.d/\n $ vi redturtle.conf\n ... [company_*_site1]\n ... env.AUTH myuser:myuser\n ... env.URL http://localhost:8080/@@redturtle.munin.plugins/update?munin_plugin=%s\n\n Where `myuser` is your zope user credential, `localhost:8080` your site url.\n Please check `munin`_ for more info about plugin configuration. \n\nReferences\n==========\n* `redturtle.munin`_ at pypi\n* `gocept.munin`_ at pypi\n* `munin`_ project\n* `munin exchange`_\n \n.. _redturtle.munin: http://pypi.python.org/pypi/redturtle.munin/\n.. _gocept.munin: http://pypi.python.org/pypi/gocept.munin/\n.. _munin exchange: http://muninexchange.projects.linpro.no/\n.. _munin: http://munin.projects.linpro.no/\n\nAuthor & Contact\n================\n\n.. image:: http://www.slowfoodbologna.it/redturtle_logo.png\n\n:Author: Andrew Mleczko <``andrew.mleczko@redturtle.net``>\n \n**RedTurtle Technology** \n\nhttp://www.redturtle.net\n\nChangelog\n=========\n\n0.0.3 - 2009/03/30\n------------------\n * add documentation [amleczko]\n * refactor plugin registration [amleczko]\n\n0.0.2 - 2009/03/26\n------------------\n * Small refactoring [amleczko]\n\n0.0.1 - 2009/03/24\n------------------\n * Initial release [amleczko]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.redturtle.it", "keywords": "plone zope munin", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "redturtle.munin", "package_url": "https://pypi.org/project/redturtle.munin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redturtle.munin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.redturtle.it" }, "release_url": "https://pypi.org/project/redturtle.munin/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Munin plugins for zope/plone", "version": "0.0.3" }, "last_serial": 798731, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e028ed4d0d81fb4045acc84d68928c4f", "sha256": "410d43bca5996c9da70273f7fe99b9775e963d2877750b9c652bcf68e51bf87c" }, "downloads": -1, "filename": "redturtle.munin-0.0.1-py2.4.egg", "has_sig": false, "md5_digest": "e028ed4d0d81fb4045acc84d68928c4f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 12808, "upload_time": "2009-03-24T16:17:24", "url": "https://files.pythonhosted.org/packages/d0/4c/b49ec8e5c15aad41f2540f3a2afb7f891644b081830bb276731e14ed82f8/redturtle.munin-0.0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "1d064671eaeab8183fe1e9fa0f206727", "sha256": "61ab9780d26a85ed561427ab2399cfd2af122dff19ccef633685efbdc280600c" }, "downloads": -1, "filename": "redturtle.munin-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1d064671eaeab8183fe1e9fa0f206727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3723, "upload_time": "2009-03-24T16:17:24", "url": "https://files.pythonhosted.org/packages/83/23/d777dce02c6c8e4df9904db41aa018c3c04c445fac990117ee585907fbc8/redturtle.munin-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f44b1004ffed990a87e26e6302f6ac71", "sha256": "9792ba1f31d8c39bfbf97c71631f78d150aa498a0dc19740079c9884afb40e86" }, "downloads": -1, "filename": "redturtle.munin-0.0.2-py2.4.egg", "has_sig": false, "md5_digest": "f44b1004ffed990a87e26e6302f6ac71", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 15125, "upload_time": "2009-03-25T23:19:42", "url": "https://files.pythonhosted.org/packages/20/70/d77f0182a262cb8fc87da0435e5e083081fe9c549c4f9875335a27858388/redturtle.munin-0.0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "913b06eb716d99d39a5cc51ce55e4402", "sha256": "09b6dc1a795972d321acadb9cf848003dd0785a1480d11cb3696821baa8df794" }, "downloads": -1, "filename": "redturtle.munin-0.0.2.tar.gz", "has_sig": false, "md5_digest": "913b06eb716d99d39a5cc51ce55e4402", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3803, "upload_time": "2009-03-25T23:19:42", "url": "https://files.pythonhosted.org/packages/b6/b8/906d0c5cc966ac3d3f74cc4d9f9defa024fb3e8fd642a73ae489d7fe69b0/redturtle.munin-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "95c7048944784f3298296377ce9ac42f", "sha256": "b4fe956b23ceb0be42a47330628b15609c7b361ce783759ead974f0f0dfa6fd6" }, "downloads": -1, "filename": "redturtle.munin-0.0.3.tar.gz", "has_sig": false, "md5_digest": "95c7048944784f3298296377ce9ac42f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4969, "upload_time": "2009-03-30T11:36:19", "url": "https://files.pythonhosted.org/packages/54/b5/097db11cd6170aca28ced52a370865c6d31c981a20ede97e799bbcace24e/redturtle.munin-0.0.3.tar.gz" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "3476ae525c0f3a58fd2760a6b366b42e", "sha256": "7db9b14f71e45ed3027a4ab26a3cdfe496afa473282aaa37a445563405ee951d" }, "downloads": -1, "filename": "redturtle.munin-1.0a1.zip", "has_sig": true, "md5_digest": "3476ae525c0f3a58fd2760a6b366b42e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17563, "upload_time": "2009-07-17T02:00:06", "url": "https://files.pythonhosted.org/packages/bd/10/529e6b3fa9d129a93b55e9aa495b4c2d11f35117ddf7b37011bb2a26a31b/redturtle.munin-1.0a1.zip" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "ea9c5a572767d8ca8977f78223a06daa", "sha256": "fbbabf0f917af71a718e37c68b0adbd1f8861ac17c2b3b35f42377aeae398aef" }, "downloads": -1, "filename": "redturtle.munin-1.0a2.zip", "has_sig": true, "md5_digest": "ea9c5a572767d8ca8977f78223a06daa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21011, "upload_time": "2009-07-27T22:59:02", "url": "https://files.pythonhosted.org/packages/29/d8/dc6a7e1fc242d16172650abdfb3391d62821a662c0ef2729caca9f7532a6/redturtle.munin-1.0a2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95c7048944784f3298296377ce9ac42f", "sha256": "b4fe956b23ceb0be42a47330628b15609c7b361ce783759ead974f0f0dfa6fd6" }, "downloads": -1, "filename": "redturtle.munin-0.0.3.tar.gz", "has_sig": false, "md5_digest": "95c7048944784f3298296377ce9ac42f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4969, "upload_time": "2009-03-30T11:36:19", "url": "https://files.pythonhosted.org/packages/54/b5/097db11cd6170aca28ced52a370865c6d31c981a20ede97e799bbcace24e/redturtle.munin-0.0.3.tar.gz" } ] }