mirror of https://github.com/mikaku/Monitorix.git
3.0: small update
This commit is contained in:
parent
89c4caa9d5
commit
3d0247b3b7
|
@ -215,7 +215,7 @@ sub proc_update {
|
||||||
$rrdata .= ":$p[0]:$p[1]:$p[2]:$p[3]:$p[4]:$p[5]:$p[6]:$p[7]:$p[8]";
|
$rrdata .= ":$p[0]:$p[1]:$p[2]:$p[3]:$p[4]:$p[5]:$p[6]:$p[7]:$p[8]";
|
||||||
}
|
}
|
||||||
RRDs::update($rrd, $rrdata);
|
RRDs::update($rrd, $rrdata);
|
||||||
logger("$myself: $rrdata") if($debug);
|
logger("$myself: $rrdata") if $debug;
|
||||||
my $err = RRDs::error;
|
my $err = RRDs::error;
|
||||||
logger("ERROR: while updating $rrd: $err") if $err;
|
logger("ERROR: while updating $rrd: $err") if $err;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue