Random Project
Home > Plugins > Databases > SQLServer

SQLServer

Nagios plugins for monitoring Microsoft SQL Server.

Showing 1-12 of 23 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
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…
Script for nagios to check MSSQL DataBases, Connection Time, Jobs, TempDB Size, Log Size. The script get all sql instances in the server, and return…
Poweshell script to check MSSQL Server AvailabilityGroup for SQL Server 2012 with AllwaysOn
A VB script which can be used with NRPE to check the size of a given SQL database.
Allow you to run a stored procedure on an MSSQL server. Loosely based on the check_mssql plugin. Loops and output the data of all returned…
checks configured sql server for failed jobs (needs stored procedure 'sp_MonitorJobs' (which is located at my github account, see download URL) -s server e.g. 'sql06'…
You need to change the connection string with the name of the sql server you want to monitor, the password of the sa user and…
Plugin that checks mssql job last run outcome.It uses the sp_help_job procedure to get the job last tun outcome. I added warning status when the…
This is a simple script because I saw the idea of monitoring failed jobs at http://exchange.nagios.org/directory/Plugins/Databases/SQLServer/Check-MSSQL-Server-Centric-Status/details however I really didn't want to implement an unnecessarily…
MSSQL plugin that is geared more towards towards general health of the MSSQL databases as a whole.
One of two check plugins written in Python exclusively for MSSQL. Works with SQL Server 2000, 2005 and 2008. Designed for easy installation and easy…
This plugin checks the tablespace size of a specific Microsoft SQL Server database against WARN and CRIT thresholds. It returns the current tablespace size and…