From: Michael Schenck Date: Tue, 7 Oct 2014 02:48:09 +0000 (-0400) Subject: missed the output_name X-Git-Tag: collectd-5.5.0~137^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32b5e46802110900b7be7425575272d49cde4e39;p=collectd.git missed the output_name --- diff --git a/src/disk.c b/src/disk.c index 9c8d1e59..f7023114 100644 --- a/src/disk.c +++ b/src/disk.c @@ -794,7 +794,7 @@ static int disk_read (void) disk_submit (output_name, "disk_merged", read_merged, write_merged); submit_in_progress (output_name, in_progress); - submit_io_time (io_time, weighted_time); + submit_io_time (output_name, io_time, weighted_time); } /* if (is_disk) */ /* release udev-based alternate name, if allocated */