DBD::Sybase for MSSQL health check

For some customers we need the MSSQL health check. This check requires the Perl module DBD:Sybase

To install this module we need to install the following packages (execute the following commands):

yum install perl-CPAN
yum install perl-YAML
yum install freetds
yum install freetds-devel
export SYBASE=/usr
perl -MCPAN -e "install DBD::Sybase"