Skip to content

Commit 7800681

Browse files
committed
Fixed path
1 parent 52a3c02 commit 7800681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RRDDiskIO.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function touchGraph()
3434
private function createGraph($device) {
3535
if (!file_exists($this->rrdFilePath[$device])) {
3636
$this->debug("Creating [{$this->rrdFilePath[$device]}]\n");
37-
if (!rrd_create($this->rrdFilePath, [
37+
if (!rrd_create($this->rrdFilePath[$device], [
3838
"-s",60,
3939
// rrqm/s wrqm/s
4040
"DS:RRMerge:GAUGE:120:0:U",

0 commit comments

Comments
 (0)