Oracle
This script was made to monitor errors on oracle alert log. This script just look on alert log of eache instance monitor and if find an error send an appropriate email, with the error in attach. Installation ———– To install this script add in /etc/fstab one line like thisone: //<SERVERNAME>.<DOMAIN>/c$/oracle/product/10.2.0/admin /mnt/oracle/<SERVERNAME> cifs domain=<DOMAIN>,user=<USERNAME>,pass=<PASSWORD>,ro With this […]
Continue reading about an easy way to keep monitored Oracle Log and log in general
With this script you are going to monitor your own instances of Oracle Databases, in dataguard. This is more than a simple script it’s a structure ready to host plugin and other monitoring script. The good way is that is wrote to monitor two Instance of databases configured ad dataguard. The first plug-in/external command created […]
Continue reading about Monitor Oracle Dataguard Online/Stand-by Databases
The “easy” to monitor Oracle with zabbix is using this plug-in wrote from me. Everyone can read the full story of this plugin here: http://www.zabbix.com/forum/showthread.php?t=13666 Requirements: a working sqlplus on zabbix server with configured tnsnames, and tnsping utility too. I’ve installed a complete client and not simply the instantclient, because tnsping is not included inside […]