Plugin version for a plugin

Under what conditions should I change my plugin version?

A template contains the list of attributes to be monitored. If the user wants to add/modify/delete attributes, the plugin version needs to be changed to create a new template.

Working Principle:
When a plugin is created by the user, Site24x7 automatically creates a template for each version. When the version is changed, a new template is created. If the version number of a plugin matches an existing template, Site24x7 will use the existing template only (even if the plugin is on a different server). So it is recommended to use the same set of attributes for a specific version. This is the current behavior of the plugin and this is as per design.

Use Case:
A user has a plugin with version 1 for monitoring the disk utilization in two servers: A and B. The user monitors the different partitions in the disk namely C:, D: and E: in both the servers. Now the user wants to monitor a new third partition F: added only in server A. 

In this case, the user needs to update the plugin version for server A to include the new attribute to the existing template. The new plugin version will be 2 for server A and will remain as 1 for server B. 

Note: The plugin in server B will continue to monitor the partitions C:, D: and E: while the plugin in server A will now monitor C:, D:, E: and F:
    • 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 ...
    • 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 ...
    • Disable alerts for a plugin if the parent server is down

      If a plugin monitor's parent server goes down, you can choose to exclude additional alerts from the plugin monitor. This way, you won’t receive alerts when the plugin monitor goes down as a result of the parent server being unavailable. To enable ...
    • Troubleshoot Error 404, Error 111, and "no host given" error when installing the Apache plugin

      When installing the Apache monitoring plugin, you may encounter the following errors: Error_code : URL Error no host given: The "no host given" error message typically indicates an issue with a URL or request that lacks a hostname. If you encounter ...
    • How to debug a plugin monitor?

      Please follow the steps below: Go to your plugin folder For Linux : /opt/site24x7/monagent/plugins/<plugin name> For Windows: <Installation Directory>\Site24x7\WinAgent\monitoring\Plugins\ Execute your plugin file Eg: For Python : python <plugin ...