check_sybase.pl plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: check_sybase.pl plugin

Post by deek »

Also do I need to install DBD::Sybase to get the plugin check_sybase working ?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_sybase.pl plugin

Post 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.
deek
Posts: 194
Joined: Fri Apr 26, 2019 2:01 am

Re: check_sybase.pl plugin

Post by deek »

Thanks for the input . We will get the client installed and get back to you .
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_sybase.pl plugin

Post by ssax »

Okay, sounds good, let us know if that resolves the issue.
Locked