Sure, make a cron that sends you a daily summary, and put it in /etc/cron.d/(name)
I cheated and made a script that was called so I could easily change things and not have to worry about cron itself.. Call a file with no args: 0 4 * * * root /path to script In the file have: #! /bin/bash /PATH/smokeping/bin/tSmoke --q --to=(email addresses) --weekly --detail=0 This will send an email at 04:00 server time. Chris Hubbard [EMAIL PROTECTED] Tier II Support Monkey 425-241-3932 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lai Chen Kang Sent: Friday, January 11, 2008 2:06 AM To: [email protected] Subject: [smokeping-users] Daily reports Hi all Is it possible to get smokeping to send a daily report so that I know that it is working? Lai _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
