Audit Logging for Hostname/AD Changes
-
Big FOG user here with many locations across Australia - some 3000+km with storage nodes/sites inbetween
Having audit/history logging for hostname and Active Directory changes to the FOG database would be very handy. Had a couple of instances where I’ve needed to identify which tech has modified a particular host. eg: Hostname and/or AD OU has ‘magically’ changed but I can’t pin it down to which tech did it.
Either way, keep up the good work!
-
@netbootdisk apache access log?
https://stackoverflow.com/questions/9234699/understanding-apaches-access-logOk, this doesnt tell you what have been done, maybe this is something:
https://serverfault.com/questions/283513/apache-customlog-to-log-full-url
Anyway this will produce a big log you may need log rotation,
Regards X23
-
I haven’t looked in a while, but I believe the history table on the SQL db will contain all of this information. I added a bunch more logging a while ago in an attempt to at least maintain the data. I haven’t gotten around to actually parsing the table into a nicely formatted report or anything, but the data, itself, should be there.
-
In
working
branch, I’ve now included a History Report. It’s likely not perfect, but at least the information is presented to the GUI now. It allows for CSV and PDF exporting as well.