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 26 of 69

check_disc_usage

No longer maintained. Do it with SNMP using the pathced version from the Manubulon plugins. https://github.com/dnsmichi/manubulon-snmp By Martin Fuerstenau

/Category:Linux

check_disk

An alternative Perl implementation of check_disk for Unix hosts.

/Category:Linux

check_disk - % used space

Check the used space of a mounted partition using df, and prints it in percent scale.

/Category:Linux

check_disk.php

Nagios Plugin to check disk over snmp (Linux/Windows)

/Category:File System
LicenseMIT

check_diskfree

www.markuswalther.org/

A simple check-plugin for nagios to check free disk space

/Category:File System

check_diskinode_status

github.com/divyaimca/Nagios-pugins/blob/master/check_diskpat

check_diskinode_status To find status of disk usage and inode usage based on mount point/path. The default check_disk comes with nagios-plugin pack doesnot work in my case. So this plugin can work as a alternative.

/Category:Linux
LicenseGPL

check_diskio

trac.id.ethz.ch/projects/nagios_plugins/wiki/check_diskio

Simple plugin to monitor the disk I/O on Linux systems

/Category:Linux
LicenseGPL

check_diskIO.pl

throwsb.github.io/nagios-checks/

Checks the disk I/O and transfer rate using the sar command.

/Category:Linux
LicenseGPL

check_diskio.ps1

check_diskio.ps1 powershell script to get all disks iops & bytes/s activity in one check. can be used with nrpe & nsclient and offers graph metrics.

/Category:Windows NRPE

Check_diskio.sh

Nagios plugin (script) to check disk io utilization statistics.

LicenseGPL

check_DiskQueueLength

www.alan-pipitone.com

check_DiskQueueLength This plug-in for Nagios allows you to check the Average Disk Queue Length on a Windows server. The measurement of Average Disk Queue Length is quite accurate.

/Category:Windows

check_diskrw

Simple bash script, that checks is location (directory) is read/write.

/Category:Linux

check_diskstat

check_diskstat Linux disk IO check. Reads /sys filesystem directly to query tps, read, write, avg. request size, avg. queue size and avg. wait time.

LicenseGPL

check_disksuite

Another plugin for checking the output of metastat and reporting failed or resyncing devices.

/Category:Solaris

check_disksuite2

Solaris Disk Suite check perl script with remedy info

/Category:Solaris

check_disksuite3

Perl script for checking the output of metastat in Solaris. Based on code provided above by warewolf.

/Category:Solaris

check_disks_size

check_disks_size YET ANOTHER DISK CHECK FOR LINUX SYSTEMS ( AUTOMATICALLY DETECTS THE MOUNT-POINTS ) Shell script (written in pure bash to avoid installation any extra programming languages ) It is designed to work on any linux operating system. ( tested on Debian8 ...

LicenseGPL

check_disks_snmp

github.com/nullDowntimeLtd/nagios_plugins

Plugin to check all mounted disks (with some file system types excluded) without having to specify individual partitions.

/Category:SNMP
LicenseBSD

check_diskusage_by_vcenter

troels.arvin.dk/code/nagios/check_diskusage_by_vcenter

Check diskusage for a guest server on an ESX installation. The check is done through the vcenter/vSphere API, meaning that the guest server's disk usage can be checked without installing/configuring anything.

/Category:VMWare

check_diskwrite

Simple Shell Script, which touches a textfile with smbclient on an SMB-Mount, then checks if the file is readable, and deletes the file.

/Category:Windows

check_diskwrite2

Polished and fixed version of check_diskwrite, which allows to check availability of either smb or windows shares, by writing and reading of file into the share.

/Category:Windows

check_diskwrite3

Extended and fixed version of check_diskwrite2. This version allows to check availability of either smb or windows shares, by writing and reading a file to/from a subdirectory under the share. The subdirectory MUST exist.

/Category:Windows
LicenseGPL

check_disk_all

langfeldt.net/

Checks all disks on a unix host with gnu df.

/Category:Linux

check_disk_all (perf)

isa.its.yale.edu/confluence/display/~ww26/check_disk_all

Checks all local disks. Provides performance data. Tested on AIX, RHEL, CentOS.

/Category:Linux
LicenseOther

check_disk_detail

Checks Disk Space, Busy Time, Service Time, Byte Reads/Writes. Pass in a directory name, and it will check the space, and return iostat info. Uses iostat and df...very Solaris specific.

/Category:Solaris

check_disk_grow.pl

www.thorko.de

Check partition growth of last run

LicenseGPL

check_disk_inodes

check_disk_inodes is a Nagios plugin for checking the number of used inodes on a disk. It returns the following information: - total number of inodes - currently used inodes (as absolute number and in percents as a float) - currently free inodes (a ...

LicenseGPL

check_disk_iostat

Windows NRPE plugin for disks performance monitoring. Return Name, AvgDiskQueueLength, DiskReadBytesPersec, DiskWriteBytesPersec, PercentDiskTime. Check AvgDiskQueueLength parameter to warning/critical levels.

/Category:Windows

check_disk_io_stats

Check IO and IOPS for a device on a linux system. This check uses the /sys/block/device/stat file to calculate disk stats during a given period of time. Provides perfdata so it can be graphed.

/Category:Linux
LicenseGPL

check_disk_io_wait

Simple bash to check disk IO wait time

/Category:Linux

check_disk_on_lxc

This is a simple nagios plugin to monitoring the disk usage percentage, when you are working inside LXC container on proxmox. It is based on df command to gather info about disk and awk to manipulate output.

/Category:File System
LicenseGPL

check_disk_smb_spaces

The current check_disk_smb plugin does not support spaces in the share name. This is a very, very simple modification to the original check_disk_smb plugin which allows the share in question to have spaces in the name.

/Category:SMB

Check_disk_snmp

www.pocnet.net/hobby/computer/nagios/

Check Disk space via SNMP standard MIB query.

/Category:Environmental

check_disk_snmp

check_disk_snmp This Perl script uses SNMP to check remote Unix disk partitions and offers some good flexibility on regex inclusions and exclusions.

/Category:File System

check_disk_space

check_disk_space is a Nagios plugin for checking disk used space. It returns the following information: - total disk space on the partition (in Bytes) - currently used disk space (in Bytes and in %) - free disk space (in Bytes and in %)

LicenseGPL

check_disk_util.sh

This Plugin allows to check disk utilization on hard disks. It uses iostat -x. Examples: check_disk_util -w 80 -c 90 -d sda Checks /dev/sda* at 80% and 90% of disk utilization OK: sda disk utilization 2.52% OK: sda1 disk utilization 0.00% O ...

/Category:Linux
LicenseBSD

check_disk_write.pl (Advanced Nagios Plugins Collection...

github.com/harisekhon/nagios-plugins

Checks a disk is writable and functioning properly by writing a tiny canary file with unique generated contents and then reading it back to make sure it was written properly. Useful to detect I/O errors and disks that have been re-mounted read-only as ...

check_dmesg-disk.sh

Script searches unusual messages about a disk from dmesg.

/Category:FreeBSD
LicenseGPL

check_dmf

plone.jcu.edu.au/hpc/services-offered/nagios/nagios-installa

Check status of SGI's Data Management Facility (DMF) - a hierarchical storage management solution.

check_dnf

github.com/nikkolasg/check_dnf

a very SIMPLE script to check update from DNF the replacement of yum in fedora 22. inspired by check_yum, but do not have any options since we usually want the same behavior everytime.. OK => NO UPDATES WARNING => NON SECURITY UPDATES (Detailled) CRIT ...

/Category:Linux
LicenseGPL

check_dns.pl (Advanced Nagios Plugins Collection) Popular

github.com/harisekhon/nagios-plugins

Checks DNS records including A, NS and MX records for domains which the standard check_dns Nagios plugin can't do

/Category:DNS

check_dns.sh

www.sistemistica.it/download.html?task=viewcategory&catid=6

Plugin to monitor changes of the IP address stored in the A record of a DNS resource.

/Category:DNS

check_dnsbl

Perl plugin that checks a specified DNS blacklist such as bl.spamcop.net to see whether a host is listed. Depends on Net::DNS.

/Category:Security

check_dnscluster

blog.kamfjord.org/2009/04/24/nagios-plugin-for-dns-roundrobi

Check if the given IP-address is a member of a DNS roundrobin-cluster. Useful if you use DNS roundrobin to define different servers that are "in production".

/Category:DNS

check_dnsext

Nagios plugin to check the dns resolution of hostnames. As opposed to the official nagios plugin check_dns, this plugin allows to specify types of dns resource records, like SRV, MX, TXT.

LicenseOther

check_dnsip

This Nagios plugin monitors domain names and corresponding IP address, both passed as arguments, alerting with critical state if incompatibilities are verified. By default, Google DNS is used, however, optionally the user can set the DNS server that suits ...

/Category:Security
LicenseGPL

check_dnssec

svn.durchmesser.ch/trac/monitoringplug/

check_dnssec is a set of Nagios plugins to monitor DNSSEC services/zones. check_dnssec is based on ldns a lowlevel DNS(SEC) library. This checks are deprecated by check_dnssec_* from monitoringplug.

/Category:DNS

check_dnssec.sh

This plugin checks the validity of the vital DNSSEC components required for secure DNS resolution of a correctly configured domain. The records are flags checked for validity are; DS (Delegation Of Signing) record. DNSKEY (Public Key) record. AD ...

/Category:DNS
LicenseGPL

check_dnssecurity

This Nagios plugin monitors the state of the DNSSEC configurations and points out with the critical state in case vulnerabilities (poor configuration, expired signatures, not using DNSSEC) be detected. The domain to be monitored is passed as an argument, ...

/Category:Security
LicenseGPL
Page 26 of 69