Set-VBRNodeExporterOptions
Short Description
Modifies node exporter metrics for Veeam Software Appliance
Applies to
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRNodeExporterOptions [-EnableMetricsSharing] [-EnableTLS] [-AuthType <VBRMetricsServerAuthType>] [-Username <String>] [-Password <String>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings for node exporter metrics configured for Veeam Software Appliance.
|
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableMetricsSharing |
Enables sharing of node exporter metrics. Default: False. |
SwitchParameter |
False |
Named |
False |
|
EnableTLS |
Enables TLS encryption for node exporter metrics. Default: False. |
SwitchParameter |
False |
Named |
False |
|
AuthType |
Specifies the authentication type that you want to use for sharing node exporter metrics:
Default: None. |
VBRMetricsServerAuthType |
False |
Named |
False |
|
Password |
Use this parameter when the AuthType parameter is set to Password. Specifies the password for authenticating with the node exporter metrics endpoint. |
String |
False |
Named |
False |
|
Username |
Use this parameter when the AuthType parameter is set to Password. Specifies the user name for authenticating with the node exporter metrics endpoint. |
String |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRNodeExporterOptions object that contains Veeam Backup & Replication node exporter metrics sharing settings.
Examples
Example 1. Enabling Node Exporter Metrics Sharing with Password Authentication
|
This command enables sharing of node exporter metrics with the password authentication.
|
Example 2. Enabling TLS for Node Exporter Metrics Sharing
|
This example enables sharing of node exporter metrics with the TLS encryption. Password authentication is not used.
|