{ "info": { "author": "rsmuc", "author_email": "rsmuc@mailbox.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Topic :: System :: Monitoring" ], "description": "# health monitoring plugins:\n\n---\n\nThis is the main readme file for the health montiroing plugins project. In this project we pubish all our plugins we write for icinga / nagios.\nThe plugins are provided on pypi as python package.\n\nAll plugins are released under the GPLv2.\n\n\n\nThe project is maintained at [Codeberg](https://codeberg.org/status_monitoring_tools/health_monitoring_plugins) and mirrored to Github. If possible please open Pull Requests and Issues at Codeberg.\n\n\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/56d2e53efd76cc85fecb/maintainability)](https://codeclimate.com/github/rsmuc/health_monitoring_plugins/maintainability)\n\n[![CodeFactor](https://www.codefactor.io/repository/github/rsmuc/health_monitoring_plugins/badge/0.1.0)](https://www.codefactor.io/repository/github/rsmuc/health_monitoring_plugins/overview/0.1.0)\n\n[![PyPI version](https://badge.fury.io/py/health_monitoring_plugins.svg)](https://badge.fury.io/py/health_monitoring_plugins)\n\n## Plugins\n\nA detailed description can be found in the README in the doc folder.\n\n#### [check_jenkins_api](doc/check_jenkins_api/README.md)\n\nMonitor the jobs in the Jenkins job queue\n\n#### [check_local_cpu_temp](doc/check_local_cpu_temp/README.md)\n\nCheck the local CPU temperature without the usage of \"lm-sensors\"\n\n#### [check_snmp_fortinet](doc/check_snmp_fortinet/README.md)\n\nMonitor Fortinet Wifi Controllers via SNMP\n\n#### [check_snmp_procurve](doc/check_snmp_procurve/README.md)\n\nMonitor HP / Aruba procurve switches via SNMP\n\n#### [check_snmp_apc_ups](doc/check_snmp_apc_ups/README.md)\n\nMonitor an UPS from APC via SNMP.\n\n#### [check_snmp_eaton_ups](doc/check_snmp_eaton_ups/README.md)\n\nMonitor an UPS from Eaton via SNMP. Requires the built in Eaton network card.\n\n#### [check_snmp_lband](doc/check_snmp_lband/README.md)\n\nCheck the status of the CROSS TECHNOLOGIES redundancy controller 2082-141.\nImplemented against MIB 2082-141.mib\n\n#### [check_meinberg_ntp](doc/check_meinberg_ntp/README.md)\n\nCheck the Meinberg NTP server LANTIME M300.\n\nThe plugin checks the current ntp and gps state, shows the current gps position and checks the good satellites.\nTested with firmware version 5.30 and 6.18 (NG).\n\n#### [check_moxa_6000](doc/check_moxa_6000/README.md)\n\nCheck the status of a Moxa NPORT 6000 RS232 to LAN converter. \nYou can check each port for the CTS, DSR, DTR and Error count.\n\n#### [check_snmp_ilo4](doc/check_snmp_ilo4/README.md)\n\nThis plugin checks the health of HP servers with iLo 4 interface via SNMP.\n\n#### [check_snmp_janitza](doc/check_snmp_janitza/README.md)\n\nCheck the status of a Janitza 604 device.\n\n#### [check_snmp_large_storage](doc/check_snmp_large_storage/README.md)\n\nCheck the used / free disk space of a device via SNMP (using the HOST-RESOURCES-MIB hrStorageSize).\nThere are already script doing that like http://nagios.manubulon.com/snmp_storage.html . But these check script have a big problem with large storage systems. \n\n#### [check_snmp_port](doc/check_snmp_port/README.md)\n\nCheck the status of a tcp/udp port via SNMP. For TCP ports also the status is checked (e.g listen, established).\n\n#### [check_snmp_raritan](doc/check_snmp_raritan/README.md)\n\nCheck a Raritan Dominition PX PDU (Power Distribution Unit):\n\n* outlets (On, Off)\n* inlet (Power, Current, Voltage)\n* connected sensors\n\n#### [check_snmp_service](doc/check_snmp_service/README.md)\n\nIcinga / Nagios plugin to check if a Windows service is in running state via SNMP.\n\n#### [check_snmp_time2](doc/check_snmp_time2/README.md)\n\nThis plugin compares the time of the icinga/nagios machine with the time of a remote device.\n\n#### [check_snmp_idrac](doc/check_snmp_idrac/README.md)\n\nThis plugin checks the health of Dell iDRAC.\n\n#### [check_snmp_teledyne](doc/check_snmp_teledyne/README.md)\n\nThis plugin checks the health of Teledyn Paradise Datacom Sattelite Modem.\n\n#### [check_snmp_ubiquiti](doc/check_snmp_ubiquiti/README.md)\n\nCheck the status of a Ubiquiti airMax device.\n\n#### check_microwavemodem\n\nCheck the status of a Microwave Modem\n\n#### check_newtecmodem\n\nCheck the status of a Newtec Modem\n\n## Installation\n\n### pip (recommended)\n\nThe complete plugin package is available at [PyPI](https://pypi.python.org/pypi/health_monitoring_plugins)\n\nIf your Linux machine is directly connected to the internet, you can use pip to install the package.\nJust run:\n\n pip install health_monitoring_plugins\n\nThe plugins will be installed in your PATH. So the scripts can be executed directly.\n\nIf you are behind a firewall or not connected to the internet, you can download the tar.hz from PyPI and install it with\n\n health_monitoring_plugins-.tar.gz\n\nTo uninstall the package you can run:\n\n pip uninstall health_monitoring_plugins\n\n### setup.py\n\nYou can download the source package from [PyPI] (https://pypi.python.org/pypi/health_monitoring_plugins) or just clone this repository. To run setup.py you will need the python-setuptools.\n\nTo install the package from source with setup.py, you can run\n\n tar xfvz health_monitoring_plugins-.tar.gz\n cd health_monitoring_plugins\n python setup.py install\n\n## Run the unittests\n\nTo run the unittests just execute:\n\n python setup.py test\n\nThe unittests require pytest. For the unittests we use the testagent from [haxtibal](https://github.com/haxtibal).\n\n## Troubleshooting\n\n### When calling the plugin, I receive an error like \"ImportError: No module named health_monitoring_plugins.raritan\"\n\nSeems that you did not install the python package. The plugins can not be called directly. Check the Installation section.\n\n\"Workaround:\"\n\n```\nPYTHONPATH=~/PycharmProjects/health_monitoring_plugins/ health_monitoring_plugins/check_snmp_raritan/check_snmp_raritan.py\n```\n\n## Changelog\n\n###### Version 0.1.0\n\n* Added check_local_cpu_temp.py\n* check_snmp_ilo4: \n * Fixed snmp v2 community 4 (thanks to nb85)\n* Added SNMPv3 support to all plugins for devices supporting SNMPv3\n* Added common test for SNMPv3.\n* PEP8 & general code improvements\n* check_snmp_raritan:\n * Fixed exception in check_snmp_raritan if sensor does not return a valid value.\n * Moved units in metrics from UOM to label to avoid conflicts with Graphite\n* check_snmp_eaton:\n * Added support of Eaton 9SX series\n * Changed threshold options for check_snmp_eaton_ups\n* Refactored check_meinberg_ntp plugin\n* check_snmp_idrac:\n * Refactoring\n * Added noPowerRedundancy option (thanks to ironbishop)\n * Fixed snmp v2 community\n* Added check_microwavemodem\n* Added check_newtecmodem\n* Migration from github to codeberg\n\n###### Version 0.0.9\n\n* Added check_snmp_instadios_csm\n* Added SNMPv3 support for check_snmp_idrac\n* Fixed some bugs in check_snmp_idrac (error if sever is powered off or if the power supply is not redundant)\n\n###### Version 0.0.8\n\n* Added check_snmp_fortinet\n* Added check_jenkins_api\n\n###### Version 0.0.7\n\n* Added check_snmp_procurve\n* Added check_snmp_lband\n* Added check_snmp_eaton_ups\n* Added check_snmp_apc_ups\n* Several bugfixes and code improvements\n\n###### Version 0.0.6\n\n* Fixed segfault, if there is no route to host\n\n###### Version 0.0.5\n\n* Added check_snmp_teledyne, check_snmp_janitza, check_snmp_ubiquiti\n\n* Several bugfixes\n\n###### Version 0.0.4\n\n* Fixed bug in check_snmp_time2\n\n* Added check_snmp_idrac\n\n###### Version 0.0.3\n\n* Several bugfixes and code cleanup\n\n###### Version 0.0.2\n\n* Several bugfixes and code cleanup\n\n###### Version 0.0.2\n\n* Added unittests for all plugins\n* Fixed a bug in check_snmp_raritan Inlet check\n* Cleaned up some parts of the code\n* Better package structure\n\n###### Version 0.0.1\n\n* The first testing release including all developed check plugins\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://codeberg.org/status_monitoring_tools/health_monitoring_plugins", "keywords": "", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "health-monitoring-plugins", "package_url": "https://pypi.org/project/health-monitoring-plugins/", "platform": "", "project_url": "https://pypi.org/project/health-monitoring-plugins/", "project_urls": { "Homepage": "https://codeberg.org/status_monitoring_tools/health_monitoring_plugins" }, "release_url": "https://pypi.org/project/health-monitoring-plugins/0.1.0/", "requires_dist": [ "pynag" ], "requires_python": "", "summary": "Health monitoring plugins for icinga/nagios", "version": "0.1.0" }, "last_serial": 4824417, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0c8e2797b8d2bf5d98f509f7e95b4adb", "sha256": "2d778ae8c8512da42a48a3d6eef656ba0f509c7c369a480607cdf1309f8361d4" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0c8e2797b8d2bf5d98f509f7e95b4adb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16935, "upload_time": "2016-05-06T05:28:07", "url": "https://files.pythonhosted.org/packages/fe/c5/e70d18d357691c0ff1a05b06ab3478540ecae7eb2c97963e4ab94cf020af/health_monitoring_plugins-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f3874c4c56ad7d08b583413b9f9606c9", "sha256": "fb7a858a8f054daeda5089fcbe419c23bc0233c2b2624687f092703900af1daf" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f3874c4c56ad7d08b583413b9f9606c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57045, "upload_time": "2016-05-15T12:31:10", "url": "https://files.pythonhosted.org/packages/52/de/0b71dae8dd563d2a6ec127df43990f857a93b4bae2fcfcea980757dd5a56/health_monitoring_plugins-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "11c9aeb654156922201d506b7886fd1a", "sha256": "82887ecce7b7d3072a5c452c7c8e7fc7fa96f510ab90ac0f30cb4fc3988c2eca" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.3.tar.gz", "has_sig": false, "md5_digest": "11c9aeb654156922201d506b7886fd1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53597, "upload_time": "2016-05-25T18:41:21", "url": "https://files.pythonhosted.org/packages/d0/e0/d1b4f8c3030b3c07d6b206b75acd0dee7660b5d6af156373ebf699533ef5/health_monitoring_plugins-0.0.3.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "8a7f266a2ab8e2e91a065d91f128bb9d", "sha256": "e59b9c757f8ad76eaceabe36fc97f7f4c39cd5e62ea7f1137a1a855235a7426e" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.5.tar.gz", "has_sig": false, "md5_digest": "8a7f266a2ab8e2e91a065d91f128bb9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67401, "upload_time": "2016-08-29T08:46:45", "url": "https://files.pythonhosted.org/packages/ad/d4/b1911f6cf9d2980c915f60a38282de3364430c977c67688078714c26403a/health_monitoring_plugins-0.0.5.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "3416d121a1716195f3e9100380324a42", "sha256": "23b491b57958c12dc8ccb43ccde1d4c06fb4e581397a90d85d807c4ec934f3a5" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.7.tar.gz", "has_sig": false, "md5_digest": "3416d121a1716195f3e9100380324a42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83121, "upload_time": "2017-09-01T17:24:11", "url": "https://files.pythonhosted.org/packages/4a/93/c7ddfac24b416da57d5d5ddc963a2409c46f12bf2af572f2ab679774375b/health_monitoring_plugins-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "7ea027a662f5faf72380d2151d70a199", "sha256": "d8cfcbfcee06b6cd6a4c2b420eb16c9734409afc95871036bafd4ae521a037cd" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.8.tar.gz", "has_sig": false, "md5_digest": "7ea027a662f5faf72380d2151d70a199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87746, "upload_time": "2018-04-19T14:29:32", "url": "https://files.pythonhosted.org/packages/4b/df/0de92606c041084845011870672caa56923abe7cf59bf261f22e2636221e/health_monitoring_plugins-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "b1f4597acd64ae1daa4d26ef1afde1e5", "sha256": "4e4e72b1672b25d070479f1ef14482a99bda61aa9ea7107746f4cb3ef1587c88" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.9-py2-none-any.whl", "has_sig": false, "md5_digest": "b1f4597acd64ae1daa4d26ef1afde1e5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 183814, "upload_time": "2018-07-21T08:39:25", "url": "https://files.pythonhosted.org/packages/c6/08/1c7077e5419592486be1d9345fc83c3ea62afeb0ca383b6fe3b6ea71f775/health_monitoring_plugins-0.0.9-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61a250a4c52e6d40f1bcbc7b039893f8", "sha256": "d229d8a154efa3a3947e2120665c42cb888f4faaf3781d6f930915bede3d8162" }, "downloads": -1, "filename": "health_monitoring_plugins-0.0.9.tar.gz", "has_sig": false, "md5_digest": "61a250a4c52e6d40f1bcbc7b039893f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94173, "upload_time": "2018-07-21T08:39:27", "url": "https://files.pythonhosted.org/packages/5b/f1/6ab116e50133ce9c8add8bdbe4fac7b3519d237a784f0c6957fbc4907398/health_monitoring_plugins-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "0e73f6b67a1c84cd1ea3de3af3808051", "sha256": "185de0b12fc045b815af17d3da146514af76f109c83201ecdf77e26a78926042" }, "downloads": -1, "filename": "health_monitoring_plugins-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0e73f6b67a1c84cd1ea3de3af3808051", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 130838, "upload_time": "2019-02-15T12:23:14", "url": "https://files.pythonhosted.org/packages/0b/c6/930a591aa663e99d47e507aee680a142d1acc6120cfebdb69c07c6d70c38/health_monitoring_plugins-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d1bc10b8a6553a84362648c796aa554", "sha256": "a4abcbcfd66df23eb57ba737a1afcf890266020b5ddea6d8d27805f3c31d1b1b" }, "downloads": -1, "filename": "health_monitoring_plugins-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0d1bc10b8a6553a84362648c796aa554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86014, "upload_time": "2019-02-15T12:23:16", "url": "https://files.pythonhosted.org/packages/f2/36/cb438bbda811bd99a703bf9312767b70f152ad0d0baf76e02022c28db9d5/health_monitoring_plugins-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e73f6b67a1c84cd1ea3de3af3808051", "sha256": "185de0b12fc045b815af17d3da146514af76f109c83201ecdf77e26a78926042" }, "downloads": -1, "filename": "health_monitoring_plugins-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0e73f6b67a1c84cd1ea3de3af3808051", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 130838, "upload_time": "2019-02-15T12:23:14", "url": "https://files.pythonhosted.org/packages/0b/c6/930a591aa663e99d47e507aee680a142d1acc6120cfebdb69c07c6d70c38/health_monitoring_plugins-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d1bc10b8a6553a84362648c796aa554", "sha256": "a4abcbcfd66df23eb57ba737a1afcf890266020b5ddea6d8d27805f3c31d1b1b" }, "downloads": -1, "filename": "health_monitoring_plugins-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0d1bc10b8a6553a84362648c796aa554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86014, "upload_time": "2019-02-15T12:23:16", "url": "https://files.pythonhosted.org/packages/f2/36/cb438bbda811bd99a703bf9312767b70f152ad0d0baf76e02022c28db9d5/health_monitoring_plugins-0.1.0.tar.gz" } ] }