Comments
-
Hi, I propose to create new role for vCenter in vSphere client by duplicating and editing existing 'Read-only' role. When duplicate is created click by right mouse button on it and edit role. In the tree with privileges expand 'Datastore', check 'Browse datastore' and save. Here is how the role should be set Let me know if…
-
Hi, We have two types of alert in VMan based on what information we are checking. First group is evaluated against configuration data which are collected by default every 12 hours and second group is evaluated against performance data collected by default every 10 minutes. Alerts are validated once the collection jobs…
-
Hi, what version of VMan you are using? After you have removed the standalone ESXi hosts have the count changed? Try to perform search over the VMs: ‘vm.powerstate:poweredOn’ if the returned count of VMs is different against what is shown on the help page I propose to contact support.
-
Hi, the alert as is defined is correct. It returns only running VMs with read or write latency > 30ms. You can validate that by performing same search you have defined in the alert and move mouse the the hits in search results. In the notification value you are showing summary of write and read latency divided by 2 and…
-
Hi, there is round function in xpath but is round only to integer. Due this you need to multiply number by 100, round and then divide by 100. Try this in the find field: round(((/virtualMachine/snapshotStorageSize)div(1024*1024*1024))*100)div(100)
-
Hi, you can filter VMs by folder. There are attributes vm.folder.name, vm.folder.level-1, vm.folder.level-2,.... up to level 10. Use advance search to find them. Each admin can create his own dashboard and show just VMs he is interested in. For segmentation of alerts I propose to create a copy of needed alert and use…