winlin

sync the conf file

@@ -87,10 +87,10 @@ stats { @@ -87,10 +87,10 @@ stats {
87 # the index of device ip. 87 # the index of device ip.
88 # we may retrieve more than one network device. 88 # we may retrieve more than one network device.
89 # default: 0 89 # default: 0
90 - network 0; 90 + network 0;
91 # the device name to stat the disk iops. 91 # the device name to stat the disk iops.
92 # ignore the device of /proc/diskstats if not configed. 92 # ignore the device of /proc/diskstats if not configed.
93 - disk sda sdb xvda xvdb; 93 + disk sda sdb xvda xvdb;
94 } 94 }
95 95
96 ############################################################################################# 96 #############################################################################################
@@ -11,7 +11,8 @@ heartbeat { @@ -11,7 +11,8 @@ heartbeat {
11 summaries on; 11 summaries on;
12 } 12 }
13 stats { 13 stats {
14 - network 0; 14 + network 0;
  15 + disk sda sdb xvda xvdb;
15 } 16 }
16 vhost __defaultVhost__ { 17 vhost __defaultVhost__ {
17 } 18 }