Limitations of plugin

Limiting features of a plugin

The following are the limitations of a Windows/Linux plugin:
  1. The value for attributes should be either text (string) or numeric.
  2. The plugin version must be increased by 1 whenever a new attribute is added, modified, or deleted. It should be an integer with a value less than 10000.
  3. Attribute names are limited to 25 characters.
Additionally, the following limits apply:

 Limit
 Value
 Maximum number of generic metrics (numeric or string)
 200
 Maximum number of tables
 10
 Maximum number of columns per table
 15
 Maximum number of rows per table
 25
 Maximum string columns per table
 5
 Numeric columns per table
 Up to 15 (if no string columns are used)
 Maximum length for the name column
 520 characters
 Maximum length for other string columns
 100 characters each

Notes
  1. A maximum of 5 string columns is allowed per table.
  2. If your table contains only numeric data, all 15 columns can be numeric.

    • Related Articles

    • 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 suppress ...
    • 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 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 ...
    • 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 ...
    • 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 ...