Ad Widget
Collapse
Unknown file system path on Windows VMware Guests with 7.2.6.
Collapse
X
-
Thnks for the tip MD.
I opened one host and verified that the template used was VMware Guest, so I edited the discovery rules of the VMware Guest template. (Attachment)
In Mounted filesystem discovery I deleted the Preprocessing rule.
5m later the filesystem info start working YEY!
Thank you very much
PS: Where can I find the Bug you opened?Comment
-
For me following worked:
Go to Data Collection -> Templates
Browse: VMware (in the Name field) -> Apply
Find VMware Guest template and click on Discovery (of VMware Guest template)
Click on Mounted filesystem discovery
Click on Preprocessing (next to Discovery rule)
Remove preprocesing sicrpt there! (save it somewhere first if you want to examine script later...)
Go to item prototypes
On every Item prototype click on it's name (e.g. Free disk space on [{#IFNAME}] and
copy Javascript code from @crmendoza's post:
after this repeat process of discovery for virtual machines when adding your vCenter (I'm using VMware template...)Code:if (/^[A-Z]:$/.test(value)) { return value + "\\"; } else { return value; }
I hope this will help you too.Comment
Comment