Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist the interval in the conf file as a number #859

Merged
merged 2 commits into from
Oct 10, 2018

Commits on Oct 9, 2018

  1. Persist the interval in the conf file as a number

    When passing it as a string the plugin will basically ignore the
    setting and write the following to the log file:
    
      cf_util_get_cdtime:
         The Interval option requires exactly one numeric argument.
    
    Without this patch it's not possible to declare different databases with
    different query interval.
    nbarrientos committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    8ae05df View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    f9b83ce View commit details
    Browse the repository at this point in the history