Skip to content

Commit 5cbe7f9

Browse files
committed
Updating Sensu endpoint
1 parent 9ea32ef commit 5cbe7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/configuration/sites-enabled/tools-context.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

resources/scripts/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
SLEEP_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" )
1616
for d in ${DEPENDENCIES[@]}; do
1717
echo "waiting for $d to be available";
1818
# use wget as already installed...

0 commit comments

Comments
 (0)