In media types, the maximum number of attempts to send an alert has been increased from 10 to 100; the maximum attempt interval has been increased from 60 seconds to 1 hour.
The vmware.vm.discovery item, used for virtual machine discovery, now returns an additional field {#VM.FOLDER} with the chain of virtual machine parent folders.
The Áú»¢¶Ä²© server health default dashboard widgets now display problems for the selected items only.
The following templates are now available for out-of-the-box monitoring:
You can get these templates:
templates
directory of the downloaded latest Áú»¢¶Ä²© version. Then, while in Configuration ¡ú Templates you can import them manually into Áú»¢¶Ä²©.The output format of the vmware.datastore.discovery item has been changed. Returned JSON no longer contains the "data" object. Now the item returns a normal JSON containing an array, thus allowing to apply item value preprocessing steps directly to the returned data without additional workarounds.
Old JSON format | New JSON format |
{"data":[{"{#DATASTORE}":"FOO",...},{"{#DATASTORE}":"BAR",...}]} |
[{"{#DATASTORE}":"FOO",...},{"{#DATASTORE}":"BAR",...}] |