diff --git a/Application.cfc b/Application.cfc index 9c5bf38..7797cd1 100644 --- a/Application.cfc +++ b/Application.cfc @@ -76,7 +76,7 @@ - + diff --git a/cloud_capacity.cfm b/cloud_capacity.cfm index 3ddbc13..c5019d8 100644 --- a/cloud_capacity.cfm +++ b/cloud_capacity.cfm @@ -92,7 +92,7 @@ select h.models h.hosts_total h.hosts_ha - h.hosts_in_maintenance + h.hosts_in_maintenance h.hosts_in_service h.cores h.cores_in_service @@ -113,7 +113,7 @@ select u.vm_ram_used round((u.vm_ram_alloc/c.ram)::numeric,2)*100 as GB_alloc_perc round((u.vm_ram_used/c.ram)::numeric,2)*100 as GB_usage_perc - round((u.vm_cores/c.cores)::numeric,1) as oversubscription + round((u.vm_cores/c.cores)::numeric,1) as oversubscription u.vm_cores u.vms u.vm_ghz_usage/h.ghz_in_service*100 as vm_cpu_usage_perc