[Checkins] SVN: zc.zkzeo/trunk/src/zc/zkzeo/README.txt *** empty log message ***

Jim Fulton jim at zope.com
Sun Dec 11 18:52:24 UTC 2011


Log message for revision 123680:
  *** empty log message ***

Changed:
  U   zc.zkzeo/trunk/src/zc/zkzeo/README.txt

-=-
Modified: zc.zkzeo/trunk/src/zc/zkzeo/README.txt
===================================================================
--- zc.zkzeo/trunk/src/zc/zkzeo/README.txt	2011-12-11 18:42:53 UTC (rev 123679)
+++ zc.zkzeo/trunk/src/zc/zkzeo/README.txt	2011-12-11 18:52:24 UTC (rev 123680)
@@ -78,7 +78,7 @@
 The `zc.monitor <http://pypi.python.org/pypi/zc.monitor>`_ package
 provides a simple extensible command server for gathering monitoring
 data or providing run-time control of servers.  If ``zc.monitor`` is
-in the Python path, ``zc.zk`` can start a monitor server and make it's
+in the Python path, ``zc.zkzeo`` can start a monitor server and make it's
 address available as the ``monitor`` property of of a server's
 ephemeral port.  To request this, we use a ``monitor-server`` option in
 the ``zookeeper`` section::
@@ -116,6 +116,14 @@
         monitor = u'localhost:11976'
         pid = 5082
 
+Some notes on the monitor server:
+
+- A monitor server won't be useful unless you've registered some
+  command plugins.
+
+- ``zc.monitor`` isn't a dependency of ``zc.zkzopeserver`` and won't
+  be in the Python path unless you install it.
+
 Defining ZEO clients
 ====================
 
@@ -314,7 +322,7 @@
 Change History
 ==============
 
-0.1.0 (2011-12-??)
+0.1.0 (2011-12-11)
 ------------------
 
 Initial release.



More information about the checkins mailing list