我尝试使用PIP
在https://github.com/MeetMe/newrelic-plugin-agent中所述安装MeetMenewrelic-plugin-agent
但是,我有以下错误消息:
#pip install newrelic-plugin-agent
Downloading/unpacking newrelic-plugin-agent
Real name of requirement newrelic-plugin-agent is newrelic_plugin_agent
Could not find any downloads that satisfy the requirement newrelic-plugin-agent
No distributions at all found for newrelic-plugin-agent
日志是:
------------------------------------------------------------
/usr/local/bin/pip run on Sun Jun 23 12:21:48 2013
Downloading/unpacking newrelic-plugin-agent
Getting page https://pypi.python.org/simple/newrelic-plugin-agent/
Could not fetch URL https://pypi.python.org/simple/newrelic-plugin-agent/: HTTP Error 404: Not Found (newrelic_plugin_agent does not have any releases)
Will skip URL https://pypi.python.org/simple/newrelic-plugin-agent/ when looking for download links for newrelic-plugin-agent
Getting page https://pypi.python.org/simple/
Real name of requirement newrelic-plugin-agent is newrelic_plugin_agent
URLs to search for versions for newrelic-plugin-agent:
* https://pypi.python.org/simple/newrelic_plugin_agent/
Getting page https://pypi.python.org/simple/newrelic_plugin_agent/
Could not fetch URL https://pypi.python.org/simple/newrelic_plugin_agent/: HTTP Error 404: Not Found (newrelic_plugin_agent does not have any releases)
Will skip URL https://pypi.python.org/simple/newrelic_plugin_agent/ when looking for download links for newrelic-plugin-agent
Could not find any downloads that satisfy the requirement newrelic-plugin-agent
感谢您的帮助。
答案 0 :(得分:6)
今天在Ubuntu 12.04上安装插件代理后,我增强了MeetMe提供的指南。 请尝试以下步骤:
安装pip:
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade virtualenv
对于某些插件,可能还有其他安装,因此请查看插件说明。 [MongoDB插件例如需要Mongo的python驱动程序]
将配置文件示例复制到/etc/newrelic/newrelic_plugin_agent.cfg并编辑该文件中的配置以启用插件并设置New Relic许可证密钥:
$ sudo cp /opt/newrelic_plugin_agent/etc/newrelic/newrelic_plugin_agent.cfg /etc/newrelic/newrelic_plugin_agent.cfg
将newrelic文件夹的所有权更改为newrelic用户:
$ sudo chown newrelic:newrelic /var/run/newrelic
$ sudo chown newrelic:newrelic /var/log/newrelic
运行代理:
$ sudo newrelic_plugin_agent -c /etc/newrelic/newrelic_plugin_agent.cfg
如果进程没有停留,请尝试将其作为前台进程运行并检查输出:
$ sudo newrelic_plugin_agent -c /etc/newrelic/newrelic_plugin_agent.cfg -f