Page 2 of 2

Re: How to get ora_smon oracle process monitoring on nagios

Posted: Thu Apr 25, 2013 12:24 pm
by thrivikramr
Hi,

You were correct, snmp table was too big, and finally i am able to get the process monitored by passing "-o 5000".

check_xi_service_snmp_linux_process! -C public --v2c -o 5000 -n 'python' -A '/opt/txp/Products/TxpHub/txphub.py' -c '0'

Thank you for the helping hand.