How do I add the Dell iDRAC plugin for Windows

How do I add the Dell iDRAC plugin for Windows?

Prerequisites
  1. Install the latest version of the Net-SNMP package. Follow these steps to install and configure it.
  2. Install Python 3.6.
Plugin Installation
  1. Create a folder named idrac.
  2. Download the files from our GitHub repository and place them in the idrac folder.
    Note: When adding the files, ensure the plugin name and folder name are identical.
  3. To check if the plugin is working, execute the command below with appropriate arguments and check for a valid JSON output with applicable metrics and their corresponding value.
    idrac.py --hostname 10.19.1.0 --community public --version 2c
  4. Add the applicable configurations in the idrac.cfg file.
    [idrac_main]
    hostname = 'hostname'
    snmp_version = '2c'
    snmp_community_str = 'public'
  5. To run a Python script in a Windows server, follow these steps.
  6. Move the idrac folder to the Site24x7 Windows server monitoring plugins directory:
    C:\Program Files (x86)\Site24x7\WinAgent\monitoring\plugins\
The steps above apply to all the iDRAC plugins (idrac_battery, idrac_memory, idrac_fan, idrac_pdisk, idrac_powerunit, idrac_powersource, idrac_cpu, idrac_sensor, idrac_vdisk). Visit the iDRAC plugins webpage and follow the links to download the respective iDRAC plugin and install it.


    • Related Articles

    • How to uninstall the Site24x7 Windows Server Monitoring Agent

      Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as 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 ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Troubleshoot the Error 404 and Error 99 for RabbitMQ

      When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
    • Executables and scripts to allow for Windows server monitoring

      One of the reasons you could not enable Site24x7 server monitoring could be your organization's group policy denying access to the executables, scripts, and batch files associated with Site24x7 server monitoring. Mark the following executables, ...