From: Nigel Metheringham Date: Wed, 23 Jun 2010 09:12:07 +0000 (+0100) Subject: probe is verbose by default - stopped that X-Git-Url: https://git.exim.org/mirror-monitor.git/commitdiff_plain/de6d397cc9de05bc15b25f0133be99a7bf4075a1 probe is verbose by default - stopped that I am getting lots of useless email (one per hour) from probe which defaults to be noisy. This should stop it... --- diff --git a/mirmon/mirmon_ftp.conf b/mirmon/mirmon_ftp.conf index 1044e7c..5e41e70 100644 --- a/mirmon/mirmon_ftp.conf +++ b/mirmon/mirmon_ftp.conf @@ -4,7 +4,7 @@ project_url http://www.exim.org/ mirror_list exim_mirrors_ftp.lst web_page /home/services/web/mirmon/ftp_mirrors.html icons /mirmon-icons/ -probe /home/services/mirmon/mirmon/probe -t %TIMEOUT% %URL%/_mirror_fresheness_marker.txt +probe /home/services/mirmon/mirmon/probe -q -t %TIMEOUT% %URL%/_mirror_fresheness_marker.txt state state/exim_ftp.txt countries countries.list put_histo bottom diff --git a/mirmon/mirmon_www.conf b/mirmon/mirmon_www.conf index 5f3ea35..60ee321 100644 --- a/mirmon/mirmon_www.conf +++ b/mirmon/mirmon_www.conf @@ -4,7 +4,7 @@ project_url http://www.exim.org/ mirror_list exim_mirrors_www.lst web_page /home/services/web/mirmon/www_mirrors.html icons /mirmon-icons/ -probe /home/services/mirmon/mirmon/probe -t %TIMEOUT% %URL%/_mirror_fresheness_marker.txt +probe /home/services/mirmon/mirmon/probe -q -t %TIMEOUT% %URL%/_mirror_fresheness_marker.txt state state/exim_www.txt countries countries.list put_histo bottom