Search found 2 matches

by asharma1
Wed Nov 14, 2018 4:45 am
Forum: Nagios XI
Topic: box293_check_vmware / check_vmware_api => 'Used Reservation'
Replies: 3
Views: 813

Re: box293_check_vmware / check_vmware_api => 'Used Reservat

Thanks for your quick response sir I collected total reserved capacity some how like... my $cluster_view = Vim::find_entity_views(view_type => 'ClusterComputeResource', filter => { name => "$cluster" }, properties => [ 'summary' ]); # Total Reservation Capacities my $effectiveCpu = $$clust...
by asharma1
Tue Nov 13, 2018 12:15 am
Forum: Nagios XI
Topic: box293_check_vmware / check_vmware_api => 'Used Reservation'
Replies: 3
Views: 813

box293_check_vmware / check_vmware_api => 'Used Reservation'

Hi,
Any one kindly help me out to collect 'Used Reservation' of CPU & Memory of cluster with below vCenter API's
box293_check_vmware / check_vmware_api => 'Used Reservation'