Home Directory Plugins Databases SQLServer check_mssql_dbfreespace

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_mssql_dbfreespace

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
2878
Files:
FileDescription
check_mssql_dbfreespace.phpcheck_mssql_dbfreespace.php
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_mssql_dbfreespace
This is a plugin that returns given a database, it's free space on MB. Usefull if you are working with datafiles of fixed space. To use it create a new command using the following parameters:

define command{ command_name check_mssql_db_space command_line $USER1$/check_phpmssql_space.php -H $HOSTADDRESS$ -U $ARG1$ -P $ARG2$ -T $ARG3$ -w $ARG4$ -c $ARG5$ }

And add the command on a host using the name referenced on the command.