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 mysql.py template installed in 'n' number of servers will create 'n' number of MySQL plugin monitors
Working Condition:
A single plugin template can be used for multiple plugin monitors
Use Case:
A user downloads and installs the mysql.py from the Site24x7 Git repository and adds it to Server A. So, the template is mysql.py and the plugin monitor added is mysql.py-A
Now, the user can also use the same template mysql.py in another server B. The plugin monitor mysql.py-B will be added