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 Ensure that the following prerequisites are met before using the iDRAC plugin for Windows: Install the latest version of the Net-SNMP package. You can follow this document to configure SNMP agents in your Windows Server or follow 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 ...
    • 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 ...
    • Monitor multiple MySQL instances from one plugin

      You can monitor multiple MySQL instances using a single plugin. You can configure the input data like the MySQL hostname, password, and other details in the mysql.cfg file. This enables multiple instance monitoring using the same plugin without ...
    • 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 ...