Closed amarce closed 7 months ago
Hello @amarce,
One possible solution is to specify each required path
to monitor inside /etc
folder.
Another way is to set a pattern of created files by qemu in the ignore field.
Anyway, I wan to include this matter in the next release. Thanks for your feedback.
Hi Jose,
Thanks for the hint; this is what we would do, exclude the file names but if everyone uses this name schema on any other folder it won’t be tracked. On the other hand adding all etc subfolders will be a bit of a work.
Thanks for looking into it!
Hi,
We are testing FIM in one KVM hypervisor with libvirt; we are monitoring entire /etc, but when you add a VM, a file inside /etc/libvirt/qemu is being created, would be nice that the exclude filter uses the full path for the files and not only the name to be able to exclude folders, something like:
- path: /etc/ labels: ["etc", "linux"] ignore: ["/etc/libvirt/qemu"]
Maybe I am missing or overlooking at something and could be already done.
Thanks a lot!