From 32617640ff68d73817413bd74dc2dc70d3b3cb81 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:32:33 +0800 Subject: [PATCH] Update 2.deploy-connect-dashboard-ent.md (#2248) --- .../2.deploy-connect-dashboard-ent.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index acaa771fe6c..5685870bc13 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -179,6 +179,21 @@ The Linux version used is CentOS and lsof has been installed. PrometheusAddr: 127.0.0.1:9091 # The IP address and port of the prometheus service. AlertmanagerAddr: 127.0.0.1:9093 # The IP address and port of the Alertmanager service. + # Self-built Prometheus service configuration. If you are using the Prometheus service included with the software, you do not need to set these parameters. + # PrometheusConfig: + # Auth: # If authentication is enabled in Prometheus, the following parameters need to be configured. AccessToken is preferred. + # Username: "" # The account of the Prometheus HTTP API service. + # Password: "" # The password for the account. + # AccessToken: "" # The access token of the Prometheus HTTP API service. + # RuleImport: # Configuration for remotely updating alert rules to the Prometheus service. + # Enable: false # Whether to enable remote updating. + # URL: "https://xxxx/prometheus/import" # The interface address for updating the alert rule. + # Method: POST # Update method. Only POST operations are supported. + # Auth: # If the authentication is enabled on the interface of the URL, the following parameters need to be configured. AccessToken is preferred. AccessToken is preferred. + # AccessToken: "" # The access token of the URL interface. + # Username: "" # The authentication account of the URL interface. + # Password: "" # The password for the account. + # Information of the sender's Email used to invite LDAP accounts. Mail: Host: smtp.office365.com # The SMTP server address.