ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Auto_delete: Use last_action instead of last_recv #99

Closed jacobbaungard closed 3 years ago

jacobbaungard commented 3 years ago

During node_disconnect last_recv of a node is reset. This has caused an issue where healthy nodes were deleted pre-maturely (for example if the auto_delete function ran during a config save on the remote node).

With this commit we:

This fixes: MON-12562

Signed-off-by: Jacob Hansen jhansen@op5.com