Quantcast
Channel: MarsHut
Viewing all articles
Browse latest Browse all 6551

How to configure Admin Web UI

$
0
0
I'd like to use the
web-ui: https://github.com/cloudfoundry-incubator/admin-ui

But I've some problem during the configuration.

Running the web-ui I can see the: Organization, spaces, apps... but I can't
see the: DEA, CC, Healt Manager and so on.

The error in this page is "This page requires data from services that are
currently unavailable"

The config file is:

bind_address: 0.0.0.0
cloud_controller_discovery_interval: 300
cloud_controller_ssl_verify_none: true
cloud_controller_uri: http://api.t6pc.prv #http://api.10.244.0.34.xip.io
component_connection_retries: 2
data_file: data/data.json
db_uri: sqlite://data/store.db
log_file: admin_ui.log
log_file_page_size: 51200
log_file_sftp_keys: [ ]
log_files: [/var/vcap/sys/log/cloud_controller_ng/*.log, admin_ui.log]
mbus: nats://nats:nats [ at ] api.t6pc.prv:4222 #nats://nats:nats [ at ] 10.244.0.6:4222
monitored_components: [NATS, CloudController, DEA, HealthManager, Router,
-Provisioner, ALL]
nats_discovery_interval: 30
nats_discovery_timeout: 10
port: 8070
receiver_emails: [ ]
sender_email:
server: 10.10.10.10
account: system [ at ] 10.10.10.10
stats_file: data/stats.json
stats_refresh_schedules: [ '0 5 * * *' ]
stats_retries: 5
stats_retry_interval: 300
tasks_refresh_interval: 5000
uaa_admin_credentials:
username: admin
password: c1oudc0wc1oudc0w #admin
ui_credentials:
username: user
password: passw0rd
ui_admin_credentials:
username: admin
password: passw0rd
ui_admin_credentials:
username: admin
password: passw0rd
varz_discovery_interval: 30

there is probably a configuration error

Viewing all articles
Browse latest Browse all 6551