Skip to content

Releases: szaguldo-kamaz/warnquota-ng

v1.00

19 Apr 04:42
Compare
Choose a tag to compare
  • drop root privileges, keeping only the required capabilities when running repquota
  • separate data gathering (repquota) / data processing execution (with different user privileges)
  • use repquota csv output if available
  • many other improvements

v0.50

10 Oct 14:24
Compare
Choose a tag to compare
  • new format for statefile and fsconfigs, therefore no more exec() for parsing them
  • implemented locking on fsconfig files
  • a few other minor fixes

v0.40

28 Aug 05:49
Compare
Choose a tag to compare

Notable new features:

  • LDAP support
  • SMTP AUTH support

And some other minor improvements...

v0.30

10 Aug 17:26
d907225
Compare
Choose a tag to compare

First public release of warnquota-ng, which is an easy to use system tool for sophisticated quota limit notifications for Linux systems, intended to provide a replacement for the original "warnquota" tool.

Features:
- send "over quota" alerts when a limit is reached
- send notifications (pre-alerts) before the actual limit is reached (configurable %)
- send confirmation when quota is below the limit again
- sends repeated reminders based on configured intervals
- notifies both the user and an admin
- configurable to alert only the admin regarding inode quota limits
- arbitrary e-mail addresses for alerting users and admins
- multi-language support
- uses SMTP directly with SSL/STARTTLS support
- per-user configuration

Requirements:
- Python 3 (tested with 3.2)
- quota tools (repquota)
- access to an SMTP server
- cron