Search found 6 matches

by coopstudent
Wed Feb 10, 2016 11:40 am
Forum: Nagios XI
Topic: Issue box293 ESXI plugin and vMA Appliance
Replies: 17
Views: 5639

Re: Issue box293 ESXI plugin and vMA Appliance

# below command did NOT prompt for credentials [root@nagiosxi ~]# su -s /bin/sh apache # below below command did produce output and prompt for credentials sh-4.2$ ssh vi-admin@10.xxx.xxx.xxx Could not create directory '/usr/share/httpd/.ssh'. The authenticity of host '10.xxx.xxx.xxx (10.xxx.xxx.xxx...
by coopstudent
Tue Feb 09, 2016 5:35 pm
Forum: Nagios XI
Topic: Issue box293 ESXI plugin and vMA Appliance
Replies: 17
Views: 5639

Re: Issue box293 ESXI plugin and vMA Appliance

In my previous reply, I tried the command as nagios user. Now I tried as root

# below command did NOT prompt for credentials
[root@nagiosxi ~]# su -s /bin/sh apache
sh-4.2$
by coopstudent
Tue Feb 09, 2016 5:22 pm
Forum: Nagios XI
Topic: Issue box293 ESXI plugin and vMA Appliance
Replies: 17
Views: 5639

Re: Issue box293 ESXI plugin and vMA Appliance

# below command did prompt for credentials [nagios@nagiosxi root]$ su -s /bin/sh apache Password: ^C #below command did NOT prompt for credentials [nagios@nagiosxi root]$ ssh vi-admin@10.xx.xxx.xxx vi-admin@vma:~> exit # below command did NOT prompt for credencials and did produced output nagios@nag...
by coopstudent
Tue Feb 09, 2016 4:28 pm
Forum: Nagios XI
Topic: Issue box293 ESXI plugin and vMA Appliance
Replies: 17
Views: 5639

Re: Issue box293 ESXI plugin and vMA Appliance

Just completed steps as required by the vMA Settings Manager component mkdir /var/www/.ssh cp /home/nagios/.ssh/known_hosts /var/www/.ssh/ cp /home/nagios/.ssh/id_dsa /var/www/.ssh/ setfacl -R -m u:apache:r-x /var/www/.ssh/ # below command did produce output [root@nagiosxi ~]# ls -al /var/www/ tota...
by coopstudent
Tue Feb 09, 2016 10:05 am
Forum: Nagios XI
Topic: Issue box293 ESXI plugin and vMA Appliance
Replies: 17
Views: 5639

Re: Issue box293 ESXI plugin and vMA Appliance

Thanks for looking into it. here are the results of all commands.. # below command did not prompt for credentials [root@nagiosxi ~]# su nagios [nagios@nagiosxi root]$ # below command did not prompt for credentials [nagios@nagiosxi root]$ ssh vi-admin@10.xxx.xxx.xxx Welcome to SUSE Linux Enterprise S...
by coopstudent
Mon Feb 08, 2016 10:06 am
Forum: Nagios XI
Topic: Issue box293 ESXI plugin and vMA Appliance
Replies: 17
Views: 5639

Issue box293 ESXI plugin and vMA Appliance

I followed the instructions from box293 on deploying and configuring a VMA appliance. I've been able to get the password-less SSH configured and and test the plugin from command line on one ESXI host. Everything works without any issues, but the issue is when I try to configure the wizard; On the Ad...