From 1e731f3fd2f93f8cc9c53910dd8739748e07d290 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Fri, 21 Jun 2024 21:51:57 +1000 Subject: [PATCH] chore(deps): updated readme --- README.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/README.md b/README.md index 557e9a4..b1faa5e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ To send emails the sendEmail package is required apt-get install sendemail - Change the following lines in scripts that send emails MAILFROM is set to determine the server name and domain name for the server and generate and email for it to determine where the email is coming from. This can be changed to specify an email address or you can leave it to generate one. @@ -35,14 +34,6 @@ This script checks for updates on your Debian based systems. If any updates are
ln -s $(pwd)/check_updates_deb /etc/cron.daily
 
-#### check_updates_rpm - -This script checks for updates on your RPM based systems. If any updates are found it will download them ready for Installation and an email will be sent to an email address specified - -Installation -
ln -s $(pwd)/check_updates_rpm /etc/cron.daily
-
- #### dbbackup This scripts backs up mysql databases and rotates the number of backups through seven days. @@ -64,31 +55,4 @@ Sends and email when disk space reaches greater than 90%. Installation
ln -s ${pwd}/diskalert.sh /etc/cron.hourly
-
- -#### nasbackup.sh - -This script does an rsync from one folder location to another - -Installation -
-ln -s ${PWD}/nasbackup /etc/cron.daily
-
- -#### mailQWatch - -Script checks mailq size on a postfix system and sends an email when queue size is greater than threshold. - -Update variables in scripts to suit your needs. - -
QUEUELIMIT=75
-SUBJECT="Mail Queue on $HOST is currently $QUEUECOUNT"
-MAILTO="user@example.com"
-
- -Installation - -As root, sudo will not work. - -
echo "*/5 * * * * ${PWD}/mailQWatch.sh" >> /etc/crontab
-
+ \ No newline at end of file