I understand how to have a low level discovery done that creates items EITHER by {#FSNAME} OR {#FSTYPE} but I want a combo of this. What I want to do is get the drives on a Windows system that match both of the following:
The idea being that I could exclude known drive letters that we don't need to watch using the regex and I could prevent a D: drive that is a CDROM from showing up. Does anyone have any suggestions? I am also open to just using the default LLD rules that find based on FSTYPE if someone can enlighten me as to how to tie triggers prototypes into this that filter out certain drives.
- FSTYPE of NTFS
- FSNAME matching this regex: ^[C-Z]
The idea being that I could exclude known drive letters that we don't need to watch using the regex and I could prevent a D: drive that is a CDROM from showing up. Does anyone have any suggestions? I am also open to just using the default LLD rules that find based on FSTYPE if someone can enlighten me as to how to tie triggers prototypes into this that filter out certain drives.
Comment