General
Insight Discovery use the protocols SSH, WMI and SNMP to discover hosts and devices.
In theory, all network connected machines that can communicate through one of these protocols can be discovered.
To assemble details information from a host or device, Insight Discovery needs instructions on how to do it.
These instructions are specified in Patterns and Insight Discovery comes pre-packed with a set of patterns ready to use.
You can also write your own patterns if you have unusual assets to discover.
The Discovery-Tool connection Types covers the following:
SSH | WMI | SNMP | VMware vSphere |
---|---|---|---|
| Microsoft Windows® 95 |
|
|
The included Patterns tested with the following:
Linux/Unix | Windows | SNMP |
---|---|---|
|
|
|
Collected Informations and possible extensions
The possible data collected by Discovery and imported into Insight can be found here
The collected data for all of the Discovery-Objects can be extended with an ExtendedInformation-Object.
All Discovery-Objects can have an list of these ExtendedInformation-Objects and opens the possibility to add informations from the Discovery side (Pattern) and make them available in Insight.
Extended Information (ExtendedInformation-Object)
Extended Information Object can be used to impact the Hash of the parent object by setting the attribute "UseValueForObjectHash" to true in a pattern.
Attribute | Type | Description |
---|---|---|
Name | TEXT | |
Type | TEXT | Valid Types: Date, Boolean, Integer, String (default) |
Value | TEXT |
Definition of Unique
At most of the collected objects from Discovery you can find an attribute called "Object Hash" which is used as default Identifier for Insight.
This Object Hash Attributes defining the Object as a unique object in Insight (for creating a new one or updating an existing one).
On the Discovery side you can find an ObjectHashSetting.xml file, this file contains the definition which attributes of the object will be used to build the unique hash.
Manipulations of this file will always have effects to your existing data in Insight.
For example:
If you set the value of
<HostInfo_FirstNICMAC>true</HostInfo_FirstNICMAC>
from "true" to "false" the NetworkInterface-MAC-Address of the first available NIC will not longer used to build the Host-Hash.
All Host-Hashes will be "new" and importing the data will create new Host-Objects in Insight.