This collector returns information about system environment variables, current user, and volatile and process variables.
Collector output
Field | Type | Description |
|---|---|---|
username | String | The owner of the process that is running on the environment where this variable is set. |
process_id | Number | ID given by operating system to the process. |
name | String | The variable's name. |
value | String | Value set on the variable. |
Example: Show the
PATH environment variable set on device 192.168.0.5EnvironmentVariables where EnvironmentVariables name equals "PATH" and HostInfo ip_address equals 192.168.0.5
Example: Show the
PATH environment variable set on device 192.168.0.5EnvironmentVariables where EnvironmentVariables name equals "PATH" and HostInfo ip_address equals 192.168.0.5