Skip to content

Commit fcc4076

Browse files
author
hyj1991
authored
Merge pull request #21 from aliyun-node/support_diag_report
support diag report
2 parents 8afd41f + 31d8eaf commit fcc4076

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

take_diagnostic_report

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
DIR=$(cd "$(dirname "$0")"; pwd)
4+
GET_NODE_KILL=$DIR/get_node_kill
5+
NODE_KILL=`$GET_NODE_KILL`
6+
7+
$NODE_KILL --diag_report $1

0 commit comments

Comments
 (0)