Не удалось найти файлы для загрузки, которые удовлетворяют требованию newrelic-plugin-agent

Я пытался установить MeetMe newrelic-plugin-agent как описано в https://github.com/MeetMe/newrelic-plugin-agent с PIP

но у меня есть это сообщение об ошибке:

#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

Спасибо за вашу помощь.

1 ответ

Решение

После установки Plugin Agent сегодня в Ubuntu 12.04 я усовершенствовал руководство, которое предоставляет MeetMe. Попробуйте следующие шаги:

  1. Установить пункт:

    $ sudo apt-get install python-pip python-dev build-essential

    $ sudo pip install --upgrade pip

    $ sudo pip install --upgrade virtualenv

  2. Для некоторых плагинов могут быть дополнительные установки, поэтому ознакомьтесь с инструкциями к плагину. [Плагину MongoDB, например, нужен драйвер python для Mongo]

  3. Скопируйте пример файла конфигурации в /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

  4. Смена владельца новых папок на нового пользователя:

    $ sudo chown newrelic:newrelic /var/run/newrelic

    $ sudo chown newrelic:newrelic /var/log/newrelic

  5. Запустите агент:

    $ sudo newrelic_plugin_agent -c /etc/newrelic/newrelic_plugin_agent.cfg

  6. Если процесс не останавливается, попробуйте запустить его как приоритетный процесс и проверить вывод:

    $ sudo newrelic_plugin_agent -c /etc/newrelic/newrelic_plugin_agent.cfg -f

Другие вопросы по тегам