Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# Logging
LOG_RENDERING_PERFORMANCE = True
LOG_CACHE_PERFORMANCE = True
LOG_METRIC_ACCESS = True
  • Find the DATABASES variable and un-comment it.
  • If you are NOT using a sqlite3 database, find the DATABASES variable, un-comment it and change the ENGINE parameter and add required parameters (username, password, hostname, port).
  • Save the file.

...

  • If you are using the default sqlite3 database, create an administrator username/password when prompted and then re-open local_settings.py, un-comment the DATABASES variable and add the administrator username/password to the DATABASES variable.
  • If you receive an error "ImportError: cannot import name execute_manager", you have an old version of graphite-web that requires Django 1.4. Get the latest changes from the GitHub repositories.

Make sure that the entire storage directory (default /opt/graphite/storage) and all files are owned by the webserver process.

...

'WHISPER_FALLOCATE_CREATE is enabled but linking failed.'

This can be disabled by turningsetting

WHISPER_FALLOCATE_CREATE = False

in /opt/graphite/conf/carbon.conf but this will not harm the running process and does not need to be disabled.

...