Dependency modules for plugins

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 - supervisor
  • RabbitMQ - Management Plugin
How will I know if the module is installed properly?
While adding a plugin, if you get the error message "<Module not installed>", it means the dependency module is not present or the installed module is damaged.
Troubleshooting:
Please install the required module and restart the server agent. In the next data collection, your plugin monitor would be added to your Site24x7 account.



Related Articles:

    • Related Articles

    • 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 ...
    • 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 ...
    • Troubleshoot the HTTP Error 403 (Forbidden) for Jenkins

      When installing the Jenkins monitoring plugins, you may encounter the following error: HTTP Error 403: Forbidden: This error usually indicates that you don't have the necessary permissions to access a particular resource or perform a specific action ...
    • 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 ...
    • Troubleshoot the "ORA-12514" error when installing Oracle plugins

      When installing the Oracle database monitoring plugins, you may encounter the following error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor: This error typically occurs during attempts to establish a ...