Page 2 of 2

Re: check_sybase.pl plugin

Posted: Thu Feb 10, 2022 9:07 am
by deek
Also do I need to install DBD::Sybase to get the plugin check_sybase working ?

Re: check_sybase.pl plugin

Posted: Fri Feb 11, 2022 10:44 am
by ssax
Unfortunately, we didn't write the plugin so I'm not sure of the total scope of requirements.

It looks like it uses DBD::DB2 but when trying to install DBD::DB2 we see it looking for the DB2 client libraries in order to compile it. To me that would indicate you need the DB2 client libraries installed and set on the XI system and then you would install DBD::DB2 which would find the headers/etc and compile properly.

I found this one you can try as well:

https://github.com/cbsConsulting/check_ ... _sybase.pl

Which says:

Code: Select all

## You will need the following additional software:
## CPAN Text::Trim
## sqsh (http://sourceforge.net/projects/sqsh/)
Here's what those plugins show:

check_sybase_rs
Script for monitoring SAP (Sybase) Replication Server using Nagios
check_sybase_ase
Script for monitoring SAP (Sybase) Adaptive Server Enterprise (ASE) using Nagios
That SYBASE.sh error and the other one indicates you need to install the DB2 sybase client to get the plugins to work.

Re: check_sybase.pl plugin

Posted: Mon Feb 21, 2022 11:28 pm
by deek
Thanks for the input . We will get the client installed and get back to you .

Re: check_sybase.pl plugin

Posted: Tue Feb 22, 2022 5:30 pm
by ssax
Okay, sounds good, let us know if that resolves the issue.