Home > Plugins > Network Protocols

Network Protocols

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

Showing 361-372 of 421 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Checks health of secondary DNS servers, whether they hold up-to-date zone and if the answer was authoritative
this plugin will check authentication against radius server with only few command line parameters. command line example: ./radauth -r 127.0.0.1 -s secret -u user -p…
This is a replacement for the check DNS nagios plugin that only checks A registers. It is a simple bash script using dig, so that…
It downloads a test file from the TFTP server and checks its size against a given value.
Nagios plugin to check a tftp server. Issues a "status" command to the given server and processes the results. Requires a local tftp binary.
This script realise a check_http as the basic Nagios check plugin but with some differences : -was written with Python ( use Httplib and urllib2…
You can use *.pem files or a .p12 file with a password to connect with a https-server. This Perl-script needs: LWP::UserAgent, Crypt::SSLeay and Nagios::Plugin. It…
It checks if a website runs on https, without checking the certificate. Usage: ./check_https www.example.com Optional: port number ./check_https www.example.com 444 CHANGELOG on v0.4: add…
This is based on wiburg's checkhttp perl script with many new configurable options - read the parameter list below: Usage: -H -u -p -s [-w…
Logs in to an FTP server. Assumes anonymous login unless username/password are supplied. Optionally takes a directory or file to check. Will chdir to directory,…
The check_tcp is not able to login and fetch files, so i made a check that uses Net::FTP. It's able to login and fetch files.
This plugin is _no_ replacement of the default check_http plugin. It provides some functionality which the standard check_http doesn't have. The standard check_http plugins doesn't…