Only require unique inspector names within an environment, not globally
B
Brent N.
The way inspectors are named is problematic in several ways, but one is that they have to be unique globally across all environments. Removing this requirement would let us name Windows Workstations using only their hostname or FQDN.
I have to assume that every inspector already has some GUID, and the other associated data tells us things like the inspector type and the environment in which it exists. I don't see the benefit of hard-coding those bits of data into a text name field.
I'm sure this change isn't simple on the back end, but it's still worth bringing up.