Oracle monitor failing after plugin update
Oracle monitor failing after plugin update
Just updated to 5.6.5 and updated Components and Wizards. After update ALL Oracle Monitor agents are in error status with ORS-28000: the account is locked (DBD ERROR: OCI SessionBegin). The three oracle wizards that were updated: oracle_query, oracle_tablespace and oracle_serverspace. System profile attached
You do not have the required permissions to view the files attached to this post.
Re: Oracle monitor failing after plugin update
Thank you for providing the profile, I will look into it right away. For now, the error message states that the account is locked. Can you verify that the Oracle account specified for monitoring is working as expected, or unlock it if it is indeed locked?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Oracle monitor failing after plugin update
Had the DBA check the account and it was locked, He unlocked the account and then went to invalid username/password, DBA verified password and now the went back to account is locked status
Re: Oracle monitor failing after plugin update
Let's try rolling back the change that was made. I think the command is breaking with the added single quotes.
If you go to Configure -> Core Config Manager -> Commands, and search for check_xi_oracle, that should bring up the 3 Oracle commands. They currently look like this,
Try changing them to this,
If you go to Configure -> Core Config Manager -> Commands, and search for check_xi_oracle, that should bring up the 3 Oracle commands. They currently look like this,
Code: Select all
/bin/bash -c 'source /usr/local/nagiosxi/etc/configwizards/oracle/oracle && $USER1$/check_oracle_health $ARG1$'Code: Select all
source /usr/local/nagiosxi/etc/configwizards/oracle/oracle && $USER1$/check_oracle_health $ARG1$As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Oracle monitor failing after plugin update
Made the change to the commands and waiting for the DBA to unlock the account again. I will update when this is done
Re: Oracle monitor failing after plugin update
DBA unlocked account and the service alerts are working correctly now.
Thank you for your assistance in correcting the issue.
You may want to pull back the plugins updates or correct them.
Thank you for your assistance in correcting the issue.
You may want to pull back the plugins updates or correct them.
Re: Oracle monitor failing after plugin update
Excellent, good to know this worked for you. I will get this info out, and see what we can do for a fix to the wizards. Closing thread.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!