This commit is contained in:
Jordi Sanfeliu 2014-10-03 09:37:41 +02:00
parent 4fd21c3cb4
commit e49451d0d4
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,8 @@
'monitorix-apache.conf'. [#69]
- Fixed a bug in 'netstat' module that prevented, in some cases, counting
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

View File

@ -1007,6 +1007,7 @@ sub process_cgi {
"DEF:nof8=$rrd:proc" . $e . "_nof8:AVERAGE",
"DEF:nof9=$rrd:proc" . $e . "_nof9:AVERAGE",
"CDEF:allvalues=nof0,nof1,nof2,nof3,nof4,nof5,nof6,nof7,nof8,nof9,+,+,+,+,+,+,+,+,+",
@CDEF,
@tmpz);
$err = RRDs::error;
print("ERROR: while graphing $PNG_DIR" . "$PNGz[$e * 10 + 4]: $err\n") if $err;