Hi Joe,
Alert 1115 uses the averaging interval to calculate the number of alerts for each user; if the number of access failures in the current interval plus the averaging interval exceeds the threshold, you get an alert for the violations it collected so far. If subsequent violations happen, while the averaging buffer still holds more than the threshold, no new alert is issued. This was designed to prevent several alerts for one user that has a longer streak of violations occurring, and potentially printing the (older) SMF records twice. We felt that one alert indicating the excessive number was enough.
In a very busy system, you might not see an alert from the averaging functionality when the number of buffers is insufficient to hold all selected SMF records for the length of the averaging interval. When there are not enough buffers for the current interval, the collection task will overwrite (older) averaging buffers to use as current buffer. This was designed to process recent SMF records in preference over averaging functionality. When this occurs, you need to increase the number of buffers.