{ "info": { "author": "Dani\u00ebl van Eeden", "author_email": "innodb-space@myname.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Database", "Topic :: System :: Monitoring" ], "description": "\nInnoDB Free Space Monitor\n=========================\nThis tool monitors a InnoDB tablespace wich a autoincrement with a maximum set.\n\nIt compares the setting in the config file against the size of the file on the filesystem.\n\nIt does not check the size of the data within the tablespace, it only checks if the \ndatafile is allowed to grow enough or not.\n\nExamples:\n\n\t$ ./innodb_check_free.py --critical 10000000 -c /etc/my.cnf \n\tCRITICAL: Datafile ibdata1 is allowed to grow with 6291456 bytes, critical threshold is 10000000\n\n\t$ ./innodb_check_free_pynag.py -m /etc/my.cnf -c 10000000: -w 1000000:\n\tWARNING: 2097152 is within warning range: 1000000: | 'ibdata1_free'=2097152;;;;\n\n\nNotes on the tablespace settings in InnoDB\n - It looks like a size in KB is not actually supported (MySQL Bug #68282)\n\nAll script use Python 3 except innodb_check_free_pynag.py as pynag doesn't support Python3 yet\n", "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/dveeden/innodb-space", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "innodb-space", "package_url": "https://pypi.org/project/innodb-space/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/innodb-space/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dveeden/innodb-space" }, "release_url": "https://pypi.org/project/innodb-space/0.2/", "requires_dist": null, "requires_python": null, "summary": "InnoDB Table Space Monitoring", "version": "0.2" }, "last_serial": 938262, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "30eb9b5c8b449c85b9e06686efc7b1be", "sha256": "54758982e37f6c2b9429f3a67fac991c6b1e1c8627ad95efdd0df2603590081d" }, "downloads": -1, "filename": "innodb-space-0.1.tar.gz", "has_sig": false, "md5_digest": "30eb9b5c8b449c85b9e06686efc7b1be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3533, "upload_time": "2013-12-07T13:06:58", "url": "https://files.pythonhosted.org/packages/bb/4b/683a60116db9e11fa835db9f80d01124b9e6517d93c416016aa7cf8d5a54/innodb-space-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7a7fd99b2a28f7966afd82493ff35b22", "sha256": "e4aefe1cd23e02ff4488eadd6f8941f881abbcdac3f17665f122ff0c068c7f3a" }, "downloads": -1, "filename": "innodb-space-0.2.tar.gz", "has_sig": true, "md5_digest": "7a7fd99b2a28f7966afd82493ff35b22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3531, "upload_time": "2013-12-07T13:09:04", "url": "https://files.pythonhosted.org/packages/e4/ed/26f3cf2984df4b5b0afa99372df4d55ca98ae56b155240e939c8cf40f31f/innodb-space-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a7fd99b2a28f7966afd82493ff35b22", "sha256": "e4aefe1cd23e02ff4488eadd6f8941f881abbcdac3f17665f122ff0c068c7f3a" }, "downloads": -1, "filename": "innodb-space-0.2.tar.gz", "has_sig": true, "md5_digest": "7a7fd99b2a28f7966afd82493ff35b22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3531, "upload_time": "2013-12-07T13:09:04", "url": "https://files.pythonhosted.org/packages/e4/ed/26f3cf2984df4b5b0afa99372df4d55ca98ae56b155240e939c8cf40f31f/innodb-space-0.2.tar.gz" } ] }