Dec 19, 2017 | Network Monitoring, SNMP category
Mib collection for Oracle Corporation Files:...Dec 18, 2017 | Oracle category
This is an agent plugin for monitoring Oracle. Tested on Linux and Solaris. See details in README file. More Info on SQL monitoring Oracle. http://www.dataprix.com/oracle_decode_con_like Files: pandora_oracle.sh...Dec 18, 2017 | Oracle category
This plugin can execute remote queries for oracle databases. You can find all necessary information about using this plugin at sqlscript.readme. Files: sqlscript.readme...Dec 14, 2017 | Application monitoring, Databases category, Oracle category
Check for oracle listener (Unix, Linux) Module data module_begin module_name Oracle_Listener module_type generic_proc module_exec ps aux | grep tnslsnr | grep -v grep | wc -l module_description Oracle Listener process module_endDec 14, 2017 | Application monitoring, Databases category, Oracle category
This command is used to make a query to oracle using SQL Plus and a username/password/host. Prior you need to define Oracle enviroment variables. Module data Sample Oracle enviroments variables: export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server ...