You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 用来做心跳,给服务端上报本机ip
|
|
|
|
|
ip:
|
|
|
|
|
specify: ""
|
|
|
|
|
shell: ifconfig `route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|head -n 1
|
|
|
|
|
|
|
|
|
|
# MON、JOB的客户端拿来做本机标识
|
|
|
|
|
ident:
|
|
|
|
|
specify: ""
|
|
|
|
|
shell: ifconfig `route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|head -n 1
|