Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

phillipmoore

Reviews(1)
byphillipmoore, June 16, 2015
1 of 1 people found this review helpful
Great plugin, works as expected.
Just an FYI, media wiki has updated their download page to use SSL, so the code needs to be updated and another dependency added.

This part needs to be updated to use HTTPS instead of HTTP:

# url download mediawiki software
my $mw_dl_url = "https://www.mediawiki.org/wiki/Download";

also I am using Ubuntu and needed to install a dependency in order to get the new https site to load.

"apt-get install libcrypt-ssleay-perl" should do it.