diff --git a/failover/restore_xi.sh b/failover/restore_xi.sh index 1d025d2..de3be8a 100755 --- a/failover/restore_xi.sh +++ b/failover/restore_xi.sh @@ -228,4 +228,8 @@ echo "===============" echo "RESTORE COMPLETE" echo "===============" +echo "Restarting Nagios XI" +cd /usr/local/nagiosxi/scripts +./resconfigure_nagios + exit 0