zoukankan      html  css  js  c++  java
  • Announcing the Updated NGINX and NGINX Plus Plug‑In for New Relic (Version 2)

    In March, 2013 we released the first version of the “nginx web server” plug‑in for New Relic monitoring of the open source NGINX software and NGINX Plus. Since then, we’ve received lots of interest from users – we greatly appreciate it! The plug‑in continues to be one of the most popular New Relic plug‑ins, in spite of the few things that (we believe!) could be improved. If you don’t already have a New Relic account, sign up as a NewRelic “Friend with benefits”.

    We selected Ruby as the base language for the original plug‑in, because the New Relic platform itself is written in Ruby, the API was not yet published, and many things were changing quickly.

    Later, after the launch of the New Relic platform, we continued to work on adding a number of improvements based on users’ feedback and our own vision of how to improve the overall usability of the NGINX monitoring plug‑in, and realized the need for further changes.

    What’s New?

    Today, we are pleased to announce a major update of the NGINX plug‑in for New Relic, version 2.0, which includes the following changes:

    • The plug‑in is rewritten in Python. You no longer need to install Ruby.
    • The plug‑in is finally packaged. There are prebuilt packages for RHEL/CentOS‑based and Debian/Ubuntu‑based systems. An included init script enables you to easily set up autostart of the plug‑in.
    • There are two new sections in the live activity monitoring dashboard, for NGINX Plus customers:

      • Servers – Additional summary counters for virtual servers whose server configuration block includes the status_zone directive
      • Cache – Cumulative stats for all configured caches
    • Verbose logging is enabled by default.

    Installation

    Download the plug‑in and installation instructions.

    Configuring the Plug‑In

    The configuration file for the NGINX plug‑in is /etc/nginx-nr-agent/nginx-nr-agent.ini. The minimal configuration includes:

    • Your New Relic license key in the newrelic_license_key statement in the global section.

    • At least one source section. The name of the section is used in log entries only, and can contain almost any character string you want. Two parameters are required:

      • name – NGINX instance name in the New Relic UI.
      • url – Full URL to the corresponding instance. The plug‑in accepts source data in the format generated when the stub_status directive is included in the configuration of NGINX or NGINX Plus. It also supports the JSON‑formatted output generated when the status directive is included in an NGINX Plus configuration.

    You can include the optional http_user and http_pass statements to set HTTP basic authentication credentials in cases where the corresponding location is protected by the NGINX auth_basic directive.

    The default log file is /var/log/nginx-nr-agent.log.

    Running the Plug‑In

    You can manage the plug‑in with an init script. Run the service nginx-nr-agent command with the startstop, or status argument to start, stop, or display the status of the plug‑in, respectively.

    When started from an init script, the plug‑in daemon runs as the nobody user.

    You can start the plug‑in directly by running /usr/bin/nginx-nr-agent.py, with the following optional parameters:

    • -c--config – Path to configuration file
    • -p--pidfile> – Path to PID file
    • -f--foreground – Do not detach from terminal (useful for debugging)

    If everything is working as expected, the plug‑in appears as a tab in the New Relic UI:

    image of NGINX instance in New Relic instances list

    Dashboard Examples

    Overview

    The Overview tab displays the most basic metrics for the whole instance: number of active and idle connections, and request rate.

    image of Overview tab in New Relic UI

    Connections

    The Connections tab displays various metrics about client connections.

    image of Connections tab in New Relic UI

    Requests

    The Requests tab displays the number of requests currently being processed and the overall request rate.

    image of Requests tab in New Relic UI

    Upstreams (NGINX Plus only)

    The Upstreams tab displays detailed statistics about all configured upstream groups.

    image of Upstreams tab in New Relic UI

    Servers (NGINX Plus only)

    The Servers tab displays detailed statistics about all configured virtual server zones.

    image of Servers tab in New Relic UI

    Cache (NGINX Plus only)

    The Cache tab displays summary statistics for all configured caches.

    image of Caches tab in New Relic UI

    What’s Next?

    We plan to extend the plug‑in’s functionality with additional metrics for both NGINX and NGINX Plus, and your feedback is very important to us. Ideas, thoughts, questions? Let us know by commenting on this post.

    Thanks for using NGINX and NGINX Plus!

    To try NGINX Plus, start your free 30-day trial today or contact us.

  • 相关阅读:
    ASP.NET Cookies的使用
    How to trigger editing of elements inside a reorderlist?
    Not in 的LinQ实现
    .Net中TextBox回车捕捉
    多个TermQuery或一个MultiFieldQueryParser构建BooleanQuery多个域的检索学习实例代码
    ASP.NET的异常处理
    一些有用的API 之 飛信發短信
    C# lock 避免多人同时操作
    一個人性化的“Error 404”,不要錯過!
    SQL索引系列(四)
  • 原文地址:https://www.cnblogs.com/felixzh/p/8706235.html
Copyright © 2011-2022 走看看