Page 1 of 1
Oracle Log monitoring
Posted: Mon May 14, 2012 2:04 pm
by maxwellmiranda
How do i monitor the alert log and listener log on remote oracle database through Nagios...
Re: Oracle Log monitoring
Posted: Mon May 14, 2012 4:41 pm
by scottwilkerson
I would think some combination of NRPE (Linux ?) on the remote machine
http://library.nagios.com/library/produ ... inux-agent
and a logfile checking plugin should do the trick
http://exchange.nagios.org/directory/Pl ... es/details
Re: Oracle Log monitoring
Posted: Tue May 15, 2012 9:46 am
by maxwellmiranda
the log file check will check log files on the nagios server...
i need to monitor the log files on a remote oracle database host
i have configured snmp.....is there any way to do so using snmp
Re: Oracle Log monitoring
Posted: Tue May 15, 2012 10:23 am
by scottwilkerson
maxwellmiranda wrote:i have configured snmp.....is there any way to do so using snmp
Not that I know of.
maxwellmiranda wrote:the log file check will check log files on the nagios server...
i need to monitor the log files on a remote oracle database host
Which is why I recommended installing an Agent ( NRPE ) on the remote database server. Then you can put the check_logfiles on the remote machine and call the command through check_nrpe from the nagios server
Re: Oracle Log monitoring
Posted: Tue May 15, 2012 12:02 pm
by maxwellmiranda
can we follow the same instructions for AIX and HP servers?
Re: Oracle Log monitoring
Posted: Tue May 15, 2012 2:48 pm
by lmiltchev