[Checkins] [zopefoundation/ZEO] d50825: Added a new ``ruok`` client protocol for getting s...

GitHub noreply at github.com
Mon Jan 5 18:24:24 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: d50825364c3710e8cdef333c52a68c248cc8124a
      https://github.com/zopefoundation/ZEO/commit/d50825364c3710e8cdef333c52a68c248cc8124a
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-04 (Sun, 04 Jan 2015)

  Changed paths:
    M CHANGES.rst
    M src/ZEO/StorageServer.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    M src/ZEO/zrpc/connection.py

  Log Message:
  -----------
  Added a new ``ruok`` client protocol for getting server status on
the ZEO port without creating a full-blown client connection and
without logging in the server log.


  Commit: 14f0257db8a63f65347100fbea54bf75b2686386
      https://github.com/zopefoundation/ZEO/commit/14f0257db8a63f65347100fbea54bf75b2686386
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/ZEO/tests/zeoserver.py

  Log Message:
  -----------
  Fixed: server names and multiple servers weren't handled correctly


  Commit: 9be1c9a94c3c5326a100c6c294220c7e936a1c28
      https://github.com/zopefoundation/ZEO/commit/9be1c9a94c3c5326a100c6c294220c7e936a1c28
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M setup.py
    A src/ZEO/nagios.py
    A src/ZEO/nagios.rst
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Added a nagios monitor.


  Commit: 63ef0ac3e1dda85725bfba67b17ded7fe2d17bbc
      https://github.com/zopefoundation/ZEO/commit/63ef0ac3e1dda85725bfba67b17ded7fe2d17bbc
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/ZEO/nagios.py

  Log Message:
  -----------
  Wrap the socket in a file

So we don't have to worry about incomplete sends or recvs.


  Commit: 63135c3716b217e7a0f386e1f61d2b9bfd2a67b7
      https://github.com/zopefoundation/ZEO/commit/63135c3716b217e7a0f386e1f61d2b9bfd2a67b7
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/ZEO/nagios.py

  Log Message:
  -----------
  Python 2.6 supports Python 3 except syntax. Who knew?


  Commit: 754556b045765316fc8d07cba2a39e7977af0098
      https://github.com/zopefoundation/ZEO/commit/754556b045765316fc8d07cba2a39e7977af0098
  Author: Fred Drake <fred at fdrake.net>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/StorageServer.py
    A src/ZEO/nagios.py
    A src/ZEO/nagios.rst
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/testZEO2.py
    M src/ZEO/tests/zeoserver.py
    M src/ZEO/zrpc/connection.py

  Log Message:
  -----------
  Merge pull request #11 from zopefoundation/ruok

Get status information via the zeo port and a nagios monitor


Compare: https://github.com/zopefoundation/ZEO/compare/dd55476ff71a...754556b04576


More information about the checkins mailing list