{ "info": { "author": "Steve McMahon", "author_email": "steve@dcn.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Intended Audience :: System Administrators", "Programming Language :: Python", "Topic :: System :: Monitoring", "Topic :: System :: Systems Administration" ], "description": "Introduction\n============\n\nThis is a reimplementation of `check_munin_rrd.pl `_ in Python.\nIt is used as a Nagios plugin command to read data collected from a Munin node by a Munin server.\n\nIt uses `rrdtool `_ directly via \"rrdtool lastupdate\".\nrrdtool is a dependency for Munin servers, so it should be reliably available.\n\nInstallation is typical for a Python package; virtualenv is recommended.\n\nRun the check_munin script for options.\nCommand-line options allow you to set domain, host, Munin-node plugin module, various include/exclude filters, and warning/critical ranges.\nOptions generally match check_munin_rrd.\nDifferences: -o option values may be globs; warning/critical specifications may be ranges, e.g., \"-w 0:85\" for warn when outside 0-85 range.\n\nTypical usage::\n\n check_munin -d dcn.org -H www.dcn.org -M df -o \"_dev_*\" -i _dev_shm -w 85 -c 95\n\nThis reads the /var/lib/munin/dcn.org/www.dcn.org RRD files for the \"df\" module, including only RRD df files that match _dev_* and excluding _dev_shm::\n\n /var/lib/munin/dcn.org/www.dcn.org-df-_dev_*-g.rrd\n\nignoring /var/lib/munin/dcn.org/www.dcn.org-df-_dev_shm-g.rrd\n\nSample output::\n\n DF WARNING - /dev/sdi is 87.75 (greater than 85) | '/dev/sda1'=42.0611407378;85;95;0 '/dev/sdb'=31.7252599179;85;95;0 '/dev/sdh'=41.0162765108;85;95;0 '/dev/sdi'=87.7540702356;85;95;0 '/dev/sdj'=56.5373419066;85;95;0 '/dev/sdk'=54.4599777102;85;95;0\n\nChangelog\n=========\n\n1.0 (2013-09-03)\n----------------\n\n- Initial release", "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/smcmahon/collective.check_munin", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.check_munin", "package_url": "https://pypi.org/project/collective.check_munin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.check_munin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/smcmahon/collective.check_munin" }, "release_url": "https://pypi.org/project/collective.check_munin/1.0/", "requires_dist": null, "requires_python": null, "summary": "Nagios plugin to check munin via rrd", "version": "1.0" }, "last_serial": 856078, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9960c421f180f0a873a6ebeb1cd32198", "sha256": "8e4653f67b92dc1467de2c1ea8a70aeb83356bf13ac3a6f110d122f769b5a07e" }, "downloads": -1, "filename": "collective.check_munin-1.0.zip", "has_sig": false, "md5_digest": "9960c421f180f0a873a6ebeb1cd32198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16042, "upload_time": "2013-09-03T20:14:51", "url": "https://files.pythonhosted.org/packages/f1/2e/454d5394ae076a3b9dd9b124a88fdbe8f015e13e05dc185388986cc6fbd9/collective.check_munin-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9960c421f180f0a873a6ebeb1cd32198", "sha256": "8e4653f67b92dc1467de2c1ea8a70aeb83356bf13ac3a6f110d122f769b5a07e" }, "downloads": -1, "filename": "collective.check_munin-1.0.zip", "has_sig": false, "md5_digest": "9960c421f180f0a873a6ebeb1cd32198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16042, "upload_time": "2013-09-03T20:14:51", "url": "https://files.pythonhosted.org/packages/f1/2e/454d5394ae076a3b9dd9b124a88fdbe8f015e13e05dc185388986cc6fbd9/collective.check_munin-1.0.zip" } ] }