# vSphere define command{ command_name check_https command_line $USER1$/check_http -H $HOSTADDRESS$ -p 443 -S -C 14 } define command{ command_name check_esx3_host_runtime_status command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l runtime -s status } define command{ command_name check_esx3_host_runtime_issues command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l runtime -s issues } define command{ command_name check_esx3_host_cpu command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l cpu -s usage -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_mem command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l mem -s usage -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_mem_swap command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l mem -s swap -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_services command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l service -s DCUI,ntpd,vmware-vpxa } define command{ command_name check_esx3_host_services-old command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l service -s ntpd,sshd,vmware-vpxa,vmware-webAccess } define command{ command_name check_esx3_host_maint command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l runtime -s maintenance } define command{ command_name check_esx3_host_constat command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l runtime -s con } define command{ command_name check_esx3_host_health command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l runtime -s Health } define command{ command_name check_esx3_host_io_read command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s write -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_io_write command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s write -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_io_aborted command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s aborted -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_io_bus_resets command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s resets -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_io_kernel_latency command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s kernel -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_io_device_latency command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s device -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_io_queue_latency command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l io -s queue -w $ARG1$ -c $ARG2$ } define command{ command_name check_esx3_host_nic_status command_line $USER1$/check_esx3.pl -H $HOSTADDRESS$ -f $USER1$/vmware_authfile -l net -s nic }