Plugin installation
- Download the required plugin files from our Oracle Full Stack Monitoring plugins repository on GitHub.
For example, if you want to add the OracleBlockingLocks plugin, download OracleBlockingLocks.py and OracleBlockingLocks.cfg.
- Once downloaded, update the configuration file (.cfg) for the downloaded plugin.
Instructions and details for the .cfg file are provided in the README file of the respective plugin.
For example, for the plugin OracleBlockingLocks, the .cfg file will look like the following:
[ORCL]
hostname=<HOSTNAME>
port=<PORT>
sid=<SID>
username=<USERNAME>
password=<PASSWORD>
logs_enabled="False"
log_type_name =None
log_file_path=None
oracle_home=None
Note: Update the <HOSTNAME>, <PORT>, <USERNAME>, and <PASSWORD> with the appropriate details.
After adding the configuration details in the .cfg file, create a folder with the same name as the .py and .cfg files, add the files to it, and move the folder containing the files into the Windows agent's Plugins directory:
C:\Program Files(x86)\Site24x7\WinAgent\monitoring\Plugins\
For example, for the OracleBlockingLocks plugin:
Create a folder named OracleBlockingLocks.
Put the OracleBlockingLocks.py and OracleBlockingLocks.cfg files into the OracleBlockingLocks folder.
Move the folder into the Windows agent's directory given below:
Windows -> C:\Program Files(x86)\Site24x7\WinAgent\monitoring\Plugins\OracleBlockingLocks
The agent will automatically execute the plugin within five minutes and send performance data to the Site24x7 data center.