Ubuntu 13.10 now includes graphite-web
package. But how should I set up Graphite, after installing the package? I only find Ubuntu 12.04 tutorials, which of course don't use the .deb packages. I'd rather not stumble through all the steps myself trial-and-error style.
Configuring GraphiteUncomment the SECRET_KEY parameter and change the value to something unique, long and easy to remember. 2. Specify the timezone because this will affect the time displayed on your graphs, so it is important to set. Set your time zone by editing the TIME_ZONE variable in the file.
You can also run pip show graphite-web or pip show whisper to get more specific information.
... and immediately after posting I remembered to check /usr/share/doc/graphite-web/README.Debian
which seems to have comprehensive instructions.
In addition to the README, I installed the graphite-carbon
package, and enabled it by modifying /etc/default/graphite-carbon
(change false
to true
), then running sudo /etc/init.d/carbon-cache start
. After that the daemon was listening on tcp port 2003.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With