Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihi99 authored Jun 30, 2023
1 parent 27e69cd commit 0fa101f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these:

# Information of services
Proxy:
PrometheusAddr: 127.0.0.1:9090 # The IP address and port of the prometheus service.
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.

# Information of the sender's Email used to invite LDAP accounts.
Expand All @@ -100,7 +100,7 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these:
MessageStore: 90 # It sets the number of days to keep alert messages, the value of which is 90 by default.

CloudProvider: "" # cloud provider name, used for aliyun now.
LicenseManagerURL: http://192.168.8.166:9119 # license manager url.
LicenseManagerURL: "" # license manager url.
```

4. Start Dashboard.
Expand Down Expand Up @@ -183,7 +183,7 @@ The Linux version used is CentOS and lsof has been installed.

# Information of services
Proxy:
PrometheusAddr: 127.0.0.1:9090 # The IP address and port of the prometheus service.
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.

# Information of the sender's Email used to invite LDAP accounts.
Expand All @@ -205,7 +205,7 @@ The Linux version used is CentOS and lsof has been installed.
MessageStore: 90 # It sets the number of days to keep alert messages, the value of which is 90 by default.

CloudProvider: "" # cloud provider name, used for aliyun now.
LicenseManagerURL: http://192.168.8.166:9119 # license manager url.
LicenseManagerURL: "" # license manager url.
```

4. Run the following commands to view the status of and start all the services.
Expand Down Expand Up @@ -283,7 +283,7 @@ sudo rpm -e <package_name>

# Information of services
Proxy:
PrometheusAddr: 127.0.0.1:9090 # The IP address and port of the prometheus service.
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.

# Information of the sender's Email used to invite LDAP accounts.
Expand All @@ -305,7 +305,7 @@ sudo rpm -e <package_name>
MessageStore: 90 # It sets the number of days to keep alert messages, the value of which is 90 by default.

CloudProvider: "" # cloud provider name, used for aliyun now.
LicenseManagerURL: http://192.168.8.166:9119 # license manager url.
LicenseManagerURL: "" # license manager url.
```

4. Run the following commands to view the status of and start all the services.
Expand Down

0 comments on commit 0fa101f

Please sign in to comment.