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_remote (ping_remote)
www.compudentsystems.com/documentation/check_remote.htmMonitor a tunnel to a remote location on a Windows server.
check_ping_multiaddr
git.lysator.liu.se/bellman/nagios-plugins-trh/wikis/homeCheck 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_ping_from_mikrotik
Nagios script write in PHP with performance data to ping host from mikrotik throught API
check_ping.pl
www.hannes-schulz.de/?doc=proj&proj=nagiosThis script is a perl substitute for the standard check_ping program.
check_pfsense_rtt
shockwavecs.com/?q=nagios_check_pfsense_rttpfSense 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_network_device_ping
Logs onto a remote network device, executes native ping command and parses the results.
check_minecraft-15_16_17
Nagios plugin to check the status of minecraft servers. Supports Minecraft 1.5, 1.6, and 1.7 (preliminary testing against 1.8 snapshots show the 1.7 protocol still works with 1.8). Tested on MCPC+, Spigot, CraftBukkit, and Vanilla servers. Uses the stand ...
check_minecraft
github.com/vertecx/nagios-pluginsPlugin for checking availability, response time and number of players on a Minecraft server. The plugin queries the server by sending a 0xFE Server List Ping packet. The server is not required to have enable-query or enable-rcon enabled.
check_ipsec2
www.itadmins.netUsed to check whether StongSwan/OpenSwan IPSEC tunnels are up or not. Can check if a total number of tunnels are up or per tunnel name. Currently has been tested against StrongSwan 5.x. If Earlier versions of StrongSwan need to be supported let me know. ...
check_internet.sh
Checks internet speed using speedtest-cli or pyspeedtest Example: ./check_internet.sh 10 9 10 9 /usr/lib/nagios/plugins/speedtest-cli --server 3837 --timeout 50 --simple > .speedtest.sp1.wind.it.24646 2>&1 OK - TestServer: sp1.wind.it Ping 18.437 ms ...
check_ifpingok
www.kps-consulting.com/index.php?id=537Do a Nagios check if a ping is OK.
check_icmp
oss.op5.se/nagios/The check_icmp program is meant as a replacement for the check_ping plugin supplied with the Nagios-plugins package.
check_hping_syntcp
This script sends 3 TCP SYN pings to a host and compares response flags against "SA", "RA", or different. SYN ACK = OK, RESET ACK = CRITICAL, other = WARNING SA [SYN ACK] = OK, RA [RESET ACK] = CRITICAL, other = WARNING Modified the great original ch ...
check_file_numbers
www.deluxe-tech.co.ukThis will total up fles on specific directory paths that match a certain wildcard pattern e.g. how many pdf files are in a particular area. Can be used as a test that various housekeeping functions are not letting e.g. log files build up. This has the ...
check_filemaker
reliablesoftworks.comIntended For: Filemaker developers who want to monitor their clients' databases using Nagios. #Required: php cli with cURL extension. Filemaker API(included),FM Web Publishing configured correctly. #Quick Description: This script uses the FileMaker PHP ...
check_entropy (ux)
This plugin reads /proc/sys/kernel/random/entropy_avail and returns the available entropy (perfdata included). It warns on dropping below the specified thresholds.