-1

I am trying to install graphite in my local system and monitor it using grafana. When I search for installing graphite, I find many installing docker with graphite. for ex. https://www.linode.com/docs/uptime/monitoring/install-graphite-and-grafana/

Why do I need docker for installing Graphite

Sugan
  • 447
  • 1
  • 4
  • 16
  • Just easy to install it I think, if you manually install it, there will be pain I guess. – atline Sep 05 '18 at 07:19
  • 1
    Did you read the description, docker is required to "complete this guide", not that you cannot install Graphite at all without Docker. It's that with Docker it's super easy to install it, without Docker though it [can be](https://www.vultr.com/docs/how-to-install-and-configure-graphite-on-centos-7) a pain in the **s if you ask me. – Mike Doe Sep 05 '18 at 07:20

1 Answers1

1

You don't need to install with Docker. See https://graphite.readthedocs.io/en/latest/install.html#id2 for other installation options.

Popieluch
  • 180
  • 1
  • 8