Troubleshooting for NGINX

Why is my NGINX plugin not added to my Site24x7 account

An important prerequisite for adding a NGINX plugin is the correct configuration of the status URL. 

NGINX plugin uses the status URL to pull the performance metrics of the NGINX server. By default, the plugin will have http://localhost/status/ as the configured status URL. 

If this is different from the default URL, then the user has to update the URL accordingly in the Config section (NGINX_STATUS_URL) of the NGINX plugin. Restart the agent after successful update.

In case the problem still persists, execute the plugin and check whether the plugin provides any performance data. Please perform the below steps in the server: 
  1. Enter the following commands
    cd /opt/site24x7/monagent/plugins/nginxplus
    ./nginxplus.py
  2. Share the output with Site24x7 Support for further assistance

For more information on how to configure a NGINX plugin, please click here.





    • Related Articles

    • How to configure the NGINX status page for monitoring NGINX performance

      The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
    • Troubleshoot connection errors in the MySQL plugin

      When configuring the MySQL plugin, you may encounter the following errors: Error : Connection Error - This error typically indicates that there is a problem establishing a connection to the database. Sometimes, this message is supplemented with an ...
    • What are the dependency modules to be installed while adding a plugin?

      Please find below the list of plugins with their required dependency modules: MySQL - pymysql Redis - redis Postgres - psycopg2 Memcached - memcached MongoDB - pymongo DB2 - ibm_db StatsD - statsd iNode - psutil Twilio - twilio Supervisord - ...
    • Troubleshoot the "pymysql module not found" error when installing the MySQL plugin

      If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used ...
    • How to view perfmon counters in Windows?

      To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...