mirror of https://github.com/mikaku/Monitorix.git
Fixes #70
This commit is contained in:
parent
4fd21c3cb4
commit
e49451d0d4
2
Changes
2
Changes
|
@ -23,6 +23,8 @@
|
||||||
'monitorix-apache.conf'. [#69]
|
'monitorix-apache.conf'. [#69]
|
||||||
- Fixed a bug in 'netstat' module that prevented, in some cases, counting
|
- Fixed a bug in 'netstat' module that prevented, in some cases, counting
|
||||||
correctly the opened connections either in IPv4 and IPv6. [#66]
|
correctly the opened connections either in IPv4 and IPv6. [#66]
|
||||||
|
- Fixed a missing CDEF that prevented creating the 'process05z.png' graph when
|
||||||
|
the option 'show_gaps' was enabled. [#70]
|
||||||
|
|
||||||
|
|
||||||
3.6.0 - 20-Aug-2014
|
3.6.0 - 20-Aug-2014
|
||||||
|
|
|
@ -1007,6 +1007,7 @@ sub process_cgi {
|
||||||
"DEF:nof8=$rrd:proc" . $e . "_nof8:AVERAGE",
|
"DEF:nof8=$rrd:proc" . $e . "_nof8:AVERAGE",
|
||||||
"DEF:nof9=$rrd:proc" . $e . "_nof9:AVERAGE",
|
"DEF:nof9=$rrd:proc" . $e . "_nof9:AVERAGE",
|
||||||
"CDEF:allvalues=nof0,nof1,nof2,nof3,nof4,nof5,nof6,nof7,nof8,nof9,+,+,+,+,+,+,+,+,+",
|
"CDEF:allvalues=nof0,nof1,nof2,nof3,nof4,nof5,nof6,nof7,nof8,nof9,+,+,+,+,+,+,+,+,+",
|
||||||
|
@CDEF,
|
||||||
@tmpz);
|
@tmpz);
|
||||||
$err = RRDs::error;
|
$err = RRDs::error;
|
||||||
print("ERROR: while graphing $PNG_DIR" . "$PNGz[$e * 10 + 4]: $err\n") if $err;
|
print("ERROR: while graphing $PNG_DIR" . "$PNGz[$e * 10 + 4]: $err\n") if $err;
|
||||||
|
|
Loading…
Reference in New Issue