How do I add the Dell iDRAC plugin for Windows?
Prerequisites
Ensure that the following prerequisites are met before using the
iDRAC plugin for Windows:
- Install the latest version of the Net-SNMP package. You can follow this document to configure SNMP agents in your Windows Server or follow the steps below:
- Go to the Control Panel. Click Programs > Programs and Features, and then click Turn Windows features on or off. If you’re prompted with User Account Control dialog box, click Continue or Yes (varies with versions).
- In Turn Windows features on or off, check the box next to Simple Network Management Protocol (SNMP) or SNMP feature (again, varies with versions) and click OK.
Supported versions: 1 and 2c
Credentials: SNMP read-only community string- Install Python 3.6.
- Set the PowerShell ExecutionPolicy as RemoteSigned.
Points to note when adding the iDRAC plugin for the Windows Server
- Download the files from this path.
- Copy the MIB file and paste it in <net snmp installation folder> \share\snmp\mibs.
- Add mibs +IDRAC-MIB as the last line to "<net snmp installation folder>"\etc\snmp\snmp.conf".

- Change the <python-installed-path> in idrac.ps1.
$python = "<python-installed-path>\Python36-32\python.exe" #change the pytho path - Create a folder, idrac, in <Installation Directory>\monitoring\Plugins\ (default path: C:\Program Files (x86)\Site24x7\WinAgent\monitoring\Plugins) and place your idrac.ps1 file in this folder.
- When adding a plugin, ensure the plugin name and folder name are identical.

The above troubleshooting steps apply to all iDRAC plugins (idrac_battery, idrac_memory, idrac_fan, idrac_pdisk, idrac_powerunit, idrac_powersource, idrac_cpu, idrac_sensor, idrac_vdisk).
Related Articles
How to troubleshoot my Windows PowerShell Plugin?
By default, the Site24x7 monitoring Windows agent will run as a SYSTEM user. In case, if you would like to verify if the plugin script is giving the output properly as SYSTEM user, follow these steps: Download PsExec from this link and extract the ...
Add a new Windows plugin
Our open eco system for plugins give you the flexibility to create your own plugins and monitor data that you need, the way you want. You can also set thresholds to individual attributes and choose to get alerted if the set values exceed. 10 plugins ...
Add new attributes to an existing Windows plugin
While adding new attributes to an existing Windows plugin, please make sure that the version of the script be changed. For instance, the default version is set to "1" for the first plugin that is set-up. The user needs to update the version to "2" ...
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 ...
FAQs related to Windows Service monitoring
After installing APM Insight Windows service monitoring agent , if you don't see data in the Site24x7 console, or if you are unable to add monitors, kindly follow the below given steps to troubleshoot. If few monitors are not getting added: Check for ...