Search found 4 matches
- Fri Mar 10, 2017 5:15 pm
- Forum: Open Source Nagios Projects
- Topic: Error when using check_disk on local machine
- Replies: 1
- Views: 822
Error when using check_disk on local machine
I've configured Nagios to check the it's local disk space as follows: define service{ host_name nagios service_description disk available check_command check_local_disk!'20%'!10%'!'/' servicegroups nagiosservices check_interval 10 check_period 24x7 retry_interval 3 max_check_attempts 3 notification_...
- Tue Feb 28, 2017 10:40 am
- Forum: Open Source Nagios Projects
- Topic: check_mssql plug in fails with MSSQL/DBLIB is not installed
- Replies: 5
- Views: 4132
Re: check_mssql plug in fails with MSSQL/DBLIB is not instal
I tried check_mssql_database.py. Per the instructions I installed freeTDS through yum, I installed pymssql with pip. I added the lines in the freetds.config file for port 1433 and set the tds version to 7.0. But I get the error when I try to run check_mssql_database as follows [nagios@nagios ~]$ che...
- Mon Feb 27, 2017 2:09 pm
- Forum: Open Source Nagios Projects
- Topic: check_mssql plug in fails with MSSQL/DBLIB is not installed
- Replies: 5
- Views: 4132
Re: check_mssql plug in fails with MSSQL/DBLIB is not instal
Yes, I'm using the download from the Nagios plugins exchange. Downgrading php is not an option as the server has other uses. I picked check_mssql over the other plugins because the reviews said it was easy to install. If I can't get this resolved I may have to use one of the others.
- Fri Feb 24, 2017 2:07 pm
- Forum: Open Source Nagios Projects
- Topic: check_mssql plug in fails with MSSQL/DBLIB is not installed
- Replies: 5
- Views: 4132
check_mssql plug in fails with MSSQL/DBLIB is not installed
When I try to run the check_mssql plug in it fails with: [nagios@nagios modules]$ check_mssql -S 10.21.50.131 -U nagios -P nagios UNKNOWN: MSSQL/DBLIB support is not installed on this server. pdo_dblib must be usable. I looked up pdo_dblib and it seems it's no longer provided with the mssql drivers ...