Ad Widget

Collapse

Discovery of Windows folders based on another discovered items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xenixx
    Junior Member
    • Dec 2024
    • 2

    #1

    Discovery of Windows folders based on another discovered items

    Hello everyone
    I have a been trying to find any way to discover Windows folders inside Cluster Shared Volumes which are discovered by Zabbix. I managed to create a discovery of these CSV using vfs.fs.get key as well as some filtering by type=CSVFS and everything about it works fine. Now I wanted to extend it even further by trying to discover folders inside those CSV (for example C:\Cluster\Storage\Volume1 contains 6 folders Volume2 4 etc.). Right now I managed to solve it by manually adding a number of discovery rules with such key: vfs.dir.get["C:\ClusterStorage\Volume1",,,dir,,0], but I wanted to incorporate it into the existing discovery of CSV to automate the process. My idea is that I want to somehow use the paths discovered by CSV discovery to further discover the folders inside them. I need it to create triggers based on those 2 things for example when one of the CSV has low space available and one of the folders inside it is quickly gaining size. Is it even possible to discover new items based on other discovered items/values or is there any other way I could do it?
Working...