check_sybase.pl plugin
Re: check_sybase.pl plugin
Also do I need to install DBD::Sybase to get the plugin check_sybase working ?
Re: check_sybase.pl plugin
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:
Here's what those plugins show:
check_sybase_rs
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/)check_sybase_rs
check_sybase_aseScript for monitoring SAP (Sybase) Replication Server 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.Script for monitoring SAP (Sybase) Adaptive Server Enterprise (ASE) using Nagios
Re: check_sybase.pl plugin
Thanks for the input . We will get the client installed and get back to you .
Re: check_sybase.pl plugin
Okay, sounds good, let us know if that resolves the issue.