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.InfiniBand Performance Counters Check





The plugin check_iberr.pl checks and reports the status of InfiniBand network adapters (RcvErrors, LinkDowned, XmtDiscards, etc.). Either the performance/error counters were checked remotely via InfiniBand (very fast) or via NRPE on the specific host.
Importing Nagios XI into Microsoft Hyper-V





The purpose of this documentation is to provide a guide on importing the Nagios XI virtual machine into a Microsoft Hyper-V environment. This guide is directed towards Microsoft and Nagios administrators interested in running the Nagios XI virtual mach ...
Exchange 2010/2013 Message Tracking Logs





This dashboard monitors the Message Tracking Logs in Exchange 2010 onwards.
I can't take credit for developing this, I just adapted it for NLS - Original creator here: https://elijahpaul.co.uk/analysing-exchange-2013-message-tracking-logs-using-elk-ela ...
Database Access For Development Purposes





Nagios XI comes as a ready to go monitoring system delivered as a virtual machine (VM). I have spent a bit of time developing Configuration Wizards, Components and Dashlets for Nagios XI and during this time I have needed to look at the backend databases ...
Dashboard Deployment XI Component





This Nagios XI component allows admins to deploy one or more of their own dashboards to other users. This can be useful when you design a dashboard that other users may want access to. Includes the ability to keep user's dashboards synchronized with the ...
Dashboard 0.2.1 - Python





Python based Dashboard that allows user based dashboards with custom grouping of items. Works with both Nagios and Nagios under Groundwork.
Current Load - HP-UX performance data fix for pnp4nagio...





The plugins I have for hp-ux are not according to standards and does not produce performance data. I wrote this little script to add performance data so that I could graph with pnp4nagios.
count_lines.sh





A Plugin to read files from Unit4 API, tested it on Unit4 SPE6: http://servername:port/prod/rest/api/v1/02/salesOrders?filter= This module let you split te lines with a split character and count keywords and add up amounts (In cents) It is fully written ...
check_zone_record_value





Plugin designed to check value of some records of a zone by parsing the BIND zone file.
check_whois.pl (Advanced Nagios Plugins Collection) Popular





Checks domain expiry via whois lookup. This is an important piece of code given that ppl overlook domain renewals till the last minute (and auto-renewals fail when their cached credit cards have expired)
check_used_ram





Simple shell script to check total used ram on target server, this plugin was tested using check_by_ssh. Results are showed in percentage. commads.cfg: command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -C "/remote_PATH/check_used_ram -w $ARG1$ -c ...
check_traffic.sh





This plugin checks traffic usage and jitter of: 1) a single interface on a single network device 2) multiple interfaces on a single network device 3) interface(s) on a single or multiple network devices The amount of interfaces is not limited. How ...
check_snmp_supermicro.pl





This is a complete rewrite of the supermicro hardware monitoring plugin found here: http://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/SuperMicro/supermicro-hardware-monitoring/details It requires the snmp extension of the SuperDoct ...
check_snmp_raid / check_sasraid_megaraid





This plugin uses SNMP to check status of raid cards and NAS devices. The type of controller is specified with -T option. Supported types are: megaraid, sasraid, perc3, perc4, perc5, perc6, perch700, mptfusion, sas6ir, sas6, adaptec, hp, smartarray, eti ...
check_sites_running.sh





Check_Sites_Running.sh (sites running under TOMCAT) This is my first Bash script, let alone first Nagios Script, so please excuse any errors, and I welcome advice. I wrote this script as I didn't have access to the management console for Tomcat with ...
check_rrd.pl





Generic Perl plugin to check age and values of an rrd database. It uses RRDs and Nagios::Plugin (but not rrd_poller ;-)
check_riak_write.pl (Advanced Nagios Plugins Collection...





Checks Riak is working and writeable via the HTTP Rest API Checks: 1. writes a new unique key to the nagios bucket with dynamically generated value 2. reads key back, checking the value is identical to the value generated and written 3. deletes th ...
check_riak_key.pl (Advanced Nagios Plugins Collection)





Checks a specific Riak key via HTTP Rest API 1. reads a specified Riak key 2. checks key's returned value against expected regex (optional) 3. checks key's returned value against warning/critical range thresholds (optional) raises warning/critica ...
check_redis_write_replication.pl (Advanced Nagios Plugi...





Check Redis replication via API write to master and read from slave Checks: 1. writes a new unique key with dynamically generated value to master 2. reads same key back from slave 3. checks returned value is identical to the value generated and wr ...