Skip to content

Commit

Permalink
Remove workloadsummary install from reqmgr and add to reqmon. Closes d…
Browse files Browse the repository at this point in the history
  • Loading branch information
geneguvo committed Dec 12, 2012
1 parent f7ec9c6 commit d6c5a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reqmgr/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ deploy_reqmgr_post()
echo "couchapp push $reqmgrapp/data/couchapps/OpsClipboard" \
"http://localhost:5984/ops_clipboard" \
>> $couchdb_state/stagingarea/reqmgr
echo "couchapp push $reqmgrapp/data/couchapps/WorkloadSummary" \
"http://localhost:5984/workloadsummary" \
>> $couchdb_state/stagingarea/reqmgr

# Setup ReqMgr cronjobs
(mkcrontab
Expand Down
2 changes: 2 additions & 0 deletions reqmon/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ deploy_reqmon_post()
# Tell couchdb to push the reqmon app on the next restart
echo "couchapp push $root/current/apps/reqmon/data/couchapps/WMStats" \
"http://localhost:5984/wmstats" > $root/state/couchdb/stagingarea/reqmon
echo "couchapp push $root/current/apps/reqmon/data/couchapps/WorkloadSummary" \
"http://localhost:5984/workloadsummary" > $root/state/couchdb/stagingarea/reqmon
}

0 comments on commit d6c5a63

Please sign in to comment.