From: Banana Date: Wed, 11 Nov 2015 10:15:19 +0000 (+0100) Subject: typo X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=8eacf4c342195cfb0fdf2ccb67a42f02fe17e8ed;p=klimbim.git typo --- diff --git a/perl/WebsiteStatusCheck.pl b/perl/WebsiteStatusCheck.pl index e21c7e3..a8aac77 100644 --- a/perl/WebsiteStatusCheck.pl +++ b/perl/WebsiteStatusCheck.pl @@ -2,8 +2,7 @@ # 2012 by Johannes 'Banana' Keßler -# this file can be used as a "eraly morning check" -# only productive installations yet +# this file can be used as a "early morning check" use warnings; use strict; @@ -27,8 +26,8 @@ print "+" .('-' x 94) . "+\n"; foreach my $url(@urlsToCheck) { # ordinary response check check_url($url); - # special check which retunrs the output. - # eg if you want to check the installed version. You could query the version info and display it + # special check which retuns the output. + # eg. if you want to check the installed version. You could query the version info and display it check_url($url.'/_path/to/special/file/',"1"); } @@ -101,4 +100,4 @@ sub trim() { return $string; } -# end file \ No newline at end of file +# end file