Unix and Linux Discussions Tagged with email |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
8,070 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
29,666 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,591 |
UNIX for Beginners Questions & Answers |
|
|
|
17 |
12,555 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,512 |
Shell Programming and Scripting |
|
|
|
3 |
3,731 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,817 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
16,872 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
9 |
7,321 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,713 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,779 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
9,020 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,575 |
Shell Programming and Scripting |
|
|
|
10 |
9,072 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
10,121 |
Shell Programming and Scripting |
|
|
|
2 |
10,212 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,876 |
Shell Programming and Scripting |
|
|
|
2 |
3,075 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,319 |
What is on Your Mind? |
|
|
|
17 |
5,880 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,217 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,410 |
Shell Programming and Scripting |
|
|
|
2 |
27,662 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
5 |
2,555 |
Shell Programming and Scripting |
|
|
|
1 |
13,007 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
13,353 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
2,537 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
1,830 |
Shell Programming and Scripting |
|
|
|
5 |
3,376 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,062 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,504 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
12,714 |
Windows & DOS: Issues & Discussions |
|
|
|
13 |
3,501 |
Shell Programming and Scripting |
|
|
|
2 |
10,038 |
Web Development |
|
|
|
0 |
3,093 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,935 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,801 |
Solaris |
|
|
|
2 |
2,589 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,382 |
AIX |
|
|
|
4 |
2,216 |
Shell Programming and Scripting |
rt-email-dashboards(8) Request Tracker Reference rt-email-dashboards(8)
NAME
rt-email-dashboards - Send email dashboards
SYNOPSIS
rt-email-dashboards [options]
DESCRIPTION
This tool will send users email based on how they have subscribed to dashboards. A dashboard is a set of saved searches, the subscription
controls how often that dashboard is sent and how it's displayed.
Each subscription has an hour, and possibly day of week or day of month. These are taken to be in the user's timezone if available, UTC
otherwise.
SETUP
You'll need to have cron run this script every hour. Here's an example crontab entry to do this.
0 * * * * /usr/bin/perl /opt/rt4/local/sbin/rt-email-dashboards
This will run the script every hour on the hour. This may need some further tweaking to be run as the correct user.
OPTIONS
This tool supports a few options. Most are for debugging.
-h
--help Display this documentation
--dryrun
Figure out which dashboards would be sent, but don't actually generate or email any of them
--time SECONDS
Instead of using the current time to figure out which dashboards should be sent, use SECONDS (usually since midnight Jan 1st, 1970,
so 1192216018 would be Oct 12 19:06:58 GMT 2007).
--epoch SECONDS
Back-compat for --time SECONDS.
--all Ignore subscription frequency when considering each dashboard (should only be used with --dryrun for testing and debugging)
perl v5.14.2 2013-05-22 rt-email-dashboards(8)