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

Update graphs to use safer RRD check #6781

Merged
merged 1 commit into from Jun 5, 2017
Merged

Update graphs to use safer RRD check #6781

merged 1 commit into from Jun 5, 2017

Commits on Jun 4, 2017

  1. Updated graphs to use safer RRD check

    Graphs that were using `file_exists()` to check for the presence of RRD
    files now use `rrdtool_check_rrd_exists()` instead. This is a fix for
    distributed poller configurations that are running `rrdcached` on a
    different host.
    aaron-goulet-bfg committed Jun 4, 2017
    Copy the full SHA
    ef2866f View commit details
    Browse the repository at this point in the history