Configuring when summary emails are sent

Is it possible to configure what time of day Foreman/Katello sends its summary emails? I'd love to get my audit / puppet run summaries at a specific time each day, but as far as I can tell only the interval between them is configurable. If not, perhaps there is a way of generating the reports manually which I can schedule a cronjob to run? My apologies if this has been asked already, I was unable to find anything about it. I am running Foreman 1.14.3 & Katello 3.3.2.

- Cameron
Hi,
as far as I know, only the interval between emails is configurable. There is a rake task [1] which might allow you to script it to some extent, but it will generate mails only for notifications with options daily, weekly or monthly.
General usage is:

foreman-rake reports:daily

which will send you mails where you have chosen the daily interval.

Hope this helps,
O.

[1]


··· On Tue, Nov 28, 2017 at 11:01 PM, Cameron Berkley <berkleycameron@gmail.com> wrote:

Is it possible to configure what time of day Foreman/Katello sends its
summary emails? I'd love to get my audit / puppet run summaries at a
specific time each day, but as far as I can tell only the interval between
them is configurable. If not, perhaps there is a way of generating the
reports manually which I can schedule a cronjob to run? My apologies if
this has been asked already, I was unable to find anything about it. I am
running Foreman 1.14.3 & Katello 3.3.2.

- Cameron

--
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

1 Like
I appreciate your help Ondrej! The rake task you suggested works just fine for my simple needs.

-Cameron