You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The env variable DEFGUARD_GATEWAY_DISCONNECTION_NOTIFICATION_TIMEOUT is not respected by the core.
No matter what value is put, notification is always send even for a simple gateway restart.
To Reproduce
Steps to reproduce the behavior:
Add gateway
Put DEFGUARD_GATEWAY_DISCONNECTION_NOTIFICATION_TIMEOUT=1h for an example in /etc/defguard.core.conf file.
Configure SMTP
Restart the gateway (which takes <1 minute).
You'll get an email immediately.
Expected behavior
Defguard should sent notification only if the gateway is disconnected for the specific time.
Version information
Defguard Core version: v1.1.0
Defguard Gateway version: v1.1.0
Operating system and version running the gateway: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Describe the bug
The env variable
DEFGUARD_GATEWAY_DISCONNECTION_NOTIFICATION_TIMEOUT
is not respected by the core.No matter what value is put, notification is always send even for a simple gateway restart.
To Reproduce
Steps to reproduce the behavior:
DEFGUARD_GATEWAY_DISCONNECTION_NOTIFICATION_TIMEOUT=1h
for an example in /etc/defguard.core.conf file.Expected behavior
Defguard should sent notification only if the gateway is disconnected for the specific time.
Version information
The text was updated successfully, but these errors were encountered: