mirror of https://github.com/mikaku/Monitorix.git
updated
This commit is contained in:
parent
cb36a02e57
commit
82cb819524
20
Changes
20
Changes
|
@ -1,6 +1,26 @@
|
|||
3.N.N - NN-XXX-2013
|
||||
====================
|
||||
- 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
|
||||
in the system.
|
||||
- Fixed a missing initialization of some data arrays in 'lmsens' that 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
|
||||
'sensors' command is missing.
|
||||
- Fixed in 'lmsens' to not use the returned value (error) when 'nvidia-smi'
|
||||
command is not installed in the system.
|
||||
- Fixed a bad temperature values extraction from the 'sensors' command in the
|
||||
'lmsens' graph.
|
||||
(thanks to Cédric Girard for pointing this out)
|
||||
- Fixed in 'nginx' to avoid use of uninitialized values and show an error
|
||||
message when Monitorix is unable to connect to the Nginx server.
|
||||
- Fixed in 'apache' to show an error message when Monitorix is unable to
|
||||
connect to the Apache server.
|
||||
- Fixed in 'lighttpd' to show an error message when Monitorix is unable to
|
||||
connect to the Lighttpd server.
|
||||
- Fixed in 'icecast' to show an error message when Monitorix is unable to
|
||||
connect to the Icecast server.
|
||||
- Fixed in 'traffact' to show an error message when Monitorix is unable to
|
||||
connect to the HTTP server.
|
||||
|
||||
|
||||
3.0.0 - 18-Feb-2013
|
||||
|
|
Loading…
Reference in New Issue