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:
parent
9c11001391
commit
37ceadd865
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
#############################################################################################
|
#############################################################################################
|
||||||
|
|
|
@ -11,7 +11,8 @@ heartbeat {
|
||||||
summaries on;
|
summaries on;
|
||||||
}
|
}
|
||||||
stats {
|
stats {
|
||||||
network 0;
|
network 0;
|
||||||
|
disk sda sdb xvda xvdb;
|
||||||
}
|
}
|
||||||
vhost __defaultVhost__ {
|
vhost __defaultVhost__ {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue