expose default configuration
This commit is contained in:
parent
c559b8eb85
commit
25a1d30877
|
@ -5,11 +5,19 @@ logger:
|
||||||
identity:
|
identity:
|
||||||
specify: ""
|
specify: ""
|
||||||
shell: ifconfig `route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|awk -F ':' '{print $NF}'|head -n 1
|
shell: ifconfig `route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|awk -F ':' '{print $NF}'|head -n 1
|
||||||
|
|
||||||
|
stra:
|
||||||
|
enable: true
|
||||||
|
portPath: ./etc/port
|
||||||
|
procPath: ./etc/proc
|
||||||
|
logPath: ./etc/log
|
||||||
|
|
||||||
sys:
|
sys:
|
||||||
# timeout in ms
|
# timeout in ms
|
||||||
# interval in second
|
# interval in second
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
interval: 20
|
interval: 20
|
||||||
|
plugin: ./plugin
|
||||||
ifacePrefix:
|
ifacePrefix:
|
||||||
- eth
|
- eth
|
||||||
- em
|
- em
|
||||||
|
|
Loading…
Reference in New Issue