Issues with Check_NWC_Health

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mcolema5
Posts: 3
Joined: Mon Oct 23, 2017 1:54 pm

Issues with Check_NWC_Health

Post 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
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Issues with Check_NWC_Health

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mcolema5
Posts: 3
Joined: Mon Oct 23, 2017 1:54 pm

Re: Issues with Check_NWC_Health

Post by mcolema5 »

Thanks! That worked!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Issues with Check_NWC_Health

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked