...
In the file C:\ProgramData\checkmk\agent\check_mk.user.yml create a fileinfo section like this:
Code Block | ||||
---|---|---|---|---|
| ||||
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. |
...