Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the file C:\ProgramData\checkmk\agent\check_mk.user.yml create a fileinfo section like this:

Code Block
languagepowershell
themeRDark
fileinfo:

...


enabled: true

...


path:

...


- c:\temp\*.txt

...


- c:\path\to\file.dat

and restart the Checkmk agent.

Info

Please be aware that paths and files are case-sensitive, even in the Windows agent.

...