MSSQL Mirroring check

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sify_nagios
Posts: 54
Joined: Thu Aug 20, 2015 8:01 am

MSSQL Mirroring check

Post by sify_nagios »

Hi Team,

I tried to implement the MSSQL Mirroring check plugin in my Nagios XI instance.
I got error stating that, Sysbase is't installed properly.

Please find the below error for your reference.

Code: Select all

[root@segment-119-227 libexec]# ./check_dbmirroring.pl -H 192.168.XXX.XXX -d instance -u testadmin -p password
install_driver(Sybase) failed: Can't locate DBD/Sybase.pm in @INC (@INC contains: /usr/local/nagios/libexec /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 3) line 3.
Perhaps the DBD::Sybase perl module hasn't been fully installed,
or perhaps the capitalisation of 'Sybase' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Oracle, Proxy, SQLite, Sponge, mysql.
 at ./check_dbmirroring.pl line 52
[root@segment-119-227 libexec]#
Link to plugin which i have tried.

https://exchange.nagios.org/directory/P ... ng/details

I suspect will it affect the existing setup anyhow.. Is it?
Please guide us on the same.

Thanks in advance.

Rgds
Srini
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: MSSQL Mirroring check

Post by Box293 »

Try:

Code: Select all

yum install perl-DBD-Sybase
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
sify_nagios
Posts: 54
Joined: Thu Aug 20, 2015 8:01 am

Re: MSSQL Mirroring check

Post by sify_nagios »

Hi Troy,

Thanks for reply.

Yeah i have came across the same in some of the forums.
But My concern is whether it will affect the existing setup anyhow..?

However my team feels that instead of yum we can install the sysbase in CPAN.. Need your suggestion.

Regards
Srini
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: MSSQL Mirroring check

Post by Box293 »

Generally there shouldn't be an issue. I like using yum, others like using cpan.

If you're concerned then you should test on a dev server before trying in production.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked