Search found 21 matches

by brian.diedrich
Mon Jul 18, 2016 4:43 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

the VMWare 6 SDK doesn't change anything. And I already downgraded to LWP 5.837, and that didn't fix it either.
by brian.diedrich
Mon Jul 18, 2016 1:02 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

Apparently I am not alone. I am perusing this for potentially useful information. http://morgajel.net/2015/05/20/1676
by brian.diedrich
Mon Jul 18, 2016 12:04 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

I always test scripts with root access. I still regularly use sudo su - when I login to a server. As far as the wizard goes. I used the wizard initially when creating the checks for the ESXi hosts on the original Nagios XI server. I have even ran it on the new server. It finishes just fine, it is th...
by brian.diedrich
Fri Jul 15, 2016 3:53 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

I went through that link too, and even went as far as downgrading LWP to 5.837. Still no change.
by brian.diedrich
Fri Jul 15, 2016 10:40 am
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

I did indeed use the doc to install the SDK's, including the sed -i for Centos 7. Our ESXi hosts are running different versions, and when I set it up initially, the 5.5 SDK is the only version I could get to work with all of them. The hostinfo.pl does work, sort of. It just takes an exceedingly long...
by brian.diedrich
Thu Jul 14, 2016 5:07 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

I know the port is open and it works. Like I stated initially, I exported the config from my "old" working Nagios XI to a new and improved server. I expect there is some sort of version conflict somewhere. [root@IN8MGTNAGIOS001 tmp]# nmap -Pn -p T:443 IP Address Starting Nmap 6.47 ( http:/...
by brian.diedrich
Thu Jul 14, 2016 4:53 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

using FQDN, shortname alias, or IP address the results are the same.
by brian.diedrich
Thu Jul 14, 2016 4:31 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

I ran the command again with date before and after and just let it go. 3 minutes and 40 seconds to get a return. Far too long to be a useful check really.
by brian.diedrich
Thu Jul 14, 2016 2:39 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Re: Check_esx3.pl timeout - 07/14/16

You have mail in /var/spool/mail/root [root@IN8MGTNAGIOS001 host]# ./hostinfo.pl --url https://<hostname>/sdk/vimService --username <username> --password <"password"> --verbose REQUEST: $VAR1 = '<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv=&qu...
by brian.diedrich
Thu Jul 14, 2016 2:04 pm
Forum: Nagios XI
Topic: Check_esx3.pl timeout - 07/14/16
Replies: 17
Views: 1163

Check_esx3.pl timeout - 07/14/16

I just built a new Nagios XI 5.2.8 server in Azure. I exported the data from a previous server to this new one, as I created a new CentOS 7.2 image that utilizes LVM for the file systems and includes swap space as well (using a D3_v2 VM to run Nagios XI). With the advent of the Nagios XI migration, ...