Search found 4 matches
- Mon Mar 08, 2010 4:45 pm
- Forum: Nagios XI
- Topic: MSSQL Service Checks
- Replies: 8
- Views: 6385
Re: MSSQL Service Checks
hi, try with google "rpmfind php-mssql", search for the rpm and match with your php version (output of php -v). no guarantee to work since the module is very sensitive even to minor version. i use this method to search for php-mssql and php-mcrypt module which not found on dag yum repo, b...
- Thu Mar 04, 2010 6:40 pm
- Forum: Nagios XI
- Topic: MSSQL Service Checks
- Replies: 8
- Views: 6385
Re: MSSQL Service Checks
From the script (xi/subcomponents/extraplugins/plugins/check_mssql), I see the following dependencies statement: # Requires: # yphp_cli-5.2.5_1 * # yphp_mssql-5.2.5_1 * # freetds * You have freetds and php-cli in your list, but I don't see php-mssql in your output, which I suspect is the problem. A...
- Thu Mar 04, 2010 1:04 pm
- Forum: Nagios XI
- Topic: MSSQL Service Checks
- Replies: 8
- Views: 6385
Re: MSSQL Service Checks
PHP? All you should need is one of these: yum provides perl"(DBD::Sybase)" and this http://exchange.nagios.org/directory/Plugins/Databases/SQLServer/check_mssql_health/details Thanks for the response, but NagiosXI has the built-in check_mssql service check that is written in PHP. I am not...
- Mon Mar 01, 2010 3:28 pm
- Forum: Nagios XI
- Topic: MSSQL Service Checks
- Replies: 8
- Views: 6385
MSSQL Service Checks
I have successfully installed and configured NagiosXI on a RedHat 5.4 server. I am trying to get MSSQL service checks to work but it is complaining about missing components, php-freetds is installed but something else is not working correctly. The plug-in throws the following error: UNKNOWN: MSSQL s...