Hey all, i am trying to create a watchdog that will listen to proxmox firewall files and will alert me when a fw rule was modified.
I am using python watchdog package.
when I modify the file (directly from shell) my watchdog is notice that and alert me.
When editing the same firewall file using proxmox gui, my watchdog can’t notice the change and does not alert me when the file changes.
Do you know what can cause that? Is proxmox modify the files in some different way?
I am using python watchdog package.
when I modify the file (directly from shell) my watchdog is notice that and alert me.
When editing the same firewall file using proxmox gui, my watchdog can’t notice the change and does not alert me when the file changes.
Do you know what can cause that? Is proxmox modify the files in some different way?