Commit 9af494fa authored by supermikii's avatar supermikii
Browse files

add svc avail notification to activity log

parent 39d5be7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -670,7 +670,7 @@ func serviceAvailNotificationCallback(w http.ResponseWriter, r *http.Request) {
		state = "UNACTIVE"
		state = "UNACTIVE"
	}
	}
	log.Info(notification.ServiceReferences[0].SerName + " " + msg + " (" + state + ")")
	log.Info(notification.ServiceReferences[0].SerName + " " + msg + " (" + state + ")")

	appActivityLogs = append(appActivityLogs, mep+" Event: Service Availability change, "+notification.ServiceReferences[0].SerName+" service "+msg+" [200]")
	w.WriteHeader(http.StatusOK)
	w.WriteHeader(http.StatusOK)


}
}