{ "info": { "author": "Cippino", "author_email": "cippinofg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: System Administrators", "Programming Language :: Python :: 2.7", "Topic :: System :: Monitoring", "Topic :: System :: Systems Administration" ], "description": "=====\nIntro\n=====\n\nThis is a suite of sensors (plugins) for munin. You can install one or all, as \nyou wish.\n\nSensors available for:\n\n* Apache\n* Monit\n* Nginx\n* Processes (Plone, Zope, JBoss actually)\n* Repmgr\n\n============\nRequirements\n============\n\n* Python >= 2.7\n* psutil for Python >= 2.0 <= 2.2.1\n* Munin-node\n\n=======\nInstall\n=======\n\nInstall Egg\n-----------\n\nAs usual, egg is installable using setuptools or pip, choice what you like. \nIt is better and strongly suggested to use a virtualenv.\n \nSetup plugins\n-------------\n\nThe fast way to install, is using generate.py. To use, simply call generate script\nin bin directory.\n\n:: \n\n $ /bin/generate\n \n\nIt will test the environment and configure cache folders. For every sensor, it will\nask a confirm. Every sensor creates in /etc/munin/plugin-conf.d a single configuration.\nIf you want to check/change, that is the place. \n \nRestart munin-node, munin-async (if you use that) and enjoy.\n\nMore details at\n\nhttp://cippino.wordpress.com/tag/munin/\nhttps://github.com/cippino/munin_plugins\nhttps://pypi.python.org/pypi/munin_plugins\n\nConfigure Nginx or Apache \n-------------------------\n\nUsually a manual configuration is not required, but in some case you have to modify \nsome path or else. All munin plugins ask by they self during installation what \nthey need, and they write in /etc/munin/plugin-conf.d. Keep attention if you reinstall\nusing generate script because all setup will be overwriten.\n\nFor apache and nginx, you have to configure log file format using combined2:\n\n::\n\n Apache: LogFormat \"%h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\" [[%D]]\" combined2\n\n::\n\n Nginx: log_format combined2 '$remote_addr - $remote_user [$time_local] \"$request\" $status $body_bytes_sent \"$http_referer\" \"$http_user_agent\" [[$request_time]]';\n\nAfter combined2 definition, you have to change your virtualhost configuration using \nthis format instead of usual \"combined\".\n\nCustomize Setup\n---------------\n\nEvery pluging you installed with \"generate\" script writes in /etc/munin/plugin-conf.d \na specific config file. You can modify every option you find. It shouldn't require\nmunin-node reload.\n\n=======\nWarning\n=======\n\nPrevious version of 4.3 are not complatible with 4.3 and later release, because \nsome sensors are renamed/moved/merged, so apply an upgrade will lose all history\ninformations.\n\n================================\nBugs Report and/or Collaboration\n================================\n\nGitHub is the current store for sources:\n\nhttps://github.com/cippino/munin_plugins\n\nAny idea is welcome.\n\n=========\nChangelog\n=========\n- 5.1.1\n * Fixed version of psutil (<2.2.1)\n\n- 5.1\n * First snsr_errfiles working version \n * Changed cache path\n * Enhanced sensors info\n\n- 5.0.1\n * Fixed colorization of monit sensor\n\n- 5.0 \n * Refactor to move all configurations in /etc/munin/plugin-conf.d files\n\n- 4.3\n * Merged plone_usage and java in processes_usage\n\n- 4.2: \n * Refactor setup and sensor using classes\n\n- 4.1.3\n * Fixed VAR folder creation\n\n- 4.1.2\n * Fixed Egg Configure Folders\n\n- 4.1.1\n * Fixed Documentation\n\n- 4.1 \n * Refactor of env.py and configuration\n * Refactor of plone_usage from monolithic implementation to modular\n * Reduced number of Cache classes\n\n- 4.0\n * First Egg release\n\n==============\nKnown Problems\n==============\n\n1 - Keep attection if you use SELinux or other kind of Security access framework,\nbecause you have to configure all rights correctly. Usually, my choice is to\nput down, because the call of monit get error about access denied.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cippino/munin_plugins", "keywords": "apache monit nginx plone java repmgr munin sensors", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "munin_plugins", "package_url": "https://pypi.org/project/munin_plugins/", "platform": "", "project_url": "https://pypi.org/project/munin_plugins/", "project_urls": { "Homepage": "https://github.com/cippino/munin_plugins" }, "release_url": "https://pypi.org/project/munin_plugins/5.1.2/", "requires_dist": null, "requires_python": "", "summary": "Sensors for munin", "version": "5.1.2" }, "last_serial": 2271501, "releases": { "4.0.0": [ { "comment_text": "", "digests": { "md5": "7f9a12df3c8ca6c7c93d1cda1686017e", "sha256": "cbf116ee6938253fc0939c0dffdd6eaf0790be8a6689a15cc9da45178979dbe7" }, "downloads": -1, "filename": "munin_plugins-4.0.0.tar.gz", "has_sig": false, "md5_digest": "7f9a12df3c8ca6c7c93d1cda1686017e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13738, "upload_time": "2014-02-14T13:33:51", "url": "https://files.pythonhosted.org/packages/7c/39/cef8c8a6cecb38d9de94d295e0df3f0d47a31273abc360511db48b485652/munin_plugins-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "4828d77a056bdbf12cccd399e011ad5b", "sha256": "3c43b1c14b3d82f4a46fc72575d5c748d88751f51eb8df36d0338a4de5feb298" }, "downloads": -1, "filename": "munin_plugins-4.0.1.tar.gz", "has_sig": false, "md5_digest": "4828d77a056bdbf12cccd399e011ad5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14959, "upload_time": "2014-02-19T11:32:44", "url": "https://files.pythonhosted.org/packages/34/3e/6eeee067c4fbc93c25a991e956f68ff94576d0a5822856c5c9d0130bb892/munin_plugins-4.0.1.tar.gz" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "3dcb06e6b4b5c451480ab1288d3c4432", "sha256": "51e8385d8281342f0bb04c3babc584b38ff8c3d2d2b9d502fca62c19668e40b4" }, "downloads": -1, "filename": "munin_plugins-4.1.tar.gz", "has_sig": false, "md5_digest": "3dcb06e6b4b5c451480ab1288d3c4432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15263, "upload_time": "2014-04-24T09:41:24", "url": "https://files.pythonhosted.org/packages/be/07/94d1a1df2a2a7406f854f6ac19fb412bbb36d4e5ce1e29642c9627a8a607/munin_plugins-4.1.tar.gz" } ], "4.1.2": [ { "comment_text": "", "digests": { "md5": "b4ea7580da9b0152b8413b0379dfea16", "sha256": "76b503c34568113b6284ed2d58f584294c31093b0ffb820999b47fcf33096140" }, "downloads": -1, "filename": "munin_plugins-4.1.2-py2.7.egg", "has_sig": false, "md5_digest": "b4ea7580da9b0152b8413b0379dfea16", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 79991, "upload_time": "2014-06-18T05:57:51", "url": "https://files.pythonhosted.org/packages/b1/eb/b157088f93522ed3681a837aee9a4fc18b6ce4d8286a1223c4b976c6bdd2/munin_plugins-4.1.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "17ed2a558661af55c41d0071c7a0c226", "sha256": "5d023ecc1af21e363649d6f3236050e4e89da888ccd084ad6bfa3a577edd0631" }, "downloads": -1, "filename": "munin_plugins-4.1.2.tar.gz", "has_sig": false, "md5_digest": "17ed2a558661af55c41d0071c7a0c226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18709, "upload_time": "2014-06-18T05:57:53", "url": "https://files.pythonhosted.org/packages/eb/cf/7590861852623beb604dd2da0143da6e78d3fdd177fe0f3352606fe5b982/munin_plugins-4.1.2.tar.gz" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "dad6be715ad4d0dc62b2211fc18f6abe", "sha256": "d75a483b1cf020d3bef9d00c27dbf7a50aa60755ddf4e022f5ff31273e552f5d" }, "downloads": -1, "filename": "munin_plugins-4.2-py2.7.egg", "has_sig": false, "md5_digest": "dad6be715ad4d0dc62b2211fc18f6abe", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 85521, "upload_time": "2014-07-08T06:22:10", "url": "https://files.pythonhosted.org/packages/7d/6a/ba10d371d3872be667e050757c800b00a7fb335025ae5ac3ee33faff469e/munin_plugins-4.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "df835a73da9a73a9fdbadb15e0baf97e", "sha256": "e653679a215aa3f2c3084141cadf65658008ba088a34d839a7d0cab2df17e6bb" }, "downloads": -1, "filename": "munin_plugins-4.2.tar.gz", "has_sig": false, "md5_digest": "df835a73da9a73a9fdbadb15e0baf97e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20673, "upload_time": "2014-07-08T06:14:54", "url": "https://files.pythonhosted.org/packages/6a/8b/97e26d042811cafe55deed22d00e4746839410f2b9948208cb3ddff8ae8a/munin_plugins-4.2.tar.gz" } ], "4.3": [ { "comment_text": "", "digests": { "md5": "169f0fd2416b0fc2cdcd7d4deda905f2", "sha256": "091ef3d43210fa8213e78398cfe01fd56ed40ab596dd848848763e5f4c1a5233" }, "downloads": -1, "filename": "munin_plugins-4.3-py2.7.egg", "has_sig": false, "md5_digest": "169f0fd2416b0fc2cdcd7d4deda905f2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 67232, "upload_time": "2014-08-04T12:09:39", "url": "https://files.pythonhosted.org/packages/af/78/872f1a5855cad99ad17a60f291e02d44a111cf665ed2c87a7aae61e09cb0/munin_plugins-4.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1665a14f317c2e1736f18dd786c1a0d0", "sha256": "5ecf5ac111e8bdf56b980244b4e4e609b47e1af72e07b1601c6c39653bcfefa7" }, "downloads": -1, "filename": "munin_plugins-4.3.tar.gz", "has_sig": false, "md5_digest": "1665a14f317c2e1736f18dd786c1a0d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18892, "upload_time": "2014-08-04T12:09:36", "url": "https://files.pythonhosted.org/packages/0e/c8/4b18e17f8c86604412c8d02fa7764e15f78484058f31b63aaaf730bfe931/munin_plugins-4.3.tar.gz" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "8f3e0055f44f059670530ce2cff8fa9c", "sha256": "36ce38962e2b13e99efd32b449f44ae1fbecbd172e6461d020d346fb0c713863" }, "downloads": -1, "filename": "munin_plugins-5.0-py2.7.egg", "has_sig": false, "md5_digest": "8f3e0055f44f059670530ce2cff8fa9c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 84209, "upload_time": "2014-08-20T11:27:28", "url": "https://files.pythonhosted.org/packages/da/73/a3573ac5c74ee9cab68595fdec489c8825eda69ede1684940ec309d75264/munin_plugins-5.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "dac4d2eb1fb90f290304c7b8e30f59b0", "sha256": "2ea63217382e4947a3f92ac51e4fcf0fe7da75b1751b03a12bd80917f9346b00" }, "downloads": -1, "filename": "munin_plugins-5.0.tar.gz", "has_sig": false, "md5_digest": "dac4d2eb1fb90f290304c7b8e30f59b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19327, "upload_time": "2014-08-20T11:27:07", "url": "https://files.pythonhosted.org/packages/35/ab/7689d5ba968eff0b214b5088005f4b4347e9987659e4eb94aafdba20b189/munin_plugins-5.0.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "59eacced03f4a8522abd2bcb3eda0348", "sha256": "ea3df99084bf86cda789c0c8567aca9e86b9f0410111b07707c219f38532f83d" }, "downloads": -1, "filename": "munin_plugins-5.0.1-py2.7.egg", "has_sig": false, "md5_digest": "59eacced03f4a8522abd2bcb3eda0348", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 88055, "upload_time": "2014-11-10T13:20:42", "url": "https://files.pythonhosted.org/packages/6d/13/c74f224cdcdb9c5f994630a30067dd4cb826f76ecd2d1c939932f1e84b10/munin_plugins-5.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5398bdebdeb669d625da3eef482f0ca1", "sha256": "52eac504ab88ca7087f7e01f36b1383f1cf8db1b85a8278c1f8d5c45fda8e72d" }, "downloads": -1, "filename": "munin_plugins-5.0.1.tar.gz", "has_sig": false, "md5_digest": "5398bdebdeb669d625da3eef482f0ca1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20020, "upload_time": "2014-11-10T13:20:39", "url": "https://files.pythonhosted.org/packages/da/58/42b106f779961c798e0d51d954275d5a9b6ca796ef7b55ee9ac3d167c80e/munin_plugins-5.0.1.tar.gz" } ], "5.1": [ { "comment_text": "", "digests": { "md5": "99bfd423b848db49520adc9c68e2d764", "sha256": "578d38ebf4177e4b7ecf83fe1ed3c2de109e2fb6488dcc224526200867eddde3" }, "downloads": -1, "filename": "munin_plugins-5.1-py2.7.egg", "has_sig": false, "md5_digest": "99bfd423b848db49520adc9c68e2d764", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 90153, "upload_time": "2014-11-24T12:19:43", "url": "https://files.pythonhosted.org/packages/e6/5c/f22036632026e8fee6d9367b1f38ef0ea390d747953ee57b85a6849a988c/munin_plugins-5.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b75b20cfb608e5c0e9b245289bfdc9bf", "sha256": "837cc51db5b29f601f53b6eb46d6b3980cb5cc7a6077d8fb0c2c9c7e8c893115" }, "downloads": -1, "filename": "munin_plugins-5.1.tar.gz", "has_sig": false, "md5_digest": "b75b20cfb608e5c0e9b245289bfdc9bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20826, "upload_time": "2014-11-24T12:19:40", "url": "https://files.pythonhosted.org/packages/e1/cf/c1c022f84eb67da61468cd999b6b72331e43d7351ddf6a07135d4c1fec49/munin_plugins-5.1.tar.gz" } ], "5.1.2": [ { "comment_text": "", "digests": { "md5": "573e0c7ac21e9ddf51b920b67acae6da", "sha256": "6de0df310d0d1b660f0a4e0f118b897ce0e12dd54e135ae06a35a2ec618eacd6" }, "downloads": -1, "filename": "munin_plugins-5.1.2.tar.gz", "has_sig": false, "md5_digest": "573e0c7ac21e9ddf51b920b67acae6da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23691, "upload_time": "2016-08-09T15:23:17", "url": "https://files.pythonhosted.org/packages/5a/96/01bb4f52d4dd456b3673851252a6b04f82a4a7fb581742918ebd486fdc2f/munin_plugins-5.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "573e0c7ac21e9ddf51b920b67acae6da", "sha256": "6de0df310d0d1b660f0a4e0f118b897ce0e12dd54e135ae06a35a2ec618eacd6" }, "downloads": -1, "filename": "munin_plugins-5.1.2.tar.gz", "has_sig": false, "md5_digest": "573e0c7ac21e9ddf51b920b67acae6da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23691, "upload_time": "2016-08-09T15:23:17", "url": "https://files.pythonhosted.org/packages/5a/96/01bb4f52d4dd456b3673851252a6b04f82a4a7fb581742918ebd486fdc2f/munin_plugins-5.1.2.tar.gz" } ] }