1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

sync the conf file

This commit is contained in:
winlin 2014-07-27 19:11:51 +08:00
parent 9c11001391
commit 37ceadd865
2 changed files with 4 additions and 3 deletions

View file

@ -87,10 +87,10 @@ stats {
# the index of device ip. # the index of device ip.
# we may retrieve more than one network device. # we may retrieve more than one network device.
# default: 0 # default: 0
network 0; network 0;
# the device name to stat the disk iops. # the device name to stat the disk iops.
# ignore the device of /proc/diskstats if not configed. # ignore the device of /proc/diskstats if not configed.
disk sda sdb xvda xvdb; disk sda sdb xvda xvdb;
} }
############################################################################################# #############################################################################################

View file

@ -11,7 +11,8 @@ heartbeat {
summaries on; summaries on;
} }
stats { stats {
network 0; network 0;
disk sda sdb xvda xvdb;
} }
vhost __defaultVhost__ { vhost __defaultVhost__ {
} }