Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.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 bandwidth on local host (with ip command)





script 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 Netdiag





Checks the output of netdiag for errors.
Check Netbackup Media Volume Pool Size Popular





Simple shell script to check how many tapes are in media volume pool. You may set thresholds to have warning and critical notifications.
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 NetApp via Perl SDK





Written in Perl, using NetApp Manageability SDK check-volume check-lun check-snapmirror check-aggr check-cluster check-shelf check-license get-netapp-info
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.
Check NetApp health & status





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 ...
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 NDO update status





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





Checks NDB node memory usage on all specified nodes.
Check MySQL Table Status





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.
check mysql slave sql running





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