Search code examples
graphite

Find installed version of graphite


I have deployed graphite with nginx some time ago, with chef, but didn't froze versions to be installed. Thus now, trying to install with the same recipe i get errors because of missing something related to versions.

I need to find what version of Graphite I have installed on my other CentOS machines, to be able to figure out how to repair recipe.

Thank you.

Gabriel


Solution

  • I had the same issue. I solved it running a pip list, which displays every package you installed with pip. You can also run pip show graphite-web or pip show whisper to get more specific information.