This commit is contained in:
Jordi Sanfeliu 2013-03-11 15:52:33 +01:00
parent 8bd86fe870
commit 1bfeeaa00e
1 changed files with 9 additions and 8 deletions

17
Changes
View File

@ -5,10 +5,11 @@
Alternatively it has been renamed the 'ftp_log_date_format' option to Alternatively it has been renamed the 'ftp_log_date_format' option to
'secure_log_date_format'. 'secure_log_date_format'.
- Fixed in 'nginx' and 'port' graphs to properly use '-m conntrack --ctstate' - Fixed in 'nginx' and 'port' graphs to properly use '-m conntrack --ctstate'
instead of '-m state --state' in all iptables rules. instead of '-m state --state' in all iptables rules and avoid an annoying
iptables message about using a deprecated option.
- Fixed to delimit the values in 'disk->list->[n]' by ", " (comma + space). - Fixed to delimit the values in 'disk->list->[n]' by ", " (comma + space).
- Fixed to detect if a device name defined in 'disk->list->[n]' does exist - Fixed to detect if a device name defined in 'disk->list->[n]' does really
in the system. exist in the system.
- Fixed a missing initialization of some data arrays in 'lmsens' which generated - Fixed a missing initialization of some data arrays in 'lmsens' which generated
the message "ERROR: while updating /var/lib/monitorix/lmsens.rrd: /var/lib/monitorix/lmsens.rrd: expected 52 data source readings (got 10) from N" if the the message "ERROR: while updating /var/lib/monitorix/lmsens.rrd: /var/lib/monitorix/lmsens.rrd: expected 52 data source readings (got 10) from N" if the
'sensors' command is missing. 'sensors' command is missing.
@ -17,7 +18,7 @@
- Fixed a bad temperature values extraction from the 'sensors' command in the - Fixed a bad temperature values extraction from the 'sensors' command in the
'lmsens' graph. 'lmsens' graph.
(thanks to Cédric Girard for pointing this out) (thanks to Cédric Girard for pointing this out)
- Fixed in 'nginx' to avoid use of uninitialized values and do show an error - Fixed in 'nginx' to avoid the use of uninitialized values and to show an error
message when Monitorix is unable to connect to the Nginx server. message when Monitorix is unable to connect to the Nginx server.
- Fixed in 'apache' to show an error message when Monitorix is unable to - Fixed in 'apache' to show an error message when Monitorix is unable to
connect to the Apache server. connect to the Apache server.
@ -27,15 +28,15 @@
connect to the Icecast server. connect to the Icecast server.
- Fixed in 'traffact' to show an error message when Monitorix is unable to - Fixed in 'traffact' to show an error message when Monitorix is unable to
connect to the HTTP server. connect to the HTTP server.
- Fixed to kill the child if parent exits unexpectedly. - Fixed to make sure to kill the child if parent exits unexpectedly.
- Fixed messages of 'Use of uninitialized value ...' in 'system', 'kern', 'fs' - Fixed messages of type 'Use of uninitialized value ...' in 'system', 'kern'
graphs on FreeBSD systems. and 'fs' graphs on FreeBSD systems.
- Fixed to extract correctly the minor number of kernel version on FreeBSD - Fixed to extract correctly the minor number of kernel version on FreeBSD
systems. systems.
- Fixed a bug in 'user' graph that prevented counting correctly the number of - Fixed a bug in 'user' graph that prevented counting correctly the number of
users currently logged in FreeBSD systems. users currently logged in FreeBSD systems.
- Fixed a bug in how data was collected using 'ipfw' which affected the 'port' - Fixed a bug in how data was collected using 'ipfw' which affected the 'port'
graph that was showing more activity than real. graph which was showing more activity than real.
3.0.0 - 18-Feb-2013 3.0.0 - 18-Feb-2013