Hello Zabbix Forum,
We run a Zabbix server (zabbix-server-pgsql:latest) and frontend (zabbix-web-apache-pgsql:latest) container in Amazon ECS.
We configured some trigger actions containing a time period.
After working hours, the monitored servers are shutdown, and we don't want to get notified for problems during night time (e.g. ICMP ping fails).
The time period we use for this in the trigger action: 1-5,09:00-19:00
The problem is, we still get these ICMP ping failure notifications:

In the notification, you can see the local time is 19:03 (3 minutes after the server is shutdown), but Zabbix thinks it's 18:03 (hence the notification).
Some more details:
- the frontend container is run with the environment variable PHP_TZ = Europe/Brussels
- the GUI default timezone setting is also Europe/Brussels
- the local and server time widget seem to indicate the same time

- while on a bash terminal in the zabbix server container, UTC is shown (so same date, only different timezone)

How can I solve this issue? Do I need to use UTC times for my time period? This would mean I would need to adjust them when switching timezone (daylight saving time).
kind regards
We run a Zabbix server (zabbix-server-pgsql:latest) and frontend (zabbix-web-apache-pgsql:latest) container in Amazon ECS.
We configured some trigger actions containing a time period.
After working hours, the monitored servers are shutdown, and we don't want to get notified for problems during night time (e.g. ICMP ping fails).
The time period we use for this in the trigger action: 1-5,09:00-19:00
The problem is, we still get these ICMP ping failure notifications:
In the notification, you can see the local time is 19:03 (3 minutes after the server is shutdown), but Zabbix thinks it's 18:03 (hence the notification).
Some more details:
- the frontend container is run with the environment variable PHP_TZ = Europe/Brussels
- the GUI default timezone setting is also Europe/Brussels
- the local and server time widget seem to indicate the same time
- while on a bash terminal in the zabbix server container, UTC is shown (so same date, only different timezone)
How can I solve this issue? Do I need to use UTC times for my time period? This would mean I would need to adjust them when switching timezone (daylight saving time).
kind regards
Comment