Skip to content

Releases: indeedops/superlance

1.0.6

08 Jun 14:41

Choose a tag to compare

1.0.6 (2016-06-10)

  • New feature Httpok allowing to specify a grace period before starting to
    act on programs which are failing their healthchecks. Grace period is counted
    since the last time program was started.

1.0.5 (2016-05-17)

  • Httpok now can react on restart strings. Restart strings are opposite to -b
    option and can be specified several times.

1.0.4

22 Apr 13:19

Choose a tag to compare

  • Fixed a bug which was throwing string interpolation exceptions on Python
    versions prior to 2.7.
  • Updated unit tests.
  • Fixed an exception checking unit test which passing too many arguments to subprocess.CalledProcessError
    which wasn't working on Python versions prior to 2.7

1.0.3

01 Apr 17:39

Choose a tag to compare

Added external script option to httpok and oome_monitor