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:
- Go to the path /opt/site24x7/monagent/temp/ and open the file ignored_plugins.txt
- 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:
- Delete content of C:\Program Files (x86)\Site24x7\WinAgent\monitoring\bin\PluginRegister
- Delete C:\Program Files (x86)\Site24x7\WinAgent\monitoring\Plugins\PluginDetails folder.
- 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
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 ...
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 ...
Troubleshoot connection errors in the MySQL plugin
When configuring the MySQL plugin, you may encounter the following errors: Error : Connection Error - This error typically indicates that there is a problem establishing a connection to the database. Sometimes, this message is supplemented with an ...
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 - ...
Troubleshoot the "ORA-12514" error when installing Oracle plugins
When installing the Oracle database monitoring plugins, you may encounter the following error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor: This error typically occurs during attempts to establish a ...