inspect
should use the host from last inspection
#2187
Labels
Milestone
inspect
should use the host from last inspection
#2187
When
inspect -n NAME
is run on a description which already exists, the address of the inspected host should be taken from the description, so that a reinspection of a host becomes possible without having to provide the host address again.So running
machinery inspect 1.2.3.4 -n myhost
when descriptionmyhost
does not exist yet, would create the description. Runningmachinery inspect myhost
when the descriptionmyhost
already exists (created with the command from before) will effectively runmachinery inspect 1.2.3.4 -n myhost
again.The text was updated successfully, but these errors were encountered: