Cherlu

updated

6 years ago

C

Cherlu

1 Rookie

11 Posts

0

1207

November 10th, 2020 09:00

MAILTO for Crontab at Isilon OneFS

Hi,

I need help on this one.

I would like to use the CRON  to send email to me daily about the quota status but it doesn't work.

I updated the Cron at /etc/mcp/override/crontab.smbtime.

#

#

MAILTO:my@email.com

0  8  * * * root /usr/bin/isi quota list --type=directory --exceeded 

#

#

I even tried to output the quota to a log file then but it still does not working.

#

#

MAILTO:my@email.com

0  8  * * * root /usr/bin/isi quota list --type=directory --exceeded> /ifs/data/script/quota.log

Note: without the MAILTO, the quota cli works fine.

 

Thanks,

 

Best regards