Build precise queries to find exactly what you need
Press ESC to close
Besides changing the protocol form http to https in the following part of the script:
my $mw_dl_url = “https://www.mediawiki.org/wiki/Download”;
There must be added an elsif to handle the change from tar.gz to zip in the format available for download, like this:
if ( $latest_url =~ m/.*mediawiki-(.*).tar.gz/ ) { $mw_latest_version = $1; } elsif ( $latest_url =~ m/.*mediawiki-(.*).zip/ ) { $mw_latest_version = $1; }
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!