Commit 38a6c7cf authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade nuevo tipo de alerta

Se trata de una alerta específica de NiFi que informa cuando la
actividad se para y se reanuda
parent a80d6def
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ public enum AlertType {
	// @formatter:off
	ERROR,
	WARN,
	INFO
	INFO,
	NIFI_ACTIVITY_MONITOR
	// @formatter:on
}