Hello guys!
Hope you are fine.
Wonder to know, what about nagiosxi and vmware ESxi 5.1 monitoring?
Is it the same story?
I cant monitor my ESxi hosts 5.1 with nagiosxi.
Already used different plugins. The result is the same.
Could you please provide any solution?
xi and ESxi 5.1
-
- Posts: 32
- Joined: Thu May 19, 2011 9:47 am
xi and ESxi 5.1
You do not have the required permissions to view the files attached to this post.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: xi and ESxi 5.1
Did you follow the steps in this document?
http://library.nagios.com/library/produ ... -nagios-xi
Can you run the following from the command line and see if you get errors
/usr/local/nagios/libexec/check_esx3.pl -V|head
http://library.nagios.com/library/produ ... -nagios-xi
Can you run the following from the command line and see if you get errors
/usr/local/nagios/libexec/check_esx3.pl -V|head
-
- Posts: 32
- Joined: Thu May 19, 2011 9:47 am
Re: xi and ESxi 5.1
the previous screenshot is exactly the result from plugin described in the pdf.
Well, i will remove it, and try to do all the things from the very begining.
Well, i will remove it, and try to do all the things from the very begining.
-
- Posts: 32
- Joined: Thu May 19, 2011 9:47 am
Re: xi and ESxi 5.1
Wow. The result is different, but no luck.
/usr/local/nagios/libexec/check_esx3.pl -V
check_esx3.pl 0.2.0
ESX3 looks strange
Maybe it is just name. I have ESxi 5.1
/usr/local/nagios/libexec/check_esx3.pl -V
check_esx3.pl 0.2.0
ESX3 looks strange

You do not have the required permissions to view the files attached to this post.
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: xi and ESxi 5.1
You may try adding the following line:
to the "getguests.pl" and "check_esx3.pl" files, right after the "use File::Basename;" line, so it is going to look something like this:
Hope this helps.
Code: Select all
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
Code: Select all
...
use File::Basename;
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
...
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 32
- Joined: Thu May 19, 2011 9:47 am
Re: xi and ESxi 5.1
HA HA!!! YEAH!
Everything is OK now, thank you guys, you are the best
Everything is OK now, thank you guys, you are the best
