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

Add support for Naemon 1.2.4 #104

Closed jacobbaungard closed 3 years ago

jacobbaungard commented 3 years ago

Naemon 1.2.4 changed the function calls to destroy service and servicegroup objects. This commit changes Merlin oconfsplit code to use the updated function prototype.

This fixes: MON-12649

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

jacobbaungard commented 3 years ago

Thanks, fixed that!