lookup l {
	entry a=* {
		v = n
	}
}
 
alert a {
	critNotification = lookup("l", "v")
}
