The solution is to run a SQL script against Veeam Monitor database in order to get all alarm changed:
1. Stop "Veeam Data Collector Service" service.
2. Run the following SQL script against Veeam Monitor database:
update Alarm set Frequency = 1
3. Start "Veeam Data Collector Service" service.
NOTE: Alarm Frequency value should be specified in minutes.