Random Project
Home > Plugins > Network Protocols

Network Protocols

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

Showing 73-84 of 421 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
In order to use it, you must edit commands.cfg: - Before: command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$ - After: command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$ -v |…
usage: check_ospf.py [-h] [--version] [--debug] [-r RID] [-i IP] [-n NUMBER] SNMP_COMMUNITY HOST Nagios plugin that checks the status of OSPF neighbors on a Cisco…
It's worth noting a couple of important details: - Nagios 3.x or above is required for the multi-line output generated by this command. - This…
Check if zones are in sync on multiple DNS servers really fast. Plugin makes query for every zone in given text file to given DNS…
Monitoring for Windows Server 2012 DHCP Failover architecture. Supports LoadBalance and Failover modes. Monitors: - Failover State - Failover Mode - Scope State of Each…
Simple shell script that uses nmap utility to check if a remote host is listening on a UDP port and what that service is. Usage:…
This will check if the bgp session is established Since it parses the "show bgp summary" command to the router using expect, it worked only…
Imap Plugin for Nagios Requirements: - Python3 How To install: - Download zip - Extract on your plugin dir - Enjoy How to Use: check_imap…
IPv6 BGP neighbor check for Juniper MX platform. Usage: ./check_junos_bgp_v6_peer.pl -H [-C ] -l -p Open caveat: when "-H hostname" is used (instead of either…
This is small Nagios plugin for checking status of processes (or quantity of them) via SNMP Usage: ./check_snmp_proc -H 127.0.0.1 -C public -N ssh -w…
This plugin does a traceroute to a target host and checks if a desired HOP is a certain IP address. I use it to alert…