-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field migration: host.id -> hw.serial_number #366
Field migration: host.id -> hw.serial_number #366
Conversation
@@ -116,7 +116,6 @@ IPReach | |||
IPSO | |||
IRIX | |||
Integrated Lights Out Manager | |||
Integrated Lights Out Manager firmware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebuilt all of the identifiers/
files. Apparently this value was no longer used.
@@ -264,84 +264,3 @@ def self.best_service_match(matches) | |||
|
|||
end | |||
end | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of date comment replaced by the data in the identifiers/
directory
kace: | ||
vendor: dell | ||
products: | ||
k1000: kace_k1000_systems_management_appliance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opportunistic CPE improvement
I agree with changing to |
Description
This PR implements the change discussed in Issue #364.
The changes:
host.id
tohw.serial_number
where the value is a hardware serial numberhost.id
tohost.name
where the value references a host namecisco.serial_number
that value is duplicated inhw.serial_number
and a test added for it.Motivation and Context
The intent is to add clarity to the data that is captured. The field
host.id
was unclear and was being used to capture hostnames as well as serial numbers.How Has This Been Tested?
rspec
, fingerprint example captures.Types of changes
Checklist: