Hi Team,
I am not able to configure MS SQL plugin. I am getting below error :
[root@nagios libexec]# ./check_mssql_health --hostname=192.168.1.68 --port 1433 --username=ma --password=MEDI1234 --mode connection-time
CRITICAL - could not load perl module DBD::Sybase
I have configured freetds also, below are the configuration :
/etc/freetds.conf
[sqlhost1]
host = 192.168.1.68
port = 1433
tds version = 8.0
vi /etc/odbcinst.ini
# Example driver definitions
# Driver from the postgresql-odbc package
# Setup from the unixODBC package
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/psqlodbcw.so
Setup = /usr/lib/libodbcpsqlS.so
Driver64 = /usr/lib64/psqlodbcw.so
Setup64 = /usr/lib64/libodbcpsqlS.so
FileUsage = 1
Plugin : http://labs.consol.de/nagios/check_mss_health
Can anyone help me on configuring this plugin? This is really needed for my environment.