prometheus server-settings
Configures local cluster settings to enable scraping from remote manager.
Command Mode
Exec > Global Configuration
Syntax
server-settings { external-ip ip_address | ssl-key ssl_key_certificate | ssl-crt ssl_crt_certificate | ssl-ca ssl_certificate_authority }
external-ip ip_address
Specify the external IP address to expose this cluster to remote manager.
Must be an IP address.
ssl-ca ssl_certificate_authority
Specify the SSL certificate authority.
Must be an aes-cfb-128-encrypted string.
ssl-crt ssl_crt_certificate
Specify the SSL CRT certificate.
Must be an aes-cfb-128-encrypted string.
ssl-key ssl_key_certificate
Specify the SSL key certificate.
Must be an aes-cfb-128-encrypted string.
Usage Guidelines
Use this command to configure local cluster settings to enable scraping from remote manager.