Skip to content

Commit

Permalink
Merge pull request #259 from miyurud/dbopen-fix-nov24
Browse files Browse the repository at this point in the history
Fix network issue
  • Loading branch information
miyurud authored Nov 11, 2024
2 parents 1d884c1 + 67a4a2f commit 0041ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions conf/jasminegraph-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ org.jasminegraph.scheduler.performancecollector.timing=30
#--------------------------------------------------------------------------------
#PerformanceCollector
#--------------------------------------------------------------------------------
org.jasminegraph.collector.pushgateway=http://192.168.43.135:9091/
org.jasminegraph.collector.prometheus=http://192.168.43.135:9090/
org.jasminegraph.collector.pushgateway=http://172.28.5.1:9091/
org.jasminegraph.collector.prometheus=http://172.28.5.2:9090/

#--------------------------------------------------------------------------------
#MetaDB information
Expand Down
12 changes: 5 additions & 7 deletions stop-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ PORT="7777"

# Establish telnet connection and send command
(
sleep 5
echo "shdn"
sleep 5
echo "exit"
sleep 5
sleep 5
echo "shdn"
sleep 5
echo "exit"
sleep 5
) | telnet "$HOST" "$PORT"



docker compose stop prometheus pushgateway &

0 comments on commit 0041ff7

Please sign in to comment.