Audit logs

(imported topic written by symbios91)

I know that the actions tab will leave an audit trail if someone deployed a fixlet/task but what about the creation/modification/deletion of custom fixlets/tasks? Is there an audit trail for this?

(imported comment written by BenKus)

Yes… It is in the database. The “LocalObjectDefs” have creation/modification times for each version of the objects.

Ben

(imported comment written by Shawn_Jefferson)

What about deleting computer groups? Is there an audit trail of that somewhere?

(imported comment written by BenKus)

Yes. I believe it is in the same table: Local_Object_Defs…

Try this to see the history of the object (including Custom Fixlets, Tasks, Properties, Groups, etc.):

select * from LOCAL_OBJECT_DEFs where name = ‘’

Note that if the ParentID = 1, then it is deleted.

Ben