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_ping_multiaddr





Check reachability of IPv4 and IPv6 addresses of one or more hosts. All addresses of a host, both IPv4 and IPv6, can be checked in the same call.
check_ping_ip_list_from_file.sh





Read a fil with a list of ips. One ip per line, for example For each ip, it will ping a specified number of times. User will pass as parameters, miliseconds and percent of packet loss thresholds. Both for warning and for critical. So the script wil ...
check_pinba





check_pinba.py =============== Licence ------- This plugin has been writen by Carpe-Hora Camille Neron . Of course, check_pinba is under GNU GPL v2 : http://www.gnu.org/licenses/gpl-2.0.html Requirements ------------ * mysqldb: for Debi ...
check_physical_link.sh





Check the ethernet port negociation. you can enter some parameter to filter some eth device --------------------------------------------------------------------- Usage of check_physical_link.sh -------------------------------------------------------- ...
check_php_sess





Nagios script to check the number of active PHP sessions
check_phpfpm_status.pl





CHECK_PHPFPM_STATUS
===================
Nagios check checking the fpm-status page report from php-fpm. Tracking Idle processes, max processes reached and process queue.
Support of http, https and fastgi direct mode.
You can use this script to dr ...
check_phishtank





This plugin downloads the Phishtank database in CSV and checks it for a string. The database is only refreshed every 60 minutes (by default), so it is safe to run the check script frequently (eg. against many domains). There is no need to check for ...
check_pgsql_waiting_queries





Monitor if any queries are in a waiting or blocked state on a PostgreSQL server. This uses SNMP to check the status via the ps command.
check_pgsql_queries





Summarizes the types of queries (SELECT ,INSERT ,DELETE ,UPDATE ,ALTER ,CREATE ,TRUNCATE, VACUUM, COPY) running on a PostgreSQL server. This warns about long running queries.
check_pgsql_partitions.pl





Check_partitions is thought as an check if partitions are pre-generated (due to an explicit date). The plugin only handles partitions whose syntax are like table_name_prefix_YYYYMMDD | fooYYYYMM | 123blubbYYYY or just end with a date where there are n ...
check_pgsql_connections





Watch the percentage and number of connections available on a PostgreSQL server.
check_pgpool2.sh





Simple nagios plugin to get wait/idle pgpool processes. Useful to graph theme with tools like grafana.
check_pgpool2





This plugin checks pgpool2 status. It uses pcp_node_info internally to find out node status.
check_pgactivity





Checks many things in PostgreSQL and provides rich perfdatas : connectivity, database size, table and index bloat, streaming replication lag, database hit-ratio, etc. Written in Perl language, the code is very easy to extend to add new features.
check_pfsense_rtt





pfSense does not have the bourne again shell so a standard shell will be used. This script/nagios plugin will take the /tmp/apinger.status output, chop it down, and produce a legible amount of round trip time from your gateway to an external source and ba ...
check_pfsense_gmirror





check the status of geomirror and set to critical if not complete
check_pfsense_carp





This script/nagios plugin will take the ifconfig output, chop it down to only show CARP statuses, and report if anything does not match either MASTER or BACKUP.
check_pfsense (numerous checks)





This is a collection of scripts I've put together over the years for monitoring pfSense. I used them as a check via SSH proxy, but you could use them via NRPE as well. The Linux Included website has an in-depth discussion on how the various checks work. I ...
check_pf.sh





The script checks whether a rule exists within PF rules. It parses output of pfctl.
check_percentage





A check plugin written in perl which takes regex based on service or hostname and returns WARN or CRIT based on user specified percentages. Useful for cluster monitoring.