Search found 4 matches

by elin
Thu Jan 30, 2014 3:49 pm
Forum: Open Source Nagios Projects
Topic: check_esx3.pl fails to authenticate at ESXi host
Replies: 1
Views: 1764

check_esx3.pl fails to authenticate at ESXi host

Recently I upgraded to ESXi5.1 and all of a sudden, my check_esx3.pl fails to authenticate to my ESX hosts on the disaster-recovery site but authenticates well at the production datacenter. I thought I might be using outdated script and tried using check_esx3-0.5.pl at no avail. From the command-lin...
by elin
Wed Jul 24, 2013 8:07 am
Forum: Open Source Nagios Projects
Topic: check_sftp_avail
Replies: 4
Views: 10485

Re: check_sftp_avail

Solved my own prob.
After going through the script, it was looking for /usr/bin/basename whereas my system had /bin/basename.
Adjusting the script to the right path saved the day...:-)
by elin
Tue Jul 23, 2013 4:27 pm
Forum: Open Source Nagios Projects
Topic: check_sftp_avail
Replies: 4
Views: 10485

Re: check_sftp_avail

I did and seem to go no where. Here is the output: # yum install basename Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: mirror.linux.duke.edu * extras: mirror.steadfast.net * rpmforge: mirror.us.leaseweb.net * updates: mirrors-pa.sioru.com Setting up Inst...
by elin
Tue Jul 23, 2013 10:59 am
Forum: Open Source Nagios Projects
Topic: check_sftp_avail
Replies: 4
Views: 10485

check_sftp_avail

Just installed the script on my plugins directory and upon "testing" I get a prompt: "./check_sftp_avail: line 68: /usr/bin/basename: No such file or directory WARNING: Host key verification failed - unable to authenticate server" Not your typical shell/perl scripter and not sure...