var fDesc=new Array(); fDesc[0] = "Veeam Monitor leverages Veeam Business View™ to enable performance monitoring, alerting and reporting for virtual machine groups based on criteria such as business unit, department, location, purpose, service-level agreement or any other criteria you define.

This ability to perform business-centric monitoring helps to identify the business impact of a virtual infrastructure’s performance and respond accordingly. It also allows you to create flexible alerts based on known server type characteristics and the potential business impact of an outage for more granular service-level management. You can also create targeted reports showing only the data relevant to specific business units, departments or types of server.

Veeam Monitor shows comprehensive resource consumption and workload data for hosts, clusters and datastores, with visibility all the way down to the individual VM and applications running inside it.

Find out at a glance which components of your VMware infrastructure are the largest resource consumers and which ESX(i) hosts are least loaded – right now and over time. View actual cumulative I/O load on a particular datastore to determine whether it is overloaded or can handle more VMs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }