help with check_mssql_health

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
blasthunter
Posts: 4
Joined: Tue Apr 16, 2019 10:43 am

help with check_mssql_health

Post by blasthunter »

Hi guys!

i need your help again...
when i execute check_mssql with nagios user and root user the check runs smoothly, but in the nagios web still appears to me "CRITICAL - could not load perl module DBD::Sybase"


but at the terminal level everything looks good, what could it be? :shock: :shock:
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: help with check_mssql_health

Post by benjaminsmith »

Hello @blasthunter,
"CRITICAL - could not load perl module DBD::Sybase"
Well, I suspect that the nagios user does not have access to DBD::Sybase. What happens you when you type:

Code: Select all

su - nagios
and then run it again from the command line. Does it fail this time?
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!
blasthunter
Posts: 4
Joined: Tue Apr 16, 2019 10:43 am

Re: help with check_mssql_health

Post by blasthunter »

the problem was solved by installing java-devel

thanks for the help, greetings from chile
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: help with check_mssql_health

Post by benjaminsmith »

the problem was solved by installing java-devel

thanks for the help, greetings from chile
I would love to go to Chile someday!

I'll close up this thread and thank you for visiting the Nagios Community Support Forum.
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!
Locked