From 5dc028eedac00d8b336da57fc452f704d41926ff Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Wed, 18 Sep 2019 13:17:43 -0400 Subject: [PATCH] Restart XI after sync --- failover/restore_xi.sh | 4 ++++ 1 file changed, 4 insertions(+) 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