Skip to content
Permalink
master

Commits on Feb 20, 2022

  1. fix BandwidthDetection in BSD lacking correct conversion from kernel …

    …reported bits per second values to vnStat expected Mbit per second values, found in #224
    vergoh committed Feb 20, 2022

Commits on Feb 19, 2022

  1. fix interface merge data processing when the interface merge name giv…

    …en as input exceeds 31 characters (fixes #225)
    vergoh committed Feb 19, 2022

Commits on Feb 18, 2022

  1. support input of more than 31 characters in interface name when using…

    … interface1+interface2 syntax data merge queries (resolves #225)
    vergoh committed Feb 18, 2022

Commits on Jan 23, 2022

  1. bump version to 2.10 beta

    vergoh committed Jan 23, 2022

Commits on Jan 22, 2022

Commits on Jan 21, 2022

  1. restore 3 lines of duplicated code since no single warning suppressio…

    …n in code appears to make all compilers and compiler versions happy at the same time
    vergoh committed Jan 21, 2022

Commits on Jan 20, 2022

  1. improve --alert output layout

    vergoh committed Jan 20, 2022

Commits on Jan 15, 2022

  1. Merge pull request #219 from cgzones/env

    Cache environment variable
    vergoh committed Jan 15, 2022
  2. Cache environment variable

    Only the gather the requested environment variable once, since it should not
    change between calls.
    
    Also silences clang-analyzer warnings:
    
        src/cfg.c:561:7: warning: Null pointer passed to 1st parameter expecting 'nonnull' [core.NonNullParamChecker]
                        if (strstr(getenv(LC_ALL), UTF) != NULL) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    cgzones committed Jan 15, 2022

Commits on Jan 13, 2022

Commits on Jan 12, 2022

Commits on Jan 10, 2022

  1. add usage estimate to --alert outputs, refactor --alert to have separ…

    …ate parameters for selecting output and exit status behaviour
    vergoh committed Jan 10, 2022

Commits on Jan 8, 2022

  1. add help text for --alert for explaining all available parameters and…

    … improve error prints in parameter validation
    vergoh committed Jan 8, 2022
  2. add action parameter for --alert for controlling the alert behaviour …

    …(verbosity and exit values)
    vergoh committed Jan 8, 2022

Commits on Jan 7, 2022

Commits on Jan 6, 2022

Commits on Jan 3, 2022

  1. refactor configuration file and --showconfig output to comment out ke…

    …ywords using default values with ; character, remove test keyword from provided example configuration and generate a configuration file with all options enabled before test execution
    vergoh committed Jan 3, 2022

Commits on Jan 2, 2022

  1. improve spacing around midnight vertical line in hourly graph images …

    …output, fix x-axis line not correctly getting faded out in large font hourly graph image output when not all hours are available in the database
    vergoh committed Jan 2, 2022

Commits on Jan 1, 2022

  1. add -t / --timestamp options to daemon for enabling timestamps to pri…

    …nts when the daemon is running in the foreground attached to a terminal
    vergoh committed Jan 1, 2022
  2. fix minor clang warning

    vergoh committed Jan 1, 2022
  3. document ; being now accepted as comment character in the configurati…

    …on file in addition to #
    vergoh committed Jan 1, 2022
  4. add configuration option InterfaceMatchMethod for configuring how the…

    … interface name matching for queries behaves, option 0 provides the previously used method while other options extend it to match also based on the interface alias
    vergoh committed Jan 1, 2022
  5. allow use of ; character in configuration file as first character of …

    …the line as comment in addition to #
    vergoh committed Jan 1, 2022

Commits on Dec 31, 2021

Commits on Dec 29, 2021

  1. add alternative output mode for image output hourly graph with hours …

    …starting from midnight instead of using a 24 hour sliding window (closes #216), add vertical line to image output hourly graph to visualize midnight (not visible when midnight is the first hour)
    vergoh committed Dec 29, 2021
Older