[Checkins] [zopefoundation/zc.resumelb] 2ab43f: set up command-line

GitHub noreply at github.com
Wed Feb 11 17:52:55 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.resumelb
  Commit: 2ab43fcef00e2eefa344b90bf7c49fd7073e1bf5
      https://github.com/zopefoundation/zc.resumelb/commit/2ab43fcef00e2eefa344b90bf7c49fd7073e1bf5
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-08 (Sun, 08 Feb 2015)

  Changed paths:
    M setup.py
    A src/zc/resumelb/nagios.py
    A src/zc/resumelb/nagios.rst
    M src/zc/resumelb/tests.py

  Log Message:
  -----------
  set up command-line


  Commit: 65e5c9947d9d0bb6f048eaeec152474bf23025a1
      https://github.com/zopefoundation/zc.resumelb/commit/65e5c9947d9d0bb6f048eaeec152474bf23025a1
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/lb.py

  Log Message:
  -----------
  Abstract status computation into base class and don't round(intify) oldest time.

age can be rounded when printed


  Commit: e0ab412113240aa7d2fa1e5750425ddfef54f376
      https://github.com/zopefoundation/zc.resumelb/commit/e0ab412113240aa7d2fa1e5750425ddfef54f376
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/zk.py

  Log Message:
  -----------
  don't intify time. Simply limit precision (for tests and practicality) when displaying worker age.


  Commit: a7e4e731528fea832f99bd660848eae17fc5c637
      https://github.com/zopefoundation/zc.resumelb/commit/a7e4e731528fea832f99bd660848eae17fc5c637
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/zk.test

  Log Message:
  -----------
  don't intify time. Simply limit precision (for tests and practicality) when displaying worker age.


  Commit: 78cc33af288d0dec25076161a05dae01e388035a
      https://github.com/zopefoundation/zc.resumelb/commit/78cc33af288d0dec25076161a05dae01e388035a
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/nagios.py
    M src/zc/resumelb/nagios.rst
    A src/zc/resumelb/nagiosfauxstatus.py

  Log Message:
  -----------
  full nagios monitor implementation and test


  Commit: 3ffb544669d3dc9ee7c946cf6902511eb29166e3
      https://github.com/zopefoundation/zc.resumelb/commit/3ffb544669d3dc9ee7c946cf6902511eb29166e3
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  Maybe a new bootrap will help travis


  Commit: fd8c4382a35788438aa75c25a98a89034581a3db
      https://github.com/zopefoundation/zc.resumelb/commit/fd8c4382a35788438aa75c25a98a89034581a3db
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  flail some more ... travis


  Commit: 2e2b068dd5b25d0a5411da572dd51dded412fbcc
      https://github.com/zopefoundation/zc.resumelb/commit/2e2b068dd5b25d0a5411da572dd51dded412fbcc
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  flail some more ... travis setuptools


  Commit: 0923531dfce117547539d00ca6191bc60a71a883
      https://github.com/zopefoundation/zc.resumelb/commit/0923531dfce117547539d00ca6191bc60a71a883
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/tests.py

  Log Message:
  -----------
  fixed a normalization for new output


  Commit: 3e1dc8c94f9febc599a8605395feacb0493fd10e
      https://github.com/zopefoundation/zc.resumelb/commit/3e1dc8c94f9febc599a8605395feacb0493fd10e
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/README.txt

  Log Message:
  -----------
  changes


  Commit: 6f8a44d24f3253b78d490b854ed5e8ef2b78e89a
      https://github.com/zopefoundation/zc.resumelb/commit/6f8a44d24f3253b78d490b854ed5e8ef2b78e89a
  Author: Fred Drake <fred at zope.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/zc/resumelb/nagios.py
    M src/zc/resumelb/nagios.rst

  Log Message:
  -----------
  minor cleanup


  Commit: 5dd58890759a70aae9918b447df0c7a7bc8ae5a5
      https://github.com/zopefoundation/zc.resumelb/commit/5dd58890759a70aae9918b447df0c7a7bc8ae5a5
  Author: Fred Drake <fred at fdrake.net>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M .travis.yml
    M bootstrap.py
    M setup.py
    M src/zc/resumelb/README.txt
    M src/zc/resumelb/lb.py
    A src/zc/resumelb/nagios.py
    A src/zc/resumelb/nagios.rst
    A src/zc/resumelb/nagiosfauxstatus.py
    M src/zc/resumelb/tests.py
    M src/zc/resumelb/zk.py
    M src/zc/resumelb/zk.test

  Log Message:
  -----------
  Merge pull request #10 from zopefoundation/nagios

Nagios monitor


Compare: https://github.com/zopefoundation/zc.resumelb/compare/2480cfd24c6d...5dd58890759a


More information about the checkins mailing list