[acassen/keepalived] b0c5e6: Use read_timer() when parsing config where appropr...

Quentin Armitage <[email protected]> Thu, 14 Feb 2019 07:35:52 -0800
Newsgroups gmane.linux.keepalived.devel
Message-ID <acassen/keepalived/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/acassen/keepalived
  Commit: b0c5e62a1be6c6027c2d7271fe9d48383a7bce97
      https://github.com/acassen/keepalived/commit/b0c5e62a1be6c6027c2d7271fe9d48383a7bce97
  Author: Quentin Armitage <[email protected]>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M keepalived/check/check_api.c

  Log Message:
  -----------
  Use read_timer() when parsing config where appropriate

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 44c6ea3aaeac5467985a137868afc88230276fbe
      https://github.com/acassen/keepalived/commit/44c6ea3aaeac5467985a137868afc88230276fbe
  Author: Quentin Armitage <[email protected]>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M doc/KEEPALIVED-MIB.txt
    M doc/man/man5/keepalived.conf.5
    M keepalived/check/check_api.c
    M keepalived/check/check_data.c
    M keepalived/check/check_snmp.c
    M lib/parser.c

  Log Message:
  -----------
  Allow fractional warmup, delay_loop and delay_before_retry for checkers

To shorten the real server monitoring interval, make it possible to specify
decimal value for following items:
  warmup
  delay_loop
  delay_before_retry

This patch is based on a patch submitted by [email protected]. The
only changes are to add warmup, ensure all places where these options can be
specified are updated, and to report the setting with SNMP and in the config
dump (connect_timeout will be handled in a subsequent patch).

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: ebd37125c4fbe8d0793a85eeab82de145aec28cd
      https://github.com/acassen/keepalived/commit/ebd37125c4fbe8d0793a85eeab82de145aec28cd
  Author: Quentin Armitage <[email protected]>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M doc/KEEPALIVED-MIB.txt
    M doc/man/man5/keepalived.conf.5
    M keepalived/check/check_api.c
    M keepalived/check/check_data.c
    M keepalived/check/check_parser.c
    M keepalived/check/check_snmp.c
    M keepalived/include/check_data.h

  Log Message:
  -----------
  Update connect_timeout configuration options

Based on the patch submitted by [email protected] this patch
allows setting the connect_timeout to a resolution of micro-seconds.

The patch also adds the ability to set a default value at the virtual
server and real server levels.

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: eeb699c79412237733640516326418a20ade131d
      https://github.com/acassen/keepalived/commit/eeb699c79412237733640516326418a20ade131d
  Author: Quentin Armitage <[email protected]>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M doc/KEEPALIVED-MIB.txt
    M doc/man/man5/keepalived.conf.5
    M keepalived/check/check_api.c
    M keepalived/check/check_data.c
    M keepalived/check/check_parser.c
    M keepalived/check/check_snmp.c
    M keepalived/include/check_data.h
    M lib/parser.c

  Log Message:
  -----------
  Merge pull request #1127 from pqarmitage/updates

Make it possible to specify decimal value for warmup, delay_loop, connect_timeout, delay_before_retry.


Compare: https://github.com/acassen/keepalived/compare/47d06fb675fb...eeb699c79412