diff options
author | Matt Woodson <mwoodson@gmail.com> | 2016-02-01 12:59:25 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@gmail.com> | 2016-02-01 12:59:25 -0500 |
commit | c2f8fa2448dba71a4e7075428c12c464c4b01ce1 (patch) | |
tree | cfff3d08e8230328e545abf7e8a035b36ab311b1 | |
parent | d5cb285daf70dd44a3141a5d67ce972a65203a98 (diff) | |
parent | ecf8ce81c13750533936716cd61c3ff1eb72d198 (diff) | |
download | openshift-c2f8fa2448dba71a4e7075428c12c464c4b01ce1.tar.gz openshift-c2f8fa2448dba71a4e7075428c12c464c4b01ce1.tar.bz2 openshift-c2f8fa2448dba71a4e7075428c12c464c4b01ce1.tar.xz openshift-c2f8fa2448dba71a4e7075428c12c464c4b01ce1.zip |
Merge pull request #1319 from mwoodson/docker_storage
changed adhoc playbook to match new host monitoring container
-rw-r--r-- | playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml b/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml index a19291a9f..b6dde357e 100644 --- a/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml +++ b/playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml @@ -57,7 +57,7 @@ # leaving off the '-t' for docker exec. With it, it doesn't work with ansible and tty support - name: update zabbix docker items - command: docker exec -i oso-rhel7-zagg-client /usr/local/bin/cron-send-docker-metrics.py + command: docker exec -i oso-rhel7-host-monitoring /usr/local/bin/cron-send-docker-metrics.py # Get and show docker info again. - name: Get docker info |