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 ...
A few modules to monitor Oracle basic OS metrics Module data module_begin module_name % CPU Used Oracle module_type generic_data module_exec ps aux | grep ora | grep -v grep | awk ‘{ sum += $3 } END { print sum }’ module_end module_begin module_name % RAM...