I am doing ESXi monitoring for VMA Host. I have done the configuration and it looks correct from XI server
Code: Select all
[root@XI ~]# ssh [email protected]
The authenticity of host '10.25.xx.xx (10.25.xx.xx)' can't be established.
RSA key fingerprint is d7:f1:97:de:b1:a5:60:8c:7f:02:cf:d4:b5:d0:dd:67.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.25.xx.xx'(RSA) to the list of known hosts.
Welcome to vSphere Management Assistant
[email protected]'s password:
Last failed login: Fri Dec 11 22:37:34 UTC 2015 from 10.105.xx.xx on ssh:notty
There was 1 failed login attempt since the last successful login.
Last login: Fri Dec 11 22:40:18 2015 from 10.161.4.180
vi-admin@NagiosvMA:~> uname -a
Linux NagiosvMA 3.0.101-0.40-default #1 SMP Thu Sep 18 13:09:38 UTC 2014 (44b8c9 5) x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
vi-admin@NagiosvMA:~> ~/box293_check_vmware.pl --server 10.25.xx.xx --check vCenter_Name_Version
OK: VMware vCenter Server 5.1.0 build-1882349
[nagios@XI ~]$ /usr/local/nagios/libexec/check_by_ssh -E 1 -l vi-admin -H 10.25.xx.xx -C "~/box293_check_vmware.pl --server 10.25.xx.xx --check vCenter_Name_Version"
OK: VMware vCenter Server 5.1.0 build-1882349
The vMA host 10.25.25.183 is NOT in the known_hosts file.
Please refer to the box293_check_vmware manual on how to configure this Nagios host to communicate with the vMA host.
Kindly help me on it. Thanks