{ "info": { "author": "Alexei Andrushievich", "author_email": "vint21h@vint21h.pp.ua", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Environment :: Plugins", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: Unix", "Programming Language :: Python :: 2.6", "Topic :: System :: Monitoring", "Topic :: Utilities" ], "description": ".. nagios-notification-jabber\n.. README.rst\n\nA nagios-notification-jabber documentation\n==========================================\n\n *nagios-notification-jabber is a Nagios-plugin that send Nagios notifications via jabber*\n\n.. contents::\n\nInstallation\n------------\n* Obtain your copy of source code from git repository: ``git clone https://github.com/vint21h/nagios-notification-jabber.git``. Or download latest release from https://github.com/vint21h/nagios-notification-jabber/tags.\n* Run ``python ./setup.py install`` from repository source tree or unpacked archive under root user. Or use pip: ``pip install nagios-notification-jabber``.\n\nConfiguration\n-------------\n* Read and understand Nagios documentation.\n* Create Nagios commands definitions like this:\n\n::\n\n # \"host-notify-by-jabber\" command\n define command\n {\n command_name host-notify-by-jabber\n command_line /usr/bin/notification_jabber.py -r $CONTACTPAGER$ -m \"Host '$HOSTALIAS$' is $HOSTSTATE$ - Info: $HOSTOUTPUT$\"\n }\n\n # \"service-notify-by-jabber\" command\n define command\n {\n command_name service-notify-by-jabber\n command_line /usr/bin/notification_jabber.py -r $CONTACTPAGER$ -m \"$NOTIFICATIONTYPE$ $HOSTNAME$ $SERVICEDESC$ $SERVICESTATE$ $SERVICEOUTPUT$ $LONGDATETIME$\"\n }\n\n* Add to your contact definition option ``pager`` with your Jabber ID value and add to ``service_notification_commands`` and ``host_notification_commands`` contact definition options ``service-notify-by-jabber`` and ``host-notify-by-jabber`` values respectively.\n\n* Copy ``/usr/share/doc/nagios-notification-jabber/notification_jabber.ini`` to ``/etc/nagios`` with your nagios bot credentials and optional resource by Nagios instance hostname or custom string. Attention: nagios user must have ``notification_jabber.ini`` read permissions.\n\nNew Python support\n------------------\nBecause original ``xmpppy`` library development stopped, it does not support new python versions. Therefore ``nagios-notification-jabber`` does not working with Python 2.7 and higher. If you want use ``nagios-notification-jabber`` with new Python versions you must install any ``xmpppy`` fork with new Python versions support instead of ``xmppy``.\n\nLicensing\n---------\nnagios-notification-jabber is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\nFor complete license text see COPYING file.\n\n\nContacts\n--------\n**Project Website**: https://github.com/vint21h/nagios-notification-jabber\n\n**Author**: Alexei Andrushievich \n\nFor other authors list see AUTHORS file.", "description_content_type": null, "docs_url": "https://pythonhosted.org/nagios-notification-jabber/", "download_url": "https://github.com/vint21h/nagios-notification-jabber/archive/0.8.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vint21h/nagios-notification-jabber", "keywords": null, "license": "GPLv3 or later", "maintainer": null, "maintainer_email": null, "name": "nagios-notification-jabber", "package_url": "https://pypi.org/project/nagios-notification-jabber/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nagios-notification-jabber/", "project_urls": { "Download": "https://github.com/vint21h/nagios-notification-jabber/archive/0.8.0.tar.gz", "Homepage": "https://github.com/vint21h/nagios-notification-jabber" }, "release_url": "https://pypi.org/project/nagios-notification-jabber/0.8.0/", "requires_dist": null, "requires_python": null, "summary": "Notifications via jabber Nagios plugin", "version": "0.8.0" }, "last_serial": 2370788, "releases": { "0.6.7": [ { "comment_text": "", "digests": { "md5": "40d22de02b89b6a8c86523df5eea3fda", "sha256": "c611e2932c8ec5ef81b7a2ccc0fe475b802724a89398bc72fbf2ba03d9d46922" }, "downloads": -1, "filename": "nagios-notification-jabber-0.6.7.tar.gz", "has_sig": false, "md5_digest": "40d22de02b89b6a8c86523df5eea3fda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16253, "upload_time": "2013-06-11T22:16:03", "url": "https://files.pythonhosted.org/packages/2f/ad/a7bbbcfdf95c30b9fcc1b8f4b16693cd3d4cdd72a898322dc576d5312d3d/nagios-notification-jabber-0.6.7.tar.gz" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "029349fc0977343f3bcc07c264bb88a1", "sha256": "1cf1b3882ad32f41f877afd0577d960ac5198deda9c09fb7f1ce7e45b7b01fb3" }, "downloads": -1, "filename": "nagios-notification-jabber-0.6.8.tar.gz", "has_sig": false, "md5_digest": "029349fc0977343f3bcc07c264bb88a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16256, "upload_time": "2014-01-21T00:36:52", "url": "https://files.pythonhosted.org/packages/fb/06/8a4c1c6b8e496220201132d7a7b4c0fb5e2df2f496c316723ce4a149dc63/nagios-notification-jabber-0.6.8.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "bf62eefa2edb76cf35f091e4d5696061", "sha256": "8fbbc11df7df30c8b288894d3fe81ae6ba3b12697aad21d69769f4c8caa44522" }, "downloads": -1, "filename": "nagios-notification-jabber-0.7.0.tar.gz", "has_sig": false, "md5_digest": "bf62eefa2edb76cf35f091e4d5696061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17305, "upload_time": "2015-06-01T07:14:45", "url": "https://files.pythonhosted.org/packages/c5/34/31dc7aae4e8163fb88c43047139b2e5c4f4a6a28588f203912464032f9b6/nagios-notification-jabber-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "288786bef73a3107a29394437838a87b", "sha256": "68ccb44ade96298b7b7fac75bd54409aee35bf7a74d3254f5fbcce54da0ceeae" }, "downloads": -1, "filename": "nagios-notification-jabber-0.7.1.tar.gz", "has_sig": false, "md5_digest": "288786bef73a3107a29394437838a87b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17309, "upload_time": "2015-06-28T03:09:55", "url": "https://files.pythonhosted.org/packages/52/44/ce6516c2ff3931f0cc1319c52bdc71df61afcee0bd495df01c8ebf337528/nagios-notification-jabber-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "9cae9a884fbaac65ad4bb3dba72d7f20", "sha256": "9d47fe529b0381fe43cdbe65a10b4a6687c58255e317867e1ba36af5a8feac15" }, "downloads": -1, "filename": "nagios-notification-jabber-0.7.2.tar.gz", "has_sig": false, "md5_digest": "9cae9a884fbaac65ad4bb3dba72d7f20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17557, "upload_time": "2016-01-26T14:45:24", "url": "https://files.pythonhosted.org/packages/7a/61/2e43e19f43ef4fdd8174c889c5da73dd6939eeeaa131e9f79e6c82fda45b/nagios-notification-jabber-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "d5d099957d6b5c9b7d0883b8ed5afad4", "sha256": "1a7f512054ce076bb8a3fd5dc051fee78a10a342a3256c8d4f611f112ce4d206" }, "downloads": -1, "filename": "nagios-notification-jabber-0.7.3.tar.gz", "has_sig": false, "md5_digest": "d5d099957d6b5c9b7d0883b8ed5afad4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17550, "upload_time": "2016-01-26T14:53:04", "url": "https://files.pythonhosted.org/packages/d3/1f/9ab3542b0efdade533cc36f2c880e843fee1be5c221b3e31e620316edc6a/nagios-notification-jabber-0.7.3.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "45c7a33b3f1a931942981871b2f7f39e", "sha256": "ff0e88237aecf56a8a0ea7197a107c8887bad17072d794173f70584485704ae4" }, "downloads": -1, "filename": "nagios_notification_jabber-0.8.0-py2-none-any.whl", "has_sig": false, "md5_digest": "45c7a33b3f1a931942981871b2f7f39e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 21689, "upload_time": "2016-09-29T11:10:24", "url": "https://files.pythonhosted.org/packages/c4/d1/bfbca118a5c017caa6a3e19e3bbd5b9e9d30be2210eacb9a56f071d620ac/nagios_notification_jabber-0.8.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e94a1e691d8a60e1382b19ec9c309e1", "sha256": "d284d11c09e1caa334966c0933ed99e446b9462fb8f42cb6bae65e4535938058" }, "downloads": -1, "filename": "nagios-notification-jabber-0.8.0.tar.gz", "has_sig": false, "md5_digest": "7e94a1e691d8a60e1382b19ec9c309e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17593, "upload_time": "2016-09-29T11:10:48", "url": "https://files.pythonhosted.org/packages/fe/e9/7a4bdf1765be3535f939d34ce6ee90d3b0d2ac1812d25a89187fa813032a/nagios-notification-jabber-0.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45c7a33b3f1a931942981871b2f7f39e", "sha256": "ff0e88237aecf56a8a0ea7197a107c8887bad17072d794173f70584485704ae4" }, "downloads": -1, "filename": "nagios_notification_jabber-0.8.0-py2-none-any.whl", "has_sig": false, "md5_digest": "45c7a33b3f1a931942981871b2f7f39e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 21689, "upload_time": "2016-09-29T11:10:24", "url": "https://files.pythonhosted.org/packages/c4/d1/bfbca118a5c017caa6a3e19e3bbd5b9e9d30be2210eacb9a56f071d620ac/nagios_notification_jabber-0.8.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e94a1e691d8a60e1382b19ec9c309e1", "sha256": "d284d11c09e1caa334966c0933ed99e446b9462fb8f42cb6bae65e4535938058" }, "downloads": -1, "filename": "nagios-notification-jabber-0.8.0.tar.gz", "has_sig": false, "md5_digest": "7e94a1e691d8a60e1382b19ec9c309e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17593, "upload_time": "2016-09-29T11:10:48", "url": "https://files.pythonhosted.org/packages/fe/e9/7a4bdf1765be3535f939d34ce6ee90d3b0d2ac1812d25a89187fa813032a/nagios-notification-jabber-0.8.0.tar.gz" } ] }