Hi all
I needed to remove the Apache plugin from a server.
I deleted the apache.py file from /opt/site24x7/monagent/plugins/apache/, and even deleted the /apache/ directory. Restarted the server agent.
However the plugin still appears under the server monitors Inventory list with error: "Exception in _parse stats'ascii' codec can't encode characters in position 74-80: ordinal not in range(128)".
What step have I missed?
Hi Anita, thanks for the reply.
Would deleting the pl_id_mapper not also break the other plugins that I'm using on the server?
I read the file and it references mysql.py, wordpress.sh, check_updates.py. But not apache.py
Hi Scott
Deleting the pl_id_mapper file will make the plugin to reregister to Site24x7 server. In most cases, it will not affect the plugin. But when there are multiple plugin versions available in the account across different servers, and the plugin version of the current plugin is less than the higher version of plugin available, it will not register and will ask you to increment the plugin version for the data collection to happen.
If you don't want to face that case, please remove only the key and the value object for the plugin you need to remove. And make sure you don't change anything else in that file.
After the agent restart, only the available plugins will be sent to client. Hope this helps. Let us know for further queries, if any, in the below thread.
Regards,
Anita
Thanks for the explanation.
Deleted the file and restarted the server agent. Everything is working ok.
Thanks for the support.