Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vnstat2: update to version 2.10 | Jan Hoffmann | 2022-10-23 |
| | | | | Signed-off-by: Jan Hoffmann <jan@3e8.eu> | ||
* | vnstat2: update to version 2.9 | Jan Hoffmann | 2022-01-25 |
| | | | | Signed-off-by: Jan Hoffmann <jan@3e8.eu> | ||
* | vnstat2: fix all interfaces being monitored when none are configured | Jan Hoffmann | 2021-10-28 |
By default, vnstatd adds all available interfaces on startup when its database is empty. The --noadd option prevents this, but it breaks import of legacy databases, and causes vnstatd to exit immediately after startup, which breaks reloading. This changes the init script to add the --noadd option when no legacy databases need to be imported, and patches vnstatd to keep running even when no interfaces are configured. Signed-off-by: Jan Hoffmann <jan@3e8.eu> |