No "notify_master / notify_backup / notify_fault
Hi
Couldn't find this option in your package. This is quite useful !
Thanks
Could you give me a small example config of each of those parameters? I've never used them and I'd like to get them implemented the right way.
I need this too. It's very useful to do some custom actions if the master node becomes unavailable Then we may need something like: https://tobrunet.ch/2013/07/keepalived-check-and-notify-scripts/
You have added the first part of the post, a check script, and can be defined as:
keepalived::vrrp::script { 'check_nginx':
script => '/usr/bin/killall -0 nginx',
}
But the notify scripts are not implemented. isn't it?
Hi @evgenyidf and @marcgascon . The module migrated to Vox Pupuli. If it is accurate with the current code, can you propose a PR to fix this ?
Those are available within an vrrp instance, see https://github.com/voxpupuli/puppet-keepalived/blob/5ab0d6389c68d5e65b016da97a5ce41cd4a9d3ce/manifests/vrrp/instance.pp#L100
I think this issue can be closed.