Home > Plugins > Network Protocols

Network Protocols

Nagios plugins for monitoring network protocols (e.g. HTTP and FTP) of all types.

Showing 409-420 of 421 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
The company ciphron developed a patch for check_icmp, which adds an additional option to set the type of service bits. Options added: -T hex_byte More…
Simple bash used for verifying that a windows ntlm auth is working, uses curl. add to nagiosgraph map for a graph that should always be…
#! /bin/bash # THIS SCRIPT IS --VERY-- PARANOID. IT IS ONLY HAPPY WHEN YOU HAVE ONE (1) MAC PER IP ADDRESS. # IF YOU HAVE…
Advanced features The advanced featetures compared to original check_radius are: * radius attributes used for the authentication can be defined. * command paramater for which…
If you need more precise measurements I suggest instead using NTPd but not everyone wants to bother setting it up and on most unix systems…
This script check Cisco firewall (tested on Cisco PIX-515E and ASA-5500). Modules included : ### Mode 1 - Association ### - NTP association status check_cisco_ntp.sh…
This script check Cisco gateway ISDN (tested on Cisco 2811 and 2821). Modules included : ### Mode 1 - bchannels ### - b-channels used and…
Usage: check_zone.pl [-v[v]] domain For command: define command{ command_name check_zone command_line /usr/bin/perl $USER1$/check_zone.pl $ARG1$ } Note the use of /usr/bin/perl in front of the command…
##### Created by Joe McShinsky ##### #! /bin/bash if [ $# -ne 3 ] then echo "Usage: check_traceroute.sh [host] [1st hop] [2nd hop]" exit 3…
Shell script to check if a destination IP is reached through a gateway specified. There are two versions of this check in the zip package,…
A shell script to check if resolved IP of a certain domain changes. This plugin uses the "dig" command.