Revisions of vnstat

buildservice-autocommit accepted request 1144703 from Chris O's avatar Chris O (ochristi) (revision 74)
baserev update by copy to link target
Chris O's avatar Chris O (ochristi) accepted request 1144040 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 73)
* Update to version 2.12.
* Add Provides for group and user names as required by rpm 4.19.
* Drop conditionals supporting EOL openSUSE versions.
buildservice-autocommit accepted request 1111354 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 72)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1106170 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 71)
- Update to version 2.11
  Fixed
  * Database queries worked only if SQLite double-quoted string (DQS)
    feature (https://www.sqlite.org/quirks.html#dblquote) was enabled
  * Disabling data resolutions in data retention configuration didn't result
    in possibly existing database entries getting removed from the database
  * Disabling data resolutions in data retention configuration didn't result
    in the data resolution getting disabled but instead storing data forever
  * "expr: syntax error" during configure in BSD (pull request by namtsui)
  * Image output summary would show only "no data available" text in case of
    zero total traffic even when the historical data of no traffic could have
    been shown instead
  * Image output "-o -" content could get corrupted due to info, warning and
    error messages also using stdout, configuration file warnings being the
    most likely source, now uses stderr in image output
  * Configuration validation was too heavily limiting and enforcing image
    output 5 minute graph related configuration options for combinations that
    would have resulted in usable images
  New
  * Database cleanup has been changed to interpret data retention
    configuration as number of entries to be kept instead of calendar time,
    this restores the behaviour to similar as it was up to version 1.18, the
    difference is visible only on systems that aren't powered all the time
  * Database is vacuumed during daemon startup and reload, behaviour is
    configurable using VacuumOnStartup and VacuumOnHUPSignal configuration
    options
  * Add configuration option InterfaceOrder for controlling the interface
    order in outputs with multiple interfaces
  * Used data retention configuration is made visible during daemon startup
    and after configuration reloads
buildservice-autocommit accepted request 1041660 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 70)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1041323 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 69)
- Drop vnstat-if.sh, the used options are not supported anymore by
  vnstat and only create error messages
buildservice-autocommit accepted request 1031126 from Chris O's avatar Chris O (ochristi) (revision 68)
baserev update by copy to link target
Chris O's avatar Chris O (ochristi) accepted request 1030532 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 67)
- Update to version 2.10:
  Fixed
  * Image output of 5 minute graph wasn't possible if data
    retention of the 5 minute time period was configured as
    unlimited.
  * Estimates and average rates weren't calculated correctly for
    daily, monthly and yearly time periods when monitoring of the
    interface had been started during the ongoing time period.
  * Estimates weren't being shown in summary output when
    OutputStyle or --style was configured with a value less than 2.
  * Alignment of column header in short output wasn't correct when
    OutputStyle or --style was configured with the value 0 (vnstat)
  New
  * Support input of more than 31 characters in interface name when
    using interface1+interface2 syntax data merge queries.
  * Support passing --config option multiple times, later files
    override earlier files if settings overlap (vnstat and vnstati)
  * Add configuration option EstimateVisible for controlling the
    visibility of the estimate line.
  * Add configuration option EstimateText for modifying the default
    "estimated" text string when the estimate line is visible.
  * Add --style support to -tr / --traffic output.
  * Add summary option to --json and --xml outputs.
  * Add timestamps to --json and --xml outputs.
  * Add Prometheus compatible metrics endpoint cgi to examples.
    (examples/vnstat-metrics.cgi)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 948498 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
- update to 2.9:
   * RescanDatabaseOnSave configuration option wasn't being read from the
     configuration file resulting in the feature always being enabled
   * Hourly graph image output using large fonts didn't correctly fade out
     the x-axis line for hours not having data available
   * Add --alert for producing output and/or specific exit status when
     configured condition and transfer limit is exceeded, can also be used
     for "quota remaining" type of queries depending on used parameters
   * Add configuration option InterfaceMatchMethod which allows configuring
     the possibility of specifying an interface for database queries by using
     its alias instead of system provided interface name, enabled by default
     to support case insensitive matching of the beginning of interface
     aliases (vnstat and vnstati)
   * Image output file extension allows selecting the used image file format
     as long as the used LibGD supports it, PNG is no longer the only option
   * Add configuration option HourlyGraphMode for changing the output mode
     of the graph, 0 = 24 hour sliding window (default, as in previous
     releases), 1 = graph begins from midnight
   * Add mode parameter for -hg / --hoursgraph options for overriding the
     HourlyGraphMode configuration option setting from the command line
   * Add vertical line to image output hourly graph to visualize midnight
   * Add -t / --timestamp options to daemon for enabling timestamps to prints
     when the daemon is running in the foreground attached to a terminal
   * Accept ; as comment character in configuration file in addition to #
   * Comment out keywords which are using default values with ; character in
     provided configuration file and --showconfig output
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 948473 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 65)
- Update to version 2.9:
  Fixed
  * RescanDatabaseOnSave configuration option wasn't being read
    from the configuration file resulting in the feature always
    being enabled.
  * Hourly graph image output using large fonts didn't correctly
    fade out the x-axis line for hours not having data available.
  New
  * Add --alert for producing output and/or specific exit status
    when configured condition and transfer limit is exceeded, can
    also be used for "quota remaining" type of queries depending
    on used parameters.
  * Add configuration option InterfaceMatchMethod which allows
    configuring the possibility of specifying an interface for
    database queries by using its alias instead of system provided
    interface name, enabled by default to support case insensitive
    matching of the beginning of interface aliases (vnstat and
    vnstati).
  * Image output file extension allows selecting the used image
    file format as long as the used LibGD supports it, PNG is no
    longer the only option.
  * Add configuration option HourlyGraphMode for changing the
    output mode of the graph, 0 = 24 hour sliding window (default,
    as in previous releases), 1 = graph begins from midnight.
  * Add mode parameter for -hg / --hoursgraph options for
    overriding the.
  * HourlyGraphMode configuration option setting from the command
    line.
  * Add vertical line to image output hourly graph to visualize
    midnight.
Chris O's avatar Chris O (ochristi) accepted request 934411 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 64)
- update to 2.8:
  - Using a combination of --live and --json wasn't flushing stdout after
    each line resulting in buffered output if the output was being piped
  - Image output would fail to show the last line bar graph in list outputs
    if EstimateStyle was 0, BarColumnShowsRate was 1 and the last line had a
    higher traffic rate than other lines
  - Image output didn't correctly horizontally align the "no data available"
    message in 5 minute graph depending on the width of the image
  - Image output related configuration warnings could get shown when image
    output wasn't being used
  - Warnings of mismatches between image output and data retention
    configuration didn't provide relevant details for solving the issues
  - BandwidthDetection was being used for tun interfaces even when the
    Linux kernel had the information hardcoded to 10 Mbit regardless of the
    used real interface, interface specific MaxBW will now be used instead
    or MaxBandwidth as fallback
  - Configured interface specific MaxBW values were getting overridden by
    BandwidthDetection when something could be detected
  - Image output horizontal rx/tx bars often had one pixel too much width in
    the tx section resulting in slightly wrong ratio getting shown
  - Top days list wasn't always sorting entries with exactly the same traffic
    sum using ascending date
  - 64bitInterfaceCounters with value -2 always assumed 32-bit on Linux
    systems until a 64-bit value was seen if kernel headers weren't available
    when binaries were built
  - Add the possibility of specifying an interface without using the
    -i / --iface options (vnstat and vnstati)
  - The daemon can discover added interfaces from the database without
    requiring a restart, configurable with option RescanDatabaseOnSave
  - Add configuration option UseUTC for using UTC as timezone for database
buildservice-autocommit accepted request 899072 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 63)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 897824 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 62)
- Install examples/systemd/simple/vnstat.service
- Drop not longer needed patch:
  * systemd234.patch
buildservice-autocommit accepted request 896423 from Chris O's avatar Chris O (ochristi) (revision 61)
baserev update by copy to link target
Chris O's avatar Chris O (ochristi) accepted request 893482 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 60)
- Update to version 2.7
  Fixed
  * Possibility of segmentation fault with image list output when
    database existed but no data was available.
  * ./configure output could show invalid install paths with some
    parameter combinations.
  * Columns in text hours graph output could get misaligned if the
    selected system locale used a UTF-8 sequence for the thousands
    separator instead of a single character.
  New
  * Add -5g / --fivegraph options to image output with sizing
    related parameters for the output of a 5 minute resolution bar
    graph
  * Add configuration option SummaryGraph and optional parameter
    for --hsummary and --vsummary for selecting which graph is
    shown next to the summary data in the horizontal and vertical
    summary image outputs.
  * Add --large / --small options and configuration option
    LargeFonts for controlling the image output font size.
  * Add --scale and configuration option ImageScale for scaling the
    image output to a given percent.
  * Add configuration option LineSpacingAdjustment for adjusting
    the line spacing of list format image outputs.
  * Add bar visualizations for traffic estimations in image output
  * Allow writing image output to a filename starting with "-".
  * Add --initdb to daemon for creating a new empty database
    without having the daemon process staying running, doesn't
    discard data if a database already exists.
  * Add configuration option BarColumnShowsRate for having the bar
    column in image list outputs be scaled according to the average
buildservice-autocommit accepted request 839017 from Chris O's avatar Chris O (ochristi) (revision 59)
baserev update by copy to link target
Chris O's avatar Chris O (ochristi) accepted request 839013 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 58)
- Adapt mod_authz_host parameter instead of deprecated mod_access_compat
  parametere.
buildservice-autocommit accepted request 769778 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 57)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 769741 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 56)
Shortcut through -mini
buildservice-autocommit accepted request 767030 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 55)
baserev update by copy to link target
Displaying revisions 1 - 20 of 74
openSUSE Build Service is sponsored by