Contribute a plugin to Site24x7
If you have a plugin script working in your environment and wish to share it with other Site24x7 users, please follow the steps in this
help document.
Related Articles
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 ...
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 ...
Installation of the dependency modules for Oracle plugin if you have Centos/RHEL OS
To use the Oracle plugin, ensure the following modules are installed to connect to the Oracle database: oracle-instantclient-basic-linux oracle-instantclient-sdk-linux cx_Oracle - Python Interface for Oracle Database Follow the below steps for ...
What is a plugin template and a plugin monitor?
Plugin Template:A plugin template is a set of attributes to be monitored. Example: mysql.py file consisting of attributes like slow queries, reads, writes etc Plugin Monitor: A monitor that uses a plugin template for monitoring purposes Example: The ...
Limiting features of a plugin
The following are the limitations of a Windows/Linux plugin: The value for attributes should be either a text or a number. The plugin version must be increased by 1 every time a new attribute is added/modified/deleted. It should be an integer with a ...