Require to Monitor Folder/ File path and count on windows server

Hi
we are running checkmk -raw version 2.0.0p1
we have a requirement to monitor file count and size for specific folder on windows, as below
c:\faxfolder*.txt files ( this folder having 3 text files)

on windows server we have configured following parameters
modified check_mk.yml and added file info

C:\Program Files (x86)\checkmk\service\check_mk.yml
fileinfo:
enabled: yes
path: [c:\faxfolder*.*]

on checkmk we configured two rules and applied on the folder where windows host added
storage, Filesystems and Files : →

File Grouping Patterns - > Name of group = “value” Include Pattern = c:\faxfolder*.*
Size, age and count of file groups → Minimal file count → warning if below 2

but we are not getting any additional service for this folder path even after we removed host and added again

just wanted to confirm is above configuration is okay and syntax are correct ?
please help in brief steps for new version as there are many informative posts having old version configuration and we are unable to find those steps with new version like config.ini / chec_mk.ini file in agent directory
@MarsellusWallace @athomaidis @andreas-doehler

I think there is a backslash missing after c:\faxfolder. Shouldn’t it read c:\faxfolder\*.*?

seems some issue on post fonts, but correct path is " c:\faxfolder\ "

fileinfo:
enabled: yes
path:
  - c:\faxfolder\*.txt

I think that’s correct. Check via “netcat ip/dns 6556” on the cli if there’s something transferred under under “<<fileinfo:sep(124)>>”

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.