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

slim-poller: Don't remove lock file #120

Closed jacobbaungard closed 3 years ago

jacobbaungard commented 3 years ago

While removing the actual lock file from the file system looks better, there is no way to remove it without race conditions. This commit changes the behaviour to leave the file in place on the file system.

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