update Changes

This commit is contained in:
Jordi Sanfeliu 2019-04-30 15:22:50 +02:00
parent afdc328f14
commit 72c777355b
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
- Added the ability, in the alerts of 'ambsens.pm', to support a range of two
values, separated by a dash, in the threshold. [#221]
- Added support for FreeBSD NFS Server stats. [#238]
- Changed the main loop functionality using now the select() function, instead
of the alarm()+pause() pair. This should improve the responsiveness on high
system loads. [#230]
- Fixed the copyright year in 'monitorix.cgi'.
- Fixed in 'mail.pm to use the option 'mail_log' instead the hard coded path I
forgot to remove when adding the Exim support.