Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-07-27 19:11:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37ceadd86541d8823e0acea357c2881760b59a97
37ceadd8
1 parent
9c110013
sync the conf file
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
trunk/conf/full.conf
trunk/conf/http.heartbeat.conf
trunk/conf/full.conf
查看文件 @
37ceadd
...
...
@@ -87,10 +87,10 @@ stats {
# the index of device ip.
# we may retrieve more than one network device.
# default: 0
network
0
;
network
0
;
# the device name to stat the disk iops.
# ignore the device of /proc/diskstats if not configed.
disk
sda
sdb
xvda
xvdb
;
disk
sda
sdb
xvda
xvdb
;
}
#############################################################################################
...
...
trunk/conf/http.heartbeat.conf
查看文件 @
37ceadd
...
...
@@ -11,7 +11,8 @@ heartbeat {
summaries
on
;
}
stats
{
network
0
;
network
0
;
disk
sda
sdb
xvda
xvdb
;
}
vhost
__
defaultVhost__
{
}
...
...
请
注册
或
登录
后发表评论