Skip to content

Commit 3b076fd

Browse files
committed
1184: update switches; agent-based-discovery
1 parent a2b0d2f commit 3b076fd

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

docs/auto-discovery/agent-based-discovery.mdx

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ The agent can be run from the command line or can be scheduled using the relevan
6767
```bash
6868
-capture-host-files
6969
capture hosts files
70+
-config-file string
71+
reads the config from an encrypted file (Only works for signed binaries. Ignored Otherwise)
7072
-debug
7173
prints the data being sent and result of post operation
7274
-device-customer string
@@ -85,8 +87,6 @@ The agent can be run from the command line or can be scheduled using the relevan
8587
doesn't do a post, just prints the data to be sent
8688
-extended-logs
8789
enables extended logs
88-
-host string
89-
specifies the Main Appliance or Remote Collector target (overrides built-in host)
9090
-hostname-precedence
9191
sets device name as 'new name' to prevent creation of new device if only hostname was changed
9292
-ignore-domain
@@ -107,24 +107,28 @@ The agent can be run from the command line or can be scheduled using the relevan
107107
default IP VRF group
108108
-light-mode
109109
reduces CPU utilization by cost of discovery speed
110-
-new-device-object-category
111-
updates/overwrites the object category for the device
110+
-new-device-object-category string
111+
new device object category
112112
-offline
113113
doesn't connect with Device42, just prints the encrypted data to be sent
114+
-prioritize-dns-name
115+
Prioritize DNS domain name
114116
-quiet
115117
disables all logs
116118
-service-ports-only
117119
returns only service ports data
118120
-skip-aws-instance-info
119-
disables AWS instance info discovery (default true)
121+
disables AWS instance info discovery (deprecated)
120122
-skip-bios
121123
disables bios discovery
122124
-skip-cluster-info
123-
disables cluster info discovery (Windows only) (default true)
125+
disables cluster info discovery (Windows only)
124126
-skip-cpu-info
125127
disables CPU info discovery
126128
-skip-database-info
127-
disables database discovery (default true)
129+
disables database discovery
130+
-skip-gpu-info
131+
disables GPU info discovery
128132
-skip-hardware-info
129133
disables hardware discovery
130134
-skip-hba
@@ -139,8 +143,12 @@ The agent can be run from the command line or can be scheduled using the relevan
139143
disables network discovery
140144
-skip-os-details
141145
disables OS discovery
146+
-skip-other-data
147+
disables other data
142148
-skip-parts
143149
disables parts discovery
150+
-skip-provider-unique-identifier
151+
disables instance unique identifier lookup
144152
-skip-serials
145153
disables serial numbers discovery
146154
-skip-service-ports
@@ -149,30 +157,26 @@ The agent can be run from the command line or can be scheduled using the relevan
149157
disables services discovery
150158
-skip-software
151159
disables software discovery
160+
-skip-tpm-info
161+
disables TPM info discovery
152162
-skip-virtual-machines
153163
disables VM discovery
154164
-software-initial-group string
155165
default software group
156166
-store-config-files
157167
store configuration files
158-
-store-filesystem-info
159-
store filesystem information
160-
-store-registry-info
161-
store registry information
162-
-store-software-config-files
163-
store software configuration files
164168
-sudo-password string
165169
sudo password used in some OSes (Mac, Linux) to get information about the system
166170
-use-aws-token
167-
use generated token to get AWS instance info
171+
use generated token to get AWS instance info (deprecated)
168172
-use-global-ignore-software-file
169173
use global ignore software file
170174
-use-global-ignore-software-pattern-file
171175
use global ignore software pattern file
176+
-use-provider-token
177+
use generated token to get instance info
172178
-version
173179
print version number and exit
174-
--wmi-timeout
175-
timeout for Windows WMI calls (default is 120 seconds if not supplied)
176180
```
177181
</details>
178182

0 commit comments

Comments
 (0)