Search found 23 matches
- Fri Mar 04, 2022 10:32 am
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
Thank you for the response. I received the below response from a nagios support ticket which seems to work, but we are still receiving the snmp error. Try this, edit the /usr/lib/mrtg2/SNMP_Session.pm file and change line 149 and 604 to Socket6->import(qw(inet_pton getaddrinfo inet_ntop)); $ perl -e...
- Wed Mar 02, 2022 1:49 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
I found this link https://support.nagios.com/kb/print-526.html Do we change the lines in Red? They don't exactly match the above referenced doc. If so, what do we change them too? [root@nagios_test ~]# cat /usr/lib64/mrtg2/SNMP_Session.pm | grep pack_sockaddr_in6 Socket6->import(qw(pack_sockaddr_in6...
- Wed Mar 02, 2022 12:43 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
[root cron.d]# find /usr/local/share/perl5 -type d -exec chmod 0755 {} \; [root cron.d]# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lib/mrtg/mrtg.lock --confcache-file /var/lib/mrtg/mrtg.ok --user=nagios --group=nagios Subroutine SNMP_Session::pack_sockaddr_in6 redefined at /u...
- Wed Mar 02, 2022 12:37 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
Now I am getting the below error LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lib/mrtg/mrtg.lock --confcache-file /var/lib/mrtg/mrtg.ok --user=nagios --grou... Subroutine SNMP_Session::pack_sockaddr_in6 redefined at /usr/share/perl5/vendor_perl/Exporter.pm line 66. at /usr/bin/....
- Wed Feb 09, 2022 9:31 am
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
It is not there before the install either, but /usr/local/nagios/libexec/check_wmi_plus.pl is working fine before I run the below commands from the install document. ###yum install -y libxml2-devel libxml2 libuuid-devel perl-XML-LibXML perl-Env; echo $? ###yum remove perl-Crypt-SSLeay -y; echo $? ##...
- Wed Feb 09, 2022 9:26 am
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
I apologize, its attached.
- Mon Feb 07, 2022 7:17 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
- Tue Feb 01, 2022 3:31 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
# su - nagios -c 'perl -MDevel::StackTrace -e exit' Can't locate Devel/StackTrace.pm: /usr/local/share/perl5/Devel/StackTrace.pm: Permission denied. BEGIN failed--compilation aborted. # su - nagios -c 'strace -etrace=file perl -MDevel::StackTrace -e exit' execve("/usr/bin/perl", ["pe...
- Tue Jan 25, 2022 4:20 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
Re: VMWARE SDK install broke WMI perl plugin
Diagnostic steps from previous topic: # bash -x /tmp/diagnose.bash + getenforce Disabled + find /usr/ -type f -name StackTrace.pm + read -r fn ++ dirname /usr/share/perl5/vendor_perl/Devel/StackTrace.pm + ls -lad /usr/share/perl5/vendor_perl/Devel drwxr-xr-x. 3 root root 45 Jan 25 16:07 /usr/share/p...
- Tue Jan 25, 2022 4:17 pm
- Forum: Nagios XI
- Topic: VMWARE SDK install broke WMI perl plugin
- Replies: 15
- Views: 9828
VMWARE SDK install broke WMI perl plugin
Continued from https://support.nagios.com/forum/viewtopic.php?f=16&t=62856 Following the Nagios installation document: # bash -x ./install_vmplugin.bash + yum install -y libxml2-devel libxml2 libuuid-devel perl-XML-LibXML perl-Env Updating Subscription Management repositories. 8 prod 27 kB/s | 2...