Search found 2 matches

by martaf
Thu Dec 19, 2013 9:42 am
Forum: Open Source Nagios Projects
Topic: nagios check_esx
Replies: 3
Views: 2143

Re: nagios check_esx

service definition: define service { use service hostgroup_name ESXi Hypervisors service_description VMware Runtime Issues check_command check_esx_host_runtime_issues use generic-service } command definition: define command{ command_name check_esx_host_runtime_issues command_line /usr/bin/perl $USER...
by martaf
Wed Dec 18, 2013 11:46 am
Forum: Open Source Nagios Projects
Topic: nagios check_esx
Replies: 3
Views: 2143

nagios check_esx

Hi, I have a problem with "VMware Runtime Issues" in check_esx. Nagios shows that: CHECK_ESX CRITICAL - Can't call method "name" on an undefined value at /usr/local/nagios/libexec/check_esx line 1292. So I checked this line and there is a piece of code: elsif (uc($subcommand) eq ...