[acassen/keepalived] 020a9a: Fixes missing notify script exec on sync group ins...

pqarmitage <[email protected]> Wed, 10 Jan 2018 05:13:17 -0800
Newsgroups gmane.linux.keepalived.devel
Message-ID <5a56116da09d5_2d332ad04fdddc142837c@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
  Branch: refs/heads/beta
  Home:   https://github.com/acassen/keepalived
  Commit: 020a9ab91fb158769d0d2e85fc6563178fab4e0c
      https://github.com/acassen/keepalived/commit/020a9ab91fb158769d0d2e85fc6563178fab4e0c
  Author: wisd0me <[email protected]>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M keepalived/vrrp/vrrp_sync.c

  Log Message:
  -----------
  Fixes missing notify script exec on sync group instances transition backup -> fault


  Commit: f40af782bca4a658d96458bfdbe780abcd63abe0
      https://github.com/acassen/keepalived/commit/f40af782bca4a658d96458bfdbe780abcd63abe0
  Author: pqarmitage <[email protected]>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M keepalived/core/global_data.c
    M keepalived/core/global_parser.c
    M keepalived/core/smtp.c
    M lib/notify.h

  Log Message:
  -----------
  Merge pull request #743 from pqarmitage/fixes

Add instance/config_id to smtp alerts, and a couple of minor fixes


  Commit: 9a2b5006e2c64cc0d25c5918fee152f499d6315b
      https://github.com/acassen/keepalived/commit/9a2b5006e2c64cc0d25c5918fee152f499d6315b
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M keepalived/vrrp/vrrp_scheduler.c

  Log Message:
  -----------
  Remove duplicate fault notification

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


  Commit: d381daa42182007c96147d51ee57e43c3b4daf5c
      https://github.com/acassen/keepalived/commit/d381daa42182007c96147d51ee57e43c3b4daf5c
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M lib/notify.c

  Log Message:
  -----------
  Fix problem with scripts found via PATH with a '/' in parameters

Recent discussions on issue #101 led to discovering that if an
executable without a fully qualified name was specified as a script
and there was a '/' character in the parameters, then the path
resolution would not work.

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


  Commit: b69507ced95cd4789eee08efcd7919b8ed102ed1
      https://github.com/acassen/keepalived/commit/b69507ced95cd4789eee08efcd7919b8ed102ed1
  Author: pqarmitage <[email protected]>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M keepalived/vrrp/vrrp_scheduler.c
    M lib/notify.c

  Log Message:
  -----------
  Merge pull request #745 from pqarmitage/fixes

Fix path resolution of scripts when a parameter contains a '/' character


  Commit: 4a2c616fb0d6b075471813c79894f27c7877c16b
      https://github.com/acassen/keepalived/commit/4a2c616fb0d6b075471813c79894f27c7877c16b
  Author: pqarmitage <[email protected]>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M keepalived/vrrp/vrrp_sync.c

  Log Message:
  -----------
  Merge pull request #647 from wisd0me/master

Fixes missing notify script exec on sync group instances transition b…


  Commit: 65b76bb5a322b4d5ceb5a55eb2014dadd744e482
      https://github.com/acassen/keepalived/commit/65b76bb5a322b4d5ceb5a55eb2014dadd744e482
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M keepalived/vrrp/vrrp_sync.c

  Log Message:
  -----------
  Send SNMP traps when go from backup to fault due to sync group

Commit 020a9ab added executing notify_fault for vrrp instances
transitioning from backup to fault state due to another instance
in the sync group going to fault state. This commit adds sending
SNMP traps in the same circumstance.

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


  Commit: 048f2785c15d8ec12c3a57baf824c1d9fb8bb003
      https://github.com/acassen/keepalived/commit/048f2785c15d8ec12c3a57baf824c1d9fb8bb003
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M keepalived/core/smtp.c

  Log Message:
  -----------
  Revert "Add instance_name/config_id to alert emails' subjects if configured"

This should be handled by setting router_id

This reverts commit c6f0980ad1c4e03d3d5666ecec2bc4ec93e2a669.


  Commit: 9e43f0a8c39f6992850871de7638c0e4f62016b5
      https://github.com/acassen/keepalived/commit/9e43f0a8c39f6992850871de7638c0e4f62016b5
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M configure
    M configure.ac
    M keepalived/core/smtp.c
    M lib/config.h.in

  Log Message:
  -----------
  Add config option to send smtp-alerts to file rather than send emails

This is useful for debugging purposes.

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


  Commit: 527ceab325d0f74267f6c6a7d549c59abc6ac41f
      https://github.com/acassen/keepalived/commit/527ceab325d0f74267f6c6a7d549c59abc6ac41f
  Author: pqarmitage <[email protected]>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M configure
    M configure.ac
    M keepalived/core/smtp.c
    M keepalived/vrrp/vrrp_sync.c
    M lib/config.h.in

  Log Message:
  -----------
  Merge pull request #746 from pqarmitage/fixes

Add sending SNMP alerts for backup to fault transition due to sync group


  Commit: de984cbf3445209f3e51b55e0aab0c9470c813a5
      https://github.com/acassen/keepalived/commit/de984cbf3445209f3e51b55e0aab0c9470c813a5
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M configure
    M configure.ac
    M keepalived/core/smtp.c
    M lib/config.h.in

  Log Message:
  -----------
  Merge branch 'fixes' into beta


  Commit: 0a82c30f46af3793de0f673d3eaa4dc8c4693cee
      https://github.com/acassen/keepalived/commit/0a82c30f46af3793de0f673d3eaa4dc8c4693cee
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M configure
    M configure.ac
    M keepalived/vrrp/vrrp_notify.c
    M lib/config.h.in

  Log Message:
  -----------
  Fix sending SNMP keepalived VRRP traps

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


  Commit: 2498d86b7062169eae772d24d791ed108f9f487f
      https://github.com/acassen/keepalived/commit/2498d86b7062169eae772d24d791ed108f9f487f
  Author: pqarmitage <[email protected]>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M configure
    M configure.ac
    M keepalived/core/smtp.c
    M keepalived/vrrp/vrrp_notify.c
    M lib/config.h.in

  Log Message:
  -----------
  Merge pull request #749 from pqarmitage/beta

Fix sending keepalived SNMP VRRP traps


Compare: https://github.com/acassen/keepalived/compare/c1fd3b74cfc5...2498d86b7062

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Keepalived-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/keepalived-devel