Open abhishek-rajput-44 opened 2 years ago
Hi,
Are you expecting to receive an alert for a domain that will expire on each crontask execution ? There is a mechanism in GLPI that prevent sending multiple alerts for a same domain, so once the alert is sent, future crontask execution will ignore this domain, unless expiration date is updated.
Hi,
Yes, I have GLPI 9.2.2 version is also installed. I have used domain alerts by plugins in this. It is working like i am expecting in this version i.e. i have set 30 days prior to domain expiration and 15 days after the domain expiration. My cron runs everyday in the morning by 10 am and email get queued for the respective domain in the given range of days for the expiration. It means i get the email everyday for 30 days until i change its expiration date.
I need the same functionality in GLPI 10.0.3 version also.
This change was made in #11068, I used the same logic as what was done for certificates, but without replicating the reminder feature introduced for certificates in #10932.
I guess it would be logical to implement this reminder feature for domains.
Hi cedric,
Thanks for the quick reply. When can i get this requested functionality implemented for domain alerts?
I cannot give a schedule for this.
As a workaround, you comment these lines: https://github.com/glpi-project/glpi/blob/9a7113c0f04f1d49dbd6e1d60d33145dc0b1b149/src/Domain.php#L665-L679
Thanks for the update.
Hello There will be some news on this topic, we currently have using a GLPI 10.0.6
Code of Conduct
Is there an existing issue for this?
Version
10.0.3
Bug description
I have installed latest glpi 10.0.3.
A domain (example.com) expiring prior to 30 days is found by DomainsAlert crontask only one time and an email is get queued in notification queue. after that even if i manually execute DomainsAlert automatic action, email is not queuing in the notification queue menu under Administration.
Root Entity is configured with notifications 30 days before expiration.
I want whenever cron will run or execute it manually, the respective email should be queued for domain alert action every time for each call .
Relevant log output
No response
Page URL
https://www.example.com/front/crontask.form.php?id=49
Steps To reproduce
No response
Your GLPI setup information
Information about system installation and configuration
Server
GLPI constants
Libraries
SQL replicas
Notifications
Plugins list
Anything else?
No response