I'm a bit confused right now, I just got this false alarm

I did a full clean Zabbix 4.2.1 setup, (deleted every single preexisting configuration to start from 0)
I had an item set up to monitor incoming and outgoing traffic on my servers and despite it working as intended for A WHOLE MONTH, suddenly I get a peak, smaller than several others, that triggers an alert, here's the graph highlighting what triggered the alert (18 Sept, at 9am), notice that after the event it didn't trigger the rest of the day or on days 19 to 24 (september)

When this alert was triggered, my trigger function was set up as
However, I'm a bit worried this might happen again, meaning I did not understand o setup the item/trigger wrong, so I post this here in the hope something can explain why did this happen?
Here are both my item, and function used for this alert


I could really use some feedback about why or how did this happen, im just confused
Right now I increased the values to:
Hoping it averages 24 values in a time period of 2 minutes and if its above 25Mbps TRIGGER the alert, but im not sure about the inner workings of the AVG function anymore

I did a full clean Zabbix 4.2.1 setup, (deleted every single preexisting configuration to start from 0)
I had an item set up to monitor incoming and outgoing traffic on my servers and despite it working as intended for A WHOLE MONTH, suddenly I get a peak, smaller than several others, that triggers an alert, here's the graph highlighting what triggered the alert (18 Sept, at 9am), notice that after the event it didn't trigger the rest of the day or on days 19 to 24 (september)

When this alert was triggered, my trigger function was set up as
Code:
{Basic Monitoring:net.if.in[eth0,bytes].avg(60)}>20M
Here are both my item, and function used for this alert


I could really use some feedback about why or how did this happen, im just confused
Right now I increased the values to:
Code:
{Basic Monitoring:net.if.in[eth0,bytes].avg(120)}>25M
Comment