Clarification:
The cim model for inventory defines:
dest : The system where the data
originated, the source of the event.
You can alias this from more specific
fields, such as dest_host, dest_ip,
or dest_name.
src_ip The IP address for
the system from which the data
originates.
This is confusing, and to me it is not clear on how to use this fields, if i have an event from a host which describes just something on this hosts, like a table space, a filesystem, the serial number of this host and so on. It will have a host field, must I propagate this host field into src_host or dest_host. From my standpoint it would always be src_host (or src_ip, src_bunit and so on) and have no dst_* fields.
... View more