disable email from automysqlbackup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
CAUARqq6815IeV9X
Posts: 6
Joined: Fri Jan 03, 2025 10:21 am

disable email from automysqlbackup

Post by CAUARqq6815IeV9X »

Where can I disable the emails from automysqlbackup process which are going to [email protected]? I don't want to receive any emails if no action is required, and also don't want anything going to root.
User avatar
kfanselow
Posts: 252
Joined: Tue Aug 31, 2021 3:25 pm

Re: disable email from automysqlbackup

Post by kfanselow »

Hello,

So automysqlbackup is a shell script that resides in root's home directory ( usually /root/scripts/automysqlbackup ) and is run via cron. You can edit the script directly and change the email address ( around line 58 ) or you can comment out the lines with the mail commands ( including one using mutt ) to stop messages completely.

Hope this is useful !!!
Post Reply