Add notify parameter for NRPE check
parent
2889720902
commit
3e11b1d31f
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
echo $1 $2 is in $3 state > /var/run/keepalive.state
|
|
@ -26,4 +26,5 @@ vrrp_instance vrrp {
|
|||
track_script {
|
||||
chk_sshd
|
||||
}
|
||||
notify /etc/keepalived/notify.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue