Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
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 ...
Check multiple Windows Processes
Perl script based on snmpwalk in order to check one or more running processes on a windows machine.
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 ...
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.
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
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.
Check MuMuDVB Traffic Information
Script will get MuMuDVB XML file and checks streamed IP bandwidth in kB (kilo-Bytes) per second of each channel.
Check mumur voice server (mumble)
mumble.sourceforge.net/Checks through dbus if murmur is running and shows connected users
Check MySQL Connections
github.com/sokecillo/nagios-check_mysql_connectionsCheck 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;;;;
check mysql lagtime
greps lag time from mysql for slave replication, written in a shell script, so its easily portable.
Check MySQL Processlist
github.com/tart/tart-monitoringExecutes just one "Show processlist" query on the server. Checks process' in detail.
Check MySQL Replication Slave Status
www.claudiokuenzler.com/monitoring-plugins/check_mysql_slaveChecks 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.
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.
check mysql slave io running
checks to see if mysql slave io is running. written in a shell script, so its easily portable.
check mysql slave sql running
checks to see if mysql slave sql is running. written in a shell script, so its easily portable.
Check MySQL Table Status
github.com/tart/tart-monitoringExecutes "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.
Check NDB Memory
hovedprosjekter.hig.no/v2013/imt/in/monkey/Checks NDB node memory usage on all specified nodes.
Check NDO update status
wiburg.de/view/nagiospluginsPerl Plugin, which checks the status of ndo using a sql query. Currently supported database type: MySQL
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.
Check Netapp basic by snmp
Check NetApp health & status
hinterlands.orgA 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 ...
Check Netapp Ontap
outsideit.netThis 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.
Check NetApp via Perl SDK
oskibbe.blogspot.deWritten in Perl, using NetApp Manageability SDK check-volume check-lun check-snapmirror check-aggr check-cluster check-shelf check-license get-netapp-info
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
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.
Check Netdiag
www.hannes-schulz.de/?doc=proj&proj=nagiosChecks the output of netdiag for errors.
check network bandwidth on local host (with ip command)
gitlab.com/nagios_plugins/check_net.shscript based on ip tool. it checks RX and TX value of specified interface within some interval and provide speed in KB: ip -s link show int | xargs| cut -d " " -f27,40
Check network switch's PoE (Power over Ethernet) usage
Using the standard IETF MIBs this check monitors a network switch's PoE usage and alerts you when hitting self-configurable warning or critical thresholds.
Check Network Teaming Adapter LBFO
Powershell Script for use with NRPE Checks State of LBFO Teaming Adapter in Windows 2012 - 2019
Check New User creation in Linux
vishalvilaspatil.blogspot.inThis script will check if any new user is created on your linux server whenever the check is performed.
Check Newest files age and size in Diredtory
www.mohancheema.netThis plug-in is for LINUX edition and determines the newest file in the folder specified and it's age and size.
Check Next Hop ICMP
Verify the ICMP of the default route / next hop of a router.
Check nic link
This plugin will check that ethX is up and that there is a link detected. I designed it mainly for bonded nic sets, it can be hard to tell if 1 of the nics is unplugged because the interface will be up and the bondX will also work. This monitors the nics. ...
Check NSCA Processes
Check for old NSCA processes, and optionally kill them off if found. Also, optionally return performance data regarding procs found, stale, and killed. Lots of configurable options in the shell script, and accepts two levels of verbosity (specify with ...
Check ntlm authentication
Authenticates against a web page using ntlm auth. This is useful when Microsoft IIS is providing a pop up login box which requires ntlm authentication.
Check NTP - Linux
Check Number Of Connections
Perl script that checks the number of established network connections using lsof
Check number of files in directory via telnet
thehollick.com/dokuwiki/doku.php?id=nagios:plugins:mine#expePlugin to check number of files in a remote directory using telnet. Implemented in Expect.
Check Number Processes of Windows Servers - SNMP
Plugin in Shell Script to check via SNMP the number of processes of Windows Servers. Use the MIB HOST-RESOURCES-MIB:: hrSystemProcesses.0
check oes linux nss volume usage
This check programs allows you to check the volume usage of nss volumes running on OES linux systems and monitor several other parameters.
Check OnApp Ghosts
Check if a virtual machine(VM) is running on more than one hypervisor(HV). Check if a VM's network interface exists on more than one HV. Check if an VM's ip address exists on more than one HV. Check for unknown iptables entries on HVs.