Plugin moved to ignored list

Under what cases does a plugin monitor move to the Ignored List?

Use Case:
A user tries to install and add a plugin monitor to Site24x7. The Linux/Windows monitoring agent will try to register the plugin and add it for monitoring. In case there is a configuration error, the agent will retry for 12 polls after which the plugin will be moved to the Ignored List. This means the agent will not perform data collection for this plugin monitor.  

Ensure to resolve the configuration error or script error before performing the below troubleshooting steps.
Solution:
Please follow the steps below to troubleshoot for a Linux plugin:
  1. Go to the path /opt/site24x7/monagent/temp/ and open the file ignored_plugins.txt
  2. Remove the plugin name from the file and restart the agent. This would re-add the plugin monitor from the ignored list. 
Follow the steps below to troubleshoot in case of a Windows plugin:
  1. Delete content of  C:\Program Files (x86)\Site24x7\WinAgent\monitoring\bin\PluginRegister
  2. Delete C:\Program Files (x86)\Site24x7\WinAgent\monitoring\Plugins\PluginDetails folder.
  3. Restart Site24x7 Plugin Agent service from services.msc
Check out the other possible reasons as to why the plugin is not added to Site24x7. Learn more.


    • Related Articles

    • 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 ...
    • What happens if I delete a plugin monitor from the Site24x7 web client?

      Once the user chooses to delete a plugin monitor, this will be communicated to the agent and it will stop data collection. But, the plugin script file will remain in the plugins directory For Windows - <Installation ...
    • 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 ...
    • 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 ...
    • What is a plugin template and a plugin monitor?

      Plugin Template:A plugin template is a set of attributes to be monitored.  Example: mysql.py file consisting of attributes like slow queries, reads, writes etc Plugin Monitor: A monitor that uses a plugin template for monitoring purposes Example: The ...