Windows plugins
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 ...
Install the Net-SNMP package in Windows for SNMP-based plugins (iDRAC and HP iLO)
Installing the Net-SNMP package is an essential prerequisite for configuring SNMP-based plugins like Dell iDRAC and HP iLO. Follow the steps below to install the Net-SNMP package, set the path of Net-SNMP, and test SNMP walk. Download and install the ...
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 ...
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 ...
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 ...
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 ...
Troubleshoot the error message "execution of scripts is disabled" while configuring a PowerShell plugin
Please follow the steps below: Login to your server Run the PowerShell prompt as Admin and execute the following: Set-ExecutionPolicy RemoteSigned Restart the plugin agent service Related Articles: Write a plugin using PowerShell Getting started with ...
Possible reasons why my Windows plugin is not added to my account
There may be instances when a Windows 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 ...
Create object for my class in PowerShell script
Please follow the below steps to create an object in your Powershell script: Using load file [Reflection.Assembly]::LoadFile(<Compleate Path of dll>), Call static methods in the following way [namespacename.classname]::methode() Call non-static ...
Requirements to write a Windows plugin using DLL
Please make sure the following requirements are met to successfully write a Windows plugin using DLL: Plugin must be written in C# (.NET framework 3.0 and above) The output of the script should be in JSON format Mandatory variables to be present in a ...
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" ...
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 ...