Oracle Log monitoring
-
maxwellmiranda
- Posts: 113
- Joined: Thu Mar 22, 2012 3:24 pm
Oracle Log monitoring
How do i monitor the alert log and listener log on remote oracle database through Nagios...
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Oracle Log monitoring
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
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
-
maxwellmiranda
- Posts: 113
- Joined: Thu Mar 22, 2012 3:24 pm
Re: Oracle Log monitoring
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
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
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Oracle Log monitoring
Not that I know of.maxwellmiranda wrote:i have configured snmp.....is there any way to do so using snmp
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 servermaxwellmiranda 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
-
maxwellmiranda
- Posts: 113
- Joined: Thu Mar 22, 2012 3:24 pm
Re: Oracle Log monitoring
can we follow the same instructions for AIX and HP servers?
Re: Oracle Log monitoring
Be sure to check out our Knowledgebase for helpful articles and solutions!