Skip to content

Version 0.7.3 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeremyandrews jeremyandrews released this 19 May 07:10
· 264 commits to master since this release

The netgrasp daemon was renamed to netgraspd. Associated files default names (log, pid, configuration) were also renamed appropriately. This can make upgrading from earlier beta releases somewhat painful. Also, [Email] configuration option smtp_ssl was replaced with smtp_mode due to new dependency on pyzmail -- pyzmail is only required if you enable email notifications.

Changes since last release

  • Added dependency on pyzmail for sending email
    • smtp_ssl replaced with smtp_mode -- allowed values: normal, ssl, tls
    • email addresses can include human name as follows: NAME 1|EMAIL1, NAME 2|EMAIL2
  • New alert type: duplicate_mac
  • Improved reading of lists from configuration file
  • Added explicit enabled flag to [Email] and [Notifications]
  • Validate enabled alert and digest types
  • Fixed several crashing bugs
  • Improved debug output
  • Improved documentation