The Discovery Probe list is a list of docker containers that run discovery probes for the
Network Discovery app. This list is specified in the
discovery_probe_list.json file, stored with the rest of the Network
Discovery configuration files. Direct manipulation of the list in
discovery_probe_list.json can be useful for automated or scripted
deployments.
You can specify an initial list in JSON format with the
DISCOVERY_PROBE_LIST setting when you first deploy Network
Discovery, or later when you edit the discovery_probe_list.json file in
the app's configuration file folder
(/bluecat_gateway/workflows/NetworkDiscovery/config/).
DISCOVERY_PROBE_LIST (as a JSON snippet) is:
{"<probe_name>":{"username":"<probe_user>","password":"<probe_pass>","url":"<probe_url>"}}
Where: | Parameter | Description |
|---|---|
<probe_name>
|
The name of the discovery probe. |
<probe_user> |
The username for signing in to the discovery probe instance. |
<probe_pass> |
The encrypted password for signing in to the discovery probe instance. |
<probe_url> |
The URL for the probe instance. |