Using "Template SNMP OS Windows" to monitor Windows 2012, I see that every discovered storage volume item and trigger appears to be duplicated, with two backslashes:
Description of storage A:\
Description of storage A:\\
Description of storage C:\ Label: Serial Number 88a43b3c
Description of storage C:\\ Label: Serial Number 88a43b3c
Description of storage D:\
Description of storage D:\\
etc. They all contain valid data.
The regexp for this is "Storage devices for SNMP discovery". I edited this to add:
Now on the Test tab, if I put in "C:\\" I get FALSE and if I put in "C:\" I get TRUE. Hopefully this will fix it.
Description of storage A:\
Description of storage A:\\
Description of storage C:\ Label: Serial Number 88a43b3c
Description of storage C:\\ Label: Serial Number 88a43b3c
Description of storage D:\
Description of storage D:\\
etc. They all contain valid data.
The regexp for this is "Storage devices for SNMP discovery". I edited this to add:
Code:
Expression Expression type Case sensitive \\\\ Result is FALSE Yes