~nchohan/appscale/CassandraMapReduce

« back to all changes in this revision

Viewing changes to appscale-monitoring.sh

fix monitoring service to stop correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    ;;
38
38
  stop)
39
39
    log_begin_msg "Stopping AppScale AppMonitoring.."
40
 
    ${GOD} stop monitoring
41
 
    ${GOD} quit
 
40
    ${GOD} stop monitoring -p ${GOD_PORT}
 
41
    ${GOD} quit -p ${GOD_PORT}
42
42
#    pkill -9 god
43
43
    log_end_msg 0
44
44
    ;;