Page 1 of 1

Issues with Check_NWC_Health

Posted: Mon Oct 23, 2017 4:16 pm
by mcolema5
When trying to run check_nwc_health after compiling it, it is giving me an error message stating "Unable to load module/load.pm". Can anyone help me with this error?

Thanks

Re: Issues with Check_NWC_Health

Posted: Tue Oct 24, 2017 8:37 am
by tgriep
That plugin needs the load.pm module installed to function and to install it, run the following as root.

Code: Select all

yum install perl-Module-Load -y
If there are any other missing modules, you will have to install them as well.

Re: Issues with Check_NWC_Health

Posted: Tue Oct 24, 2017 4:03 pm
by mcolema5
Thanks! That worked!

Re: Issues with Check_NWC_Health

Posted: Tue Oct 24, 2017 4:39 pm
by tgriep
Your welcome. I'll close and lock the post as solved. If you have any future questions / issues, feel free to open a new post.