-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1 add health.sh and repo adjustments for 1.1
- Loading branch information
1 parent
194ff1c
commit ef1da32
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ssh root@aai1 -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@aai2 -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@appc -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@dcae -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@mr -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@mso -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@policy -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@portal -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@robot -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@sdc -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@sdnc -o StrictHostKeyChecking=no 'docker ps' | ||
ssh root@vid -o StrictHostKeyChecking=no 'docker ps' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters