Welcome to Centmin Mod Community
Register Now

Nginx Nginx Amplify Open Source Monitoring Service

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Nov 18, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nginx Amplify is a new product for server monitoring for Nginx open source web server. They are opening up early beta testing at NGINX Amplify: New Monitoring and Configuration Assistance Platform - NGINX.

    Update: October 27, 2018 notes on dealing with custom nginx access log configurations

    Update: February 19, 2018 - Nginx Amplify has been out of beta for a while now. They even support PHP-FPM status metric monitoring and alerts now :cool:

    Update: August 19, 2017 - for the extended Amplify metrics it requires setting up separate access log with extended Nginx metrics as outlined here (123.09beta01 has support for the extended metrics format already).
    @Matt @RoldanLT @Matt Williams @Tracy Perry @JarylW @pamamolf @Xon @Steve Tozer @hungphutho @BamaStangGuy @Andy @dorobo @jeffwidman @Mask @deltahf @KeVo @Guilherme Jaccoud @Sunka @Daniel J. Lewis @Jake @ndha


    Anyone going to beta test Nginx Amplify ? :)

    upload_2015-11-18_5-11-59.png
     
    Last edited: Oct 27, 2018
  2. Matt Williams

    Matt Williams WordPress Fanatic

    537
    104
    43
    Nov 22, 2014
    Virginia, USA
    Ratings:
    +157
    Local Time:
    5:58 PM
    latest
    10
    awesome! I'm always up to try new things! Thanks Eva!
     
  3. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:58 PM
    1.5.15
    MariaDB 10.2
    I've requested access
     
  4. Matt Williams

    Matt Williams WordPress Fanatic

    537
    104
    43
    Nov 22, 2014
    Virginia, USA
    Ratings:
    +157
    Local Time:
    5:58 PM
    latest
    10
    I've been using Node Query thanks to @Matt but this seems better so I sent a request as well
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Signing up now too.. wonder if they have an API so you can auto register new servers after their agent is installed ? Would be a nice piece of integration into Centmin Mod LEMP stack - auto install stack + register with Nginx Amplify if you can pass a API token/key to the installer :)
     
  6. Ahmad

    Ahmad Active Member

    209
    80
    28
    Apr 13, 2015
    Ratings:
    +150
    Local Time:
    11:58 PM
    1.9.9
    10.1.10
    Signed up aswell :)
     
  7. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    11:58 PM
    Nginx 1.17.9
    MariaDB 10.3.22
    I am still new in this, so I will be waiting for installing tutorial here (y)
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Good to get into the beta then you can ask Nginx folks for help hehe

    Looks like I found Nginx's Amplify Agent code at nginxinc/nginx-amplify-agent · GitHub :D From the looks of it the agent is written in Python :)

    From installer code nginx-amplify-agent/install.sh at master · nginxinc/nginx-amplify-agent · GitHub looks like requires Python 2.6 or 2.7 to run and install.

    Letsencrypt client in python and now this agent.. I need to learn to code in Python :D
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Nginx Amplify Docs nginxinc/nginx-amplify-doc · GitHub

    Looks easy to install the agent for CentOS at least nginx-amplify-doc/amplify-guide.md at master · nginxinc/nginx-amplify-doc · GitHub

    Nginx stats come via usual stub_status output nginx-amplify-doc/amplify-guide.md at master · nginxinc/nginx-amplify-doc · GitHub
     
    Last edited: Nov 18, 2015
  10. Ahmad

    Ahmad Active Member

    209
    80
    28
    Apr 13, 2015
    Ratings:
    +150
    Local Time:
    11:58 PM
    1.9.9
    10.1.10
    Just received an invitation code :D
    Going to check it out!
     
  11. Matt Williams

    Matt Williams WordPress Fanatic

    537
    104
    43
    Nov 22, 2014
    Virginia, USA
    Ratings:
    +157
    Local Time:
    5:58 PM
    latest
    10
    I received mine to and went to install the agent and it failed :cry:

    Showing -

     
  12. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah still waiting on my invite !
     
  13. Ahmad

    Ahmad Active Member

    209
    80
    28
    Apr 13, 2015
    Ratings:
    +150
    Local Time:
    11:58 PM
    1.9.9
    10.1.10
    Install worked fine :)
    Had to edit their install.sh file to disable the nginx* exclude so it would install otherwise you would get
    Code (Text):
    No package nginx-amplify-agent available.

    Changed
    Code (Text):
    install_cmd="yum install"
    to
    Code (Text):
    install_cmd="yum --disableexcludes=main install"

    Not sure if thre is a way to explicitly allow nginx-amplify-agent in yum.conf.
     
  14. Matt Williams

    Matt Williams WordPress Fanatic

    537
    104
    43
    Nov 22, 2014
    Virginia, USA
    Ratings:
    +157
    Local Time:
    5:58 PM
    latest
    10
    what path did you use to edit the installer @Ahmad ?
     
  15. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  16. Ahmad

    Ahmad Active Member

    209
    80
    28
    Apr 13, 2015
    Ratings:
    +150
    Local Time:
    11:58 PM
    1.9.9
    10.1.10
  17. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  18. Eugene Morozov

    Eugene Morozov New Member

    3
    4
    3
    Nov 26, 2015
    Ratings:
    +7
    Local Time:
    12:58 AM
    1.9.7
    None
    Hello, guys.

    I'm the project manager at NGINX Amplify. We appreciate your interest in Amplify!

    We are paying attention to your issue involving "excludes=nginx*." ( account for yum.conf excludes=nginx* · Issue #8 · nginxinc/nginx-amplify-agent · GitHub ). Currently, we are thinking about changing the package name.

    If you have any questions, please do not hesitate to contact me. Also, anyone who didn't receive an invite code may email me directly ( morozov (at) nginx.com ).
     
  19. eva2000

    eva2000 Administrator Staff Member

    54,051
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    8:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  20. Matt Williams

    Matt Williams WordPress Fanatic

    537
    104
    43
    Nov 22, 2014
    Virginia, USA
    Ratings:
    +157
    Local Time:
    5:58 PM
    latest
    10
    Finally got it going! Thank you for this fantastic development @Eugene Morozov !