File Location
-
Can someone tell me where the Local Database files are located? Need to see if i can create an alert anytime a rule is changed. This is already located in the webui. But i want to be emailed when it happens.
-
The firewall config is in /cf/conf/config.xml but that's probably not what you want.
Maybe look at auto config backup, that runs whenever there is a config change.
Steve
-
Yeah I get that part. But I just want to use email reports to create an alert to be sent out anytime that there is a change to the rules. Or possibly just send the changes once a day so that I know if anyone made a change. I know using the email reports feature I can plug in commands that can be used to send out specific information. I can send myself the backup.cache file daily (that's easy). But I only want the changes made to the file not the entire file. But it also needs to be in a readable format.
-
You could diff the xml against the most recent backup file like you can in config history. That will show you only what's changed.