Home Directory

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

Directory

Listings
Page 8 of 69

Check Microsoft Cluster Server via vbscript

Check MSCS resources & nodes via NSClient++ Checking of Microsoft Cluster Services via vbscript & NSClient++ (NRPE Handlers). You can choose between resources or nodes. For additional help call: cscript check_microsoft_cluster.vbs -h or README ...

LicenseGPL

Check Microsoft IIS Application Pool

outsideit.net

Check Microsoft IIS Application Pool Checks Microsoft Windows IIS application pool state returning web application count, % CPU usage and memory usage.

/Category:IIS
LicenseGPL

Check Microsoft Windows Disk Load

github.com/OutsideIT/check_ms_win_disk_load

Check MS Windows disk load by using this Powershell script to get all disk load related counters from Windows Performance Manager, computing averages for all gathered samples and calculating read / write rate, number of reads / writes, read / write latenc ...

/Category:Windows NRPE
LicenseGPL

Check Microsoft Windows Scheduled Tasks

outsideit.net

Check Microsoft Windows Scheduled Tasks Checks Microsoft Windows 2008 or higher enabled scheduled tasks excluding or including defined folders, task patterns and authors, returning state of tasks with name, author, exit code, last runtime and performance data to Nagios.

/Category:NRPE
LicenseGPL

Check Microsoft Windows Updates

outsideit.net

Query number of pending WSUS updates and last successful update installation date on a Windows host and alert based on the amount of days the server had no updates.

/Category:Windows NRPE
LicenseGPL

Check MongoDB

github.com/sokecillo/nagios-check_mongodb

nagios-check_mongodb Check a MongoDB Database Usage: check_mongodb -h 127.0.0.1 -u root -p 1234 -d local --collection test -q "db.test.findOne()" Output: OK - MongoDB CRITICAL - Failed to execute query db.test.findOne() on MongoDB host 127 ...

/Category:Others
LicenseGPL

Check Mount Request

This script is for UNIX. The script checks if your Data Protector is on Mount Request.

/Category:Data Protector
LicenseGPL

check mountpoints like nfs, cifs, davfs, lustre, ocf2, ...

Check if all specified nfs/cifs/davfs mounts exist and if they are correct implemented. That means we check /etc/fstab, the mountpoints in the filesystem and if they are mounted. It is written for Linux and Solaris, uses proc-Filesystem and was tested on ...

/Category:File System
LicenseMPL

Check MS Cluster Group Preferred Owner

www.nedstars.nl

Check MS Cluster Group Preferred Owner This is a small powershell script for NSClient to check if Cluster Groups are running on their preferred owner on a Microsoft cluster.

LicenseGPL

Check MS Exchange Server Health

www.moehrenbude.de/

Simple Checkcommands based on check_nt to monitor the Exchange Server (V 5.5) Health, Queues, Mailloops, etc.

Check MS Print Server Queue (jobs)

github.com/george-panou/Nagios-Scripts

This is an agent Script to check print queues of printers as they are registered on an Microsoft print server It checks for current jobs in each printer and the status is decided by the command line arguments the total jobs statuses have priority over i ...

/Category:Printing

Check MS SQL 2008 / 2012 Used Memory

runeg.net/scripts/nagios.htm

Check MS SQL 2008 / 2012 Used Memory This tool is written in Python and it uses Windows Performance Counters to get the MS SQL memory usage. Using the Perfmon counters makes it so that a SQL account isn't required.

/Category:Databases
LicenseGPL

Check MSA 2012i G1

Check MSA 2012i G1 This plugin checks all available parts of the MSA 2012i G1 that is available through the show commands via cli interface. With this single script you can make 7 services to check your MSA. It was tested only on MSA 2012i G1, but can work on other MS ...

/Category:SAN and NAS
LicenseGPL

Check MSSQL Database Mirroring

Perl script for checking database mirroring in Microsoft SQL Server 2005

/Category:SQLServer

Check MSSQL Database Stats

www.nagios.com

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 upgradability.

/Category:SQLServer
LicenseGPL

check mssql databases status by snmp

Plugin for check MSSQL server Databases by snmp.

/Category:SQLServer

Check MSSQL DataBases, Jobs, Log Files, Time2Connect

github.com/yosbit/nagios-plugins/

Check MSSQL DataBases, Jobs, Log Files, Time2Connect 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 status for eache instance You can use check_mssql_config.ini to exclude DB or instance to check, read ch ...

/Category:SQLServer
LicenseGPL

Check MSSql Job Status

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 job have warning icon in Job Agent.

/Category:SQLServer
LicenseGPL

Check MSSQL Server Centric Status

www.nagios.com

MSSQL plugin that is geared more towards towards general health of the MSSQL databases as a whole.

/Category:SQLServer
LicenseGPL

Check Multiple Processor Load

Find out the individual CPU load for Windows Systems.

/Category:Windows

check multiple website response

Based on the excellent plugin from chrisf, this is a version for checking multiple websites in one run. Original here: http://exchange.nagios.org/directory/Plugins/Websites%2C-Forms-and-Transactions/Check-website-response/details I adjusted the scr ...

LicenseGPL

Check multiple Windows Processes

Perl script based on snmpwalk in order to check one or more running processes on a windows machine.

/Category:Windows

Check multiple windows processes dotnet core

This is the code by David Ligeret from the 'Check multiple Windows Processes v2' SNMP process check that exists on this site with added features to monitor a dotnet.exe instance and the ability to require more than 1 instance of a process (list it more th ...

/Category:Windows
LicenseOther

Check multiple Windows Processes v2

New version of the plugin "Check multiple Windows Processes" to be able to check several instances of the same process in the windows computer.

/Category:Windows

Check MuMuDVB Card Information

Script will get MuMuDVB XML file and checks card information (including cam) and will give warning and critical state if uptime of PID is lower then given thresholds in hours

/Category:Software
LicenseGPL

Check MuMuDVB Scrambling Information

Script will get MuMuDVB XML file and checks the scrambling ratio of each channel based on the given thresholds for warning and critical.

/Category:Software
LicenseGPL

Check MuMuDVB Traffic Information

Script will get MuMuDVB XML file and checks streamed IP bandwidth in kB (kilo-Bytes) per second of each channel.

/Category:Software
LicenseGPL

Check mumur voice server (mumble)

mumble.sourceforge.net/

Checks through dbus if murmur is running and shows connected users

/Category:Telephony

Check MySQL Connections

github.com/sokecillo/nagios-check_mysql_connections

Check the number of stablished connections to a MySQL database Check MySQL Connections usage: ./check_mysql_connections -w 40 -c 50 -u root -p 1234 -h database_host Output: OK - 35 Database Connections |Connections=35;;;;

/Category:MySQL
LicenseGPL

check mysql lagtime

greps lag time from mysql for slave replication, written in a shell script, so its easily portable.

/Category:MySQL

Check MySQL Processlist

github.com/tart/tart-monitoring

Executes just one "Show processlist" query on the server. Checks process' in detail.

/Category:MySQL
LicenseOther

Check MySQL Replication Slave Status

www.claudiokuenzler.com/monitoring-plugins/check_mysql_slave

Checks if MySQL Replication is active, checks for delay and outputs some additional info and performance data. It also catches non-obvious errors which would indicate a working replication, although there is something broken.

/Category:MySQL
LicenseGPL

Check MySQL Slave

This is an update of check_mysqlslaverun.sh. In addition to ensuring that the slave is running, it will also record the seconds behind, and issue a WARNING when the slave is more than 10 seconds behind.

/Category:MySQL
LicenseMIT

check mysql slave io running

checks to see if mysql slave io is running. written in a shell script, so its easily portable.

/Category:MySQL

check mysql slave sql running

checks to see if mysql slave sql is running. written in a shell script, so its easily portable.

/Category:MySQL

Check MySQL Table Status

github.com/tart/tart-monitoring

Executes "show table status" queries for all schemas on the server. Parse the output. Gives Nagios compatible warning, critical notifications and performance data for selected values.

/Category:MySQL
LicenseOther

Check NDB Memory

hovedprosjekter.hig.no/v2013/imt/in/monkey/

Checks NDB node memory usage on all specified nodes.

/Category:MySQL
LicenseGPL

Check NDO update status

wiburg.de/view/nagiosplugins

Perl Plugin, which checks the status of ndo using a sql query. Currently supported database type: MySQL

/Category:Nagios

Check Nessus Scans

This is a check to download and parse a given Nessus scan (see http://www.tenable.com/products/nessus-vulnerability-scanner) and return the number of critical and high vulnerabilities.

/Category:Security
LicenseGPL

check netapp health

Queries the global health status of a NetApp via SNMP

/Category:NetApp

Check NetApp health & status

hinterlands.org

A NetApp monitoring plugin written in Perl using commonly available modules. The plugin uses SNMP to communicate and does not require an external MIB file. All the usual monitoring points are covered, suggestions for more are welcome. The latest vers ...

/Category:SAN and NAS

Check Netapp NG

Check NetApp Storage via SNMP

/Category:NetApp
LicenseGPL

Check Netapp Ontap

outsideit.net

Check Netapp Ontap This Perl script is able to monitor most components of a NetApp Ontap cluster, such as volumes, aggregates, snapshots, quotas, snapmirrors, filer hardware, ports, interfaces, cluster and disk health.

/Category:NetApp
LicenseGPL

Check NetApp via Perl SDK

oskibbe.blogspot.de

Written in Perl, using NetApp Manageability SDK check-volume check-lun check-snapmirror check-aggr check-cluster check-shelf check-license get-netapp-info

/Category:NetApp

Check NetBackup Drive Paths

Windows Netbackup check

/Category:NetBackup

Check NetBackup Drive Paths (shell version)

Check of drive paths from output of tpconfig. Requirements: bash, netbackup tape drive(s) configured Return values: WARNING on failed path in multipath configuration CRITICAL on unavailable drive

/Category:NetBackup

Check Netbackup Drives

Check script for Netbackup Tape Drives.

/Category:NetBackup

Check Netbackup Media Volume Pool Size

Check Netbackup Media Volume Pool Size Simple shell script to check how many tapes are in media volume pool. You may set thresholds to have warning and critical notifications.

/Category:NetBackup
LicenseGPL

Check Netdiag

www.hannes-schulz.de/?doc=proj&proj=nagios

Checks the output of netdiag for errors.

/Category:Windows NRPE
Page 8 of 69