Hi
I get the following error
CHECK_VMWARE_API.PL CRITICAL - SOAP request error - possibly a protocol issue: <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
Nagiosxi 5.612
CentOS Linux release 7.7.1908 (Core)
Vmware 6.5
Thanks in advance
d
VMWare plugin soap errors
Re: VMWare plugin soap errors
Did this work previously and has now stopped working, or is this the first time you're setting this plugin up?
Your experience looks pretty similar to this:
https://bclary.com/blog/2014/04/17/how- ... sdk-5-5-0/
You may need to downgrade libwww-perl in this case.
Get this file and put it the /tmp folder on the nagios server.
http://search.cpan.org/CPAN/authors/id/ ... 837.tar.gz
If your Nagios server has a route to the internet, you could do that thusly:
Run the following as root in the Nagios server to downgrade that module.
Let us know if that helps!
--Jeffrey
Your experience looks pretty similar to this:
https://bclary.com/blog/2014/04/17/how- ... sdk-5-5-0/
You may need to downgrade libwww-perl in this case.
Get this file and put it the /tmp folder on the nagios server.
http://search.cpan.org/CPAN/authors/id/ ... 837.tar.gz
If your Nagios server has a route to the internet, you could do that thusly:
Code: Select all
# cd /tmp
# wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-5.837.tar.gz
Run the following as root in the Nagios server to downgrade that module.
Code: Select all
# cd /tmp
# tar xvfz libwww-perl-5.837.tar.gz
# cd libwww-perl-5.837
# perl Makefile.PL -l
# make
# make install
--Jeffrey
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: VMWare plugin soap errors
I am setting the plugin for the first time. Shall I still need to downgrade the libperl?
Thanks
d
Thanks
d
Re: VMWare plugin soap errors
Yes thanks that procedure did the trick ! Thanks for your help !
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: VMWare plugin soap errors
Great!cairnsd wrote:Yes thanks that procedure did the trick ! Thanks for your help !
Locking thread