{ "info": { "author": "Last Bastion Network", "author_email": "helpdesk@last-bastion.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "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": "ZopeMonitor\n-------------\n\nZopeMonitor provides a method for pulling performance metrics from a Zope\nApplication Server (http://www.zope.org/) directly into Zenoss. It is necessary\nto first install the munin.zope eggs from pypi.python.org or our own repo at\nhttp://linux.last-bastion.net/LBN/up2date/monitor, and to have wget installed\non this server.\n\nThe monitor works by utilising ZenCommand to run wget on the local system - you\ndo not need to make zope ports available through your firewall.\n\nThe munin plugins do require a user with 'View Management Screens' access at\nthe root however. This is configured using the zZopeURI zProperty of the device.\nThis parameter uses Extended HTTP Authentication to specify user credentials, host\nand port. Note that the host is the hostname on the remote instance and should\nprobably remain 'localhost' unless you've explicitly bound your Zope to a NIC.\n\nNote that the munin plugins expect to be installed on a Unix-like operating\nsystem with a /proc filesystem.\n\nThe following metrics will be collected and graphed for the Zope Server.\n\n * Threads\n o Free threads\n o Total threads\n * Cache\n o Total objects\n o Total objects in memory\n o Targe number\n * ZODB Activity\n o Total connections\n o Total load count\n o Total store count\n * Memory Utilisation\n o VmHWM - peak resident set size (\"high water mark\")\n o VmExe - size of text segments\n o VmStk - size of stack segments\n o VmPeak - peak virtual memory size\n o VmData - size of data segments\n o VmLck - locked memory size\n o VmPTE - page table entries size\n o VmLib - shared library code size\n o VmRSS - resident set size\n\n\nOnce your Zope Server has the munin plugins installed, you can add Zope monitoring \nto the device within Zenoss by simply binding the ZopeMonitor 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 ZopeMonitor template from /Devices/Server to choose it.\n 5. Click OK.\n\nYou will now be collecting the Zope Server metrics from this device.\n\n\n2012-01-15 18:05 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/setuphandlers.py:\n\t new\n\t ZenPacks.lbn.Base-derived\n\t ZenPack\n\n2012-01-15 15:38 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/config.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/configure.zcml,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/DataSourceBase.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/info.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/interfaces.py,\n\t unk/setup.py:\n\t new\n\t ZenPacks.lbn.Base-derived\n\t ZenPack\n\n2011-11-24 11:33 alan\n\n\t* unk/setup.py:\n\t bump\n\t lbn.zenoss\n\t release\n\n2010-10-06 10:41 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/setuphandlers.py,\n\t unk/setup.py:\n\t initialisation\n\t bug\n\t fixes\n\n2010-10-06 04:34 alan\n\n\t* unk/setup.py:\n\t coordinated\n\t topic\n\t for\n\t pypi\n\t submission\n\n2010-10-06 03:59 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/setuphandlers.py:\n\t addZenPackObjects\n\t into\n\t Monitor\n\n2010-09-09 12:12 alan\n\n\t* unk/setup.py:\n\t bump\n\t version\n\t and\n\t update\n\t dependency\n\t versions\n\n2010-09-08 02:24 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/DataSourceBase.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/tests/testZopeMonitor.py,\n\t unk/setup.py:\n\t port\n\t to\n\t newer\n\t lbn.zenoss\n\n2010-05-18 14:24 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/parsers/Munin.py:\n\t make\n\t munin\n\t plugin\n\t delimiter\n\t include\n\t spaces\n\n2010-05-18 14:11 alan\n\n\t* unk/CHANGES.txt,\n\t unk/README.txt,\n\t unk/setup.py:\n\t readme/install\n\t instructions\n\n2010-05-16 19:46 alan\n\n\t* unk/ZenPacks/lbn/ZopeMonitor/setuphandlers.py:\n\t don't\n\t case-convert\n\t Munin\n\t tags\n\t without\n\t _\n\n2010-05-16 19:32 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/ZopeMonitor,\n\t unk/ZenPacks/lbn/ZopeMonitor/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/config.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/configure.zcml,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/DataSourceBase.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/ZopeCacheDataSource.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/ZopeDBActivityDataSource.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/ZopeMemoryDataSource.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/ZopeThreadsDataSource.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/datasources/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/parsers,\n\t unk/ZenPacks/lbn/ZopeMonitor/parsers/Munin.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/parsers/__init__.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/setuphandlers.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/skins,\n\t unk/ZenPacks/lbn/ZopeMonitor/skins/ZenPacks.lbn.ZopeMonitor,\n\t unk/ZenPacks/lbn/ZopeMonitor/skins/ZenPacks.lbn.ZopeMonitor/editZopeMonitorDataSource.pt,\n\t unk/ZenPacks/lbn/ZopeMonitor/tests,\n\t unk/ZenPacks/lbn/ZopeMonitor/tests/framework.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/tests/testMuninParser.py,\n\t unk/ZenPacks/lbn/ZopeMonitor/tests/testZopeMonitor.py,\n\t unk/ZenPacks/lbn/__init__.py,\n\t unk/setup.py:\n\t initial\n\t revision\n\t ...\n\n2010-05-16 19:31 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.ZopeMonitor", "package_url": "https://pypi.org/project/ZenPacks.lbn.ZopeMonitor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ZenPacks.lbn.ZopeMonitor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://linux.last-bastion.net/LBN/up2date/monitor" }, "release_url": "https://pypi.org/project/ZenPacks.lbn.ZopeMonitor/4.0.2/", "requires_dist": null, "requires_python": null, "summary": "ZenPack to monitor Zope Application Server stats", "version": "4.0.2" }, "last_serial": 786071, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "6de7f7daf0c9f9583b495b6b88cbae6d", "sha256": "bfdde0055253c4c2f5dab2b3ef254a70113290799564bce249e1f82fef6ee174" }, "downloads": -1, "filename": "ZenPacks.lbn.ZopeMonitor-1.0.2-py2.4.egg", "has_sig": false, "md5_digest": "6de7f7daf0c9f9583b495b6b88cbae6d", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 34847, "upload_time": "2010-10-06T06:32:00", "url": "https://files.pythonhosted.org/packages/d9/ef/a3beb06c1b5946a74be4ad6bfd82d994634f4d471622f8de7fa0ff2cffe2/ZenPacks.lbn.ZopeMonitor-1.0.2-py2.4.egg" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "5fbdd00a99cb30bd521d0b0e15428e9c", "sha256": "49da6c8cf6cb4fb3c7a0670c3cbbf683d9356a6f6161b3ae4557fd256bacb495" }, "downloads": -1, "filename": "ZenPacks.lbn.ZopeMonitor-3.0.1-py2.6.egg", "has_sig": false, "md5_digest": "5fbdd00a99cb30bd521d0b0e15428e9c", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 39008, "upload_time": "2012-03-05T22:46:24", "url": "https://files.pythonhosted.org/packages/ae/32/9a458ec312b56fdce206ab31dcf39f06a39af00e36629d22e4309a7e71d7/ZenPacks.lbn.ZopeMonitor-3.0.1-py2.6.egg" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "db78f955d8438bb3839e074303b313ac", "sha256": "bf9d5a8d3cdc7089ca86ca0e1dbd0870dcc865d942dca99edb2a8c77e979bfe5" }, "downloads": -1, "filename": "ZenPacks.lbn.ZopeMonitor-4.0.2-py2.6.egg", "has_sig": false, "md5_digest": "db78f955d8438bb3839e074303b313ac", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 41373, "upload_time": "2013-02-16T15:04:25", "url": "https://files.pythonhosted.org/packages/4b/f0/dd30972a51d592d56603481960a49523833a23d0f765441191d935a28593/ZenPacks.lbn.ZopeMonitor-4.0.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "205d149dab9ed936c4255020252dc70b", "sha256": "9f6c416ae2e49119ff4c65a0ffd907d124f5e9d7945245f431594cfc782630a2" }, "downloads": -1, "filename": "ZenPacks.lbn.ZopeMonitor-4.0.2.tar.gz", "has_sig": false, "md5_digest": "205d149dab9ed936c4255020252dc70b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12605, "upload_time": "2013-02-16T15:02:58", "url": "https://files.pythonhosted.org/packages/de/8f/fcb436fd36ae767dc7c06628a010690e64c2b28976c1dceec280c5851d92/ZenPacks.lbn.ZopeMonitor-4.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db78f955d8438bb3839e074303b313ac", "sha256": "bf9d5a8d3cdc7089ca86ca0e1dbd0870dcc865d942dca99edb2a8c77e979bfe5" }, "downloads": -1, "filename": "ZenPacks.lbn.ZopeMonitor-4.0.2-py2.6.egg", "has_sig": false, "md5_digest": "db78f955d8438bb3839e074303b313ac", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 41373, "upload_time": "2013-02-16T15:04:25", "url": "https://files.pythonhosted.org/packages/4b/f0/dd30972a51d592d56603481960a49523833a23d0f765441191d935a28593/ZenPacks.lbn.ZopeMonitor-4.0.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "205d149dab9ed936c4255020252dc70b", "sha256": "9f6c416ae2e49119ff4c65a0ffd907d124f5e9d7945245f431594cfc782630a2" }, "downloads": -1, "filename": "ZenPacks.lbn.ZopeMonitor-4.0.2.tar.gz", "has_sig": false, "md5_digest": "205d149dab9ed936c4255020252dc70b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12605, "upload_time": "2013-02-16T15:02:58", "url": "https://files.pythonhosted.org/packages/de/8f/fcb436fd36ae767dc7c06628a010690e64c2b28976c1dceec280c5851d92/ZenPacks.lbn.ZopeMonitor-4.0.2.tar.gz" } ] }