I have a need to save all the hosts that are created. even the deleted ones.
I was looking at the php code that does the delete and was wondering if I could just change the status value to another number that is not used, say 99 for example. I want to hold onto the host and host inventory table for historical purposes.
Does anyone know if this would cause an issue in any other part of the code?
Carl Slaughter
I was looking at the php code that does the delete and was wondering if I could just change the status value to another number that is not used, say 99 for example. I want to hold onto the host and host inventory table for historical purposes.
Does anyone know if this would cause an issue in any other part of the code?
Carl Slaughter
Comment