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

    • Install and configure an Oracle plugin in Windows

      Prerequisites Ensure that the Site24x7 Windows server monitoring agent is installed in the system where the Oracle instance is running. Ensure python3 is installed in the system and add it to the Windows path. Refer to the link below for adding ...
    • Install the dependency module (oracledb) for the Oracle plugin

      To add the Oracle plugin, ensure the following dependency module is installed on your server to connect to the Oracle database: oracledb module for Python (Reference link: https://pypi.org/project/oracledb/) Follow these steps to install the oracledb ...
    • How do I add the Dell iDRAC plugin for Windows?

      Prerequisites Install the latest version of the Net-SNMP package. Follow these steps to install and configure it. Install Python 3.6. Plugin Installation Create a folder named idrac. Download the files from our GitHub repository and place them in the ...
    • Run python plugin scripts in Windows servers

      There are two methods to add Python to Windows path: Via the installation of a recent version of Python Manual entry of the paths Via the installation of a recent version of Python: Download a recent version of Python. Check the option Add Python to ...
    • Possible reasons why my Linux plugin has not been added to my Site24x7 account

      There may be instances when a Linux plugin monitor does not get added successfully to your Site24x7 account. Here are some frequently encountered errors, their reasons, and solutions you can implement to troubleshoot these instances and add the ...