We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a3c02 commit 7800681Copy full SHA for 7800681
RRDDiskIO.php
@@ -34,7 +34,7 @@ protected function touchGraph()
34
private function createGraph($device) {
35
if (!file_exists($this->rrdFilePath[$device])) {
36
$this->debug("Creating [{$this->rrdFilePath[$device]}]\n");
37
- if (!rrd_create($this->rrdFilePath, [
+ if (!rrd_create($this->rrdFilePath[$device], [
38
"-s",60,
39
// rrqm/s wrqm/s
40
"DS:RRMerge:GAUGE:120:0:U",
0 commit comments