check_snmp_storage_wizard.pl ver 1.4.8

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
swethog
Posts: 28
Joined: Wed Sep 18, 2013 7:41 pm

check_snmp_storage_wizard.pl ver 1.4.8

Post by swethog »

Topic is locked, but after upgrading to XI 5.3.2 (which must have installed 1.4.8 of the Linux SNMP wizards) with Support on the phone today I ran into this exact same issue again and as before restoring old versions of the two wizard files fixed it.

https://support.nagios.com/forum/viewto ... 16&t=40246

Just an FYI to someone, I also let the support rep I talked to today know about it.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: check_snmp_storage_wizard.pl ver 1.4.8

Post by tgriep »

That error could also be caused by a missing / old perl module called version which is used in that plugin to check the version of the NET::SNMP that is installed on the system.
Try running the following to reinstall the version module to see if that works for you.

Code: Select all

yum reinstall perl-version
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked