bbuchalter / check_http_redirect

Nagios script to check http redirects
9 stars 8 forks source link

Does not stick to nagios guidelines #1

Open kabalin opened 11 years ago

kabalin commented 11 years ago

Hi, great plugin enhancement, but your version does not follow http://nagiosplug.sourceforge.net/developer-guidelines.html#PERLPLUGIN

At least two things I spotted: perl should be called with -w -c parameter is reserved for 'critical' and should not be used for anything else (section 6.1)

Thanks for your work!

kabalin commented 11 years ago

Ah, regarding perl -w I noticed that you 'use warnings' instead, ignore the first line then.