Showing 81-90 of 437 results.
Sort by:
check_arp
Simple to use and implement MAC address information service. Example Configuration: commands.cfg define command { command_name check_mac_address command_line $USER1$/check_arp.sh -H $HOSTADDRESS$ } Service Examples define…
Windows 2012 DHCP Failover and Scope Health Check
http://alexatkinson.caMonitoring for Windows Server 2012 DHCP Failover architecture. Supports LoadBalance and Failover modes. Monitors: - Failover State - Failover Mode - Scope State of Each…
check_udp_port
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:…
check_bgp_v4_v6
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…
Check Imap (without login)
http://miriodev.netImap Plugin for Nagios Requirements: - Python3 How To install: - Download zip - Extract on your plugin dir - Enjoy How to Use: check_imap…
check_junos_bgp_v6_peer
http://www.cybera.caIPv6 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…
Check Processes status via SNMP
https://github.com/mrGrab/check_snmp_proc.shThis 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…
Collect Network Statistics
https://noahguttman.wordpress.com/::Network Statistics Instructions:: -h, Display this help information Writes temporary data to /tmp/network_statistics2.tmp Script written by Noah Guttman and Copyright (C) 2014 Noah Guttman. This…
check_traceroute
https://github.com/davidedg/nagios-pluginsThis plugin does a traceroute to a target host and checks if a desired HOP is a certain IP address. I use it to alert…