Page 2 of 2

Re: Monitoring oracle service & listener status on nagios

Posted: Mon Mar 23, 2015 3:44 pm
by sh.shekhar89
jdalrymple wrote:Were you hoping to instead monitor the listener process on the box hosting Oracle? If so this can be done with NRPE and a check_procs command something like this:

Code: Select all

check_procs -C tnslsnr -c 1:
This would alert CRITICAL if there are no processes running by the name of tnslsnr.
let me check this, i am just testing. will give you update after 15mins.

Re: Monitoring oracle service & listener status on nagios

Posted: Tue Mar 24, 2015 9:42 am
by tmcdonald
Any word?