{ "info": { "author": "Last Bastion Network", "author_email": "helpdesk@last-bastion.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Zope2", "Intended Audience :: Information Technology", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Programming Language :: Zope", "Topic :: System :: Monitoring", "Topic :: System :: Networking :: Monitoring" ], "description": "LDAPMonitor\n-----------\n\nLDAPMonitor provides a method for pulling performance metrics from any LDAP\nserver which implements the cn=Monitor standard.\n\nThe monitor works by directly querying the LDAP server using the configured\nuser dn and password credentials. Make sure that your LDAP server is\navailable from your Zenoss console, you've enabled cn=monitor on it, and that \nthe user has sufficient permissions to perform a 'cn=snmp,cn=monitor' search.\n\n\nThe following metrics will be collected and graphed for the LDAP Server:\n\n * Operations\n o Add Entry\n o Modify Entry\n o Delete Entry\n o Search Entry\n * Bindings\n o Anonymous\n o Simple Auth\n o Unauthorised\n * Errors\n o Bind Security\n o Security\n o Other Errors\n o Failures\n * Response Time\n * Referrals\n\nYou can add LDAP monitoring to the device within Zenoss by simply binding the \nLDAPMonitor template to the device.\n\n 1. Navigate to the device in the Zenoss web interface.\n 2. Click the device menu, choose More then Templates.\n 3. Click the templates menu, choose Bind Templates.\n 4. Ctrl-click the LDAPMonitor template from /Devices/Server to choose it.\n 5. Click OK.\n\nYou will now be collecting the LDAP Server metrics from this device.\n\n\n2012-01-23 05:20 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/monparsers.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/zenperfldap.py:\n\t basic\n\t cn=monitor\n\t search,\n\t parsers\n\t for\n\t different\n\t responses\n\n2012-01-18 06:31 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/LDAPConfigService.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/setuphandlers.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/zenperfldap.py,\n\t unk/setup.py:\n\t last\n\t round\n\t of\n\t bug-fixes\n\t in\n\t pre-release\n\n2012-01-17 14:45 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/LDAPConfigService.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/zenperfldap.py:\n\t fixed\n\t uri\n\t rendering\n\t in\n\t DataSource\n\n2012-01-17 06:53 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/LDAPConfigService.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/setuphandlers.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/skins,\n\t unk/ZenPacks/lbn/LDAPMonitor/zenperfldap.py,\n\t unk/setup.py:\n\t Added\n\t thresholds,\n\t fixed\n\t a\n\t bunch\n\t of\n\t bugs\n\n2012-01-16 09:38 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/configure.zcml:\n\t typo\n\t in\n\t interface\n\t spec\n\n2012-01-16 06:25 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/__init__.py,\n\t unk/setup.py:\n\t removed\n\t skin\n\t setup\n\t from\n\t packutils\n\n2012-01-16 05:50 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/configure.zcml,\n\t unk/ZenPacks/lbn/LDAPMonitor/daemons/zenperfldap,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/LDAPConfigService.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/zenperfldap.py,\n\t unk/setup.py:\n\t loads\n\t of\n\t minor\n\t bug-fixes\n\n2012-01-15 18:17 alan\n\n\t* unk/README.txt,\n\t unk/ZenPacks/lbn/LDAPMonitor/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/daemons/zenperfldap,\n\t unk/ZenPacks/lbn/LDAPMonitor/interfaces.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/config.py,\n\t unk/setup.py:\n\t new\n\t ZenPacks.lbn.Base-derived\n\t ZenPack\n\n2012-01-12 21:44 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/LDAPMon.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/daemons,\n\t unk/ZenPacks/lbn/LDAPMonitor/daemons/zenperfldap,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/services/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/zenperfldap.py,\n\t unk/setup.py:\n\t first-cut\n\t collector\n\n2012-01-11 06:15 alan\n\n\t* unk/ZenPacks/lbn/LDAPMonitor/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/configure.zcml,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/info.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/interfaces.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/tests,\n\t unk/ZenPacks/lbn/LDAPMonitor/tests/__init__.py:\n\t update\n\t from\n\t client\n\t workspace\n\n2012-01-11 03:46 root\n\n\t* unk/README.txt,\n\t unk/ZenPacks,\n\t unk/ZenPacks/__init__.py,\n\t unk/ZenPacks/lbn,\n\t unk/ZenPacks/lbn/LDAPMonitor,\n\t unk/ZenPacks/lbn/LDAPMonitor/LDAPMon.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/config.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/LDAPDataSource.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/datasources/__init__.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/setuphandlers.py,\n\t unk/ZenPacks/lbn/LDAPMonitor/skins,\n\t unk/ZenPacks/lbn/LDAPMonitor/skins/ZenPacks.lbn.LDAPMonitor,\n\t unk/ZenPacks/lbn/__init__.py,\n\t unk/setup.py:\n\t initial\n\t draft\n\n2012-01-11 03:43 root\n\n\t* anches,\n\t gs,\n\t unk:\n\t initial\n\t repository\n\t layout", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://linux.last-bastion.net/LBN/up2date/monitor", "keywords": null, "license": "ZPL/2.1", "maintainer": null, "maintainer_email": null, "name": "ZenPacks.lbn.LDAPMonitor", "package_url": "https://pypi.org/project/ZenPacks.lbn.LDAPMonitor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ZenPacks.lbn.LDAPMonitor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://linux.last-bastion.net/LBN/up2date/monitor" }, "release_url": "https://pypi.org/project/ZenPacks.lbn.LDAPMonitor/4.0.1/", "requires_dist": null, "requires_python": null, "summary": "ZenPack to monitor LDAP Server stats", "version": "4.0.1" }, "last_serial": 786070, "releases": { "3.0.3": [ { "comment_text": "", "digests": { "md5": "e7392a4ab72691abfd8dd7a5ae4b2c99", "sha256": "ff48141453eb91e4232b0fad8a1cb14dd413d1baf6e33421d01aef42608ae44c" }, "downloads": -1, "filename": "ZenPacks.lbn.LDAPMonitor-3.0.3-py2.6.egg", "has_sig": false, "md5_digest": "e7392a4ab72691abfd8dd7a5ae4b2c99", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 40649, "upload_time": "2012-03-05T22:45:14", "url": "https://files.pythonhosted.org/packages/f3/b7/fb0cb3af89e08dab7344626ad944e153f1bf0ac476bdf2ef5afd64a85092/ZenPacks.lbn.LDAPMonitor-3.0.3-py2.6.egg" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "ea149355c2e0aeb914debaeef55a78f2", "sha256": "46c5ad2cf3d365f6cf7113874b775e6feaa3935d16a3d35afc27995817006bd5" }, "downloads": -1, "filename": "ZenPacks.lbn.LDAPMonitor-3.0.4-py2.6.egg", "has_sig": false, "md5_digest": "ea149355c2e0aeb914debaeef55a78f2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 40795, "upload_time": "2012-03-26T09:16:23", "url": "https://files.pythonhosted.org/packages/f6/fb/96a1670e8d94439c00e7e3c892e4a68f89cdfe357cfe88c485461b21ebda/ZenPacks.lbn.LDAPMonitor-3.0.4-py2.6.egg" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "70f661c81a49466e730529f65c6143d1", "sha256": "6947038455062d62eb16b9ec9cd05f1293f06cc8ce7f21d2aa6f3c15b4bd78eb" }, "downloads": -1, "filename": "ZenPacks.lbn.LDAPMonitor-4.0.1-py2.6.egg", "has_sig": false, "md5_digest": "70f661c81a49466e730529f65c6143d1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 41040, "upload_time": "2013-02-16T15:05:01", "url": "https://files.pythonhosted.org/packages/47/ac/96f4536cee50f2b1d7f2b9d26f8cfd04ec472a9ce45b52289dc417605414/ZenPacks.lbn.LDAPMonitor-4.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "cca0f4481fd8a13560594fa0fdc7b5cb", "sha256": "db962d7043f318a7dcee0766d6d79fb4f589b47e7d5074bf1412278a08ad3e00" }, "downloads": -1, "filename": "ZenPacks.lbn.LDAPMonitor-4.0.1.tar.gz", "has_sig": false, "md5_digest": "cca0f4481fd8a13560594fa0fdc7b5cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15018, "upload_time": "2013-02-16T15:04:47", "url": "https://files.pythonhosted.org/packages/64/ff/9a821aad84a84216fcf0d9f73fe1cd6ae5c7fe9acbab65264696d2436418/ZenPacks.lbn.LDAPMonitor-4.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "70f661c81a49466e730529f65c6143d1", "sha256": "6947038455062d62eb16b9ec9cd05f1293f06cc8ce7f21d2aa6f3c15b4bd78eb" }, "downloads": -1, "filename": "ZenPacks.lbn.LDAPMonitor-4.0.1-py2.6.egg", "has_sig": false, "md5_digest": "70f661c81a49466e730529f65c6143d1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 41040, "upload_time": "2013-02-16T15:05:01", "url": "https://files.pythonhosted.org/packages/47/ac/96f4536cee50f2b1d7f2b9d26f8cfd04ec472a9ce45b52289dc417605414/ZenPacks.lbn.LDAPMonitor-4.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "cca0f4481fd8a13560594fa0fdc7b5cb", "sha256": "db962d7043f318a7dcee0766d6d79fb4f589b47e7d5074bf1412278a08ad3e00" }, "downloads": -1, "filename": "ZenPacks.lbn.LDAPMonitor-4.0.1.tar.gz", "has_sig": false, "md5_digest": "cca0f4481fd8a13560594fa0fdc7b5cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15018, "upload_time": "2013-02-16T15:04:47", "url": "https://files.pythonhosted.org/packages/64/ff/9a821aad84a84216fcf0d9f73fe1cd6ae5c7fe9acbab65264696d2436418/ZenPacks.lbn.LDAPMonitor-4.0.1.tar.gz" } ] }