diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 7b16d20e0..65c219b68 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -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; } ############################################################################################# diff --git a/trunk/conf/http.heartbeat.conf b/trunk/conf/http.heartbeat.conf index 1b223150b..97ea50eb3 100644 --- a/trunk/conf/http.heartbeat.conf +++ b/trunk/conf/http.heartbeat.conf @@ -11,7 +11,8 @@ heartbeat { summaries on; } stats { - network 0; + network 0; + disk sda sdb xvda xvdb; } vhost __defaultVhost__ { }