Find installed version of graphite

时间:2017-10-12 09:57:22

标签: 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

2 个答案:

答案 0 :(得分:6)

如果您具有Graphite安装的Web访问权限,您还可以在/version/路径下查看当前运行的版本。

答案 1 :(得分:3)

我有同样的问题。我解决了它运行pip list,它显示你用pip安装的每个包。您还可以运行pip show graphite-webpip show whisper以获取更具体的信息。