File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
configuration/sites-enabled Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ server {
6363 }
6464
6565 location ~ (/sensu/|/socket.io/) {
66- proxy_pass http://sensu:3000;
66+ proxy_pass http://sensu-uchiwa :3000;
6767 proxy_http_version 1.1;
6868 proxy_set_header Upgrade $http_upgrade;
6969 proxy_set_header Connection "upgrade";
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ perl -p -i -e 's/###([^#]+)###/defined $ENV{$1} ? $ENV{$1} : $&/eg' < "/template
1212# the depends_on see https://github.com/docker/compose/pull/686 and https://github.com/docker/compose/issues/2682 is introduced
1313# on docker compose
1414SLEEP_TIME=2
15- declare -a DEPENDENCIES=( " kibana:5601" " gerrit:8080/gerrit" " jenkins:8080" " sonar:9000" " sensu:3000" " nexus:8081" )
15+ declare -a DEPENDENCIES=( " kibana:5601" " gerrit:8080/gerrit" " jenkins:8080" " sonar:9000" " sensu-uchiwa :3000" " nexus:8081" )
1616for d in ${DEPENDENCIES[@]} ; do
1717 echo " waiting for $d to be available" ;
1818 # use wget as already installed...
You can’t perform that action at this time.
0 commit comments