瀏覽代碼

changed adhoc playbook to match new host monitoring container

Matt Woodson 9 年之前
父節點
當前提交
ecf8ce81c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/adhoc/docker_storage_cleanup/docker_storage_cleanup.yml

+ 1 - 1
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