The purpose of libsmi is to give network management applications
a concise programmer-friendly interface to access MIB module information,
separate the knowledge on SMI from the main parts of management applications,
allow to add new kinds of MIB repositories without the need
to adapt applications that make use of libsmi.
There are also simple tools to handle MIBs included.
mrtg-ping-probe is a ping probe for MRTG 2.x. It is used to monitor
the round trip time and packet loss to networked devices. MRTG uses
its output to generate graphs visualizing minimum and maximum round
trip times or packet loss.
Yoshiro MIHIRA
<sanpei@FreeBSD.org>
Check Email Delivery is a plugin for Nagios that allows you to
check functionality within your email environment.
Some typical uses of this plugin include:
* check SMTP server
* check IMAP server
* check email delivery loop
* check auto-responder function
* keep an eye on email lag
* monitor automated mailboxes
* aggregate check results of multiple plugins
* check email-to-FTP or other special email gateways
check_spamd is a Nagios plugin for checking SpamAssassins SPAMD. It's written
in Perl, should work with the embedded Perl interpreter (not tested though),
does not require spamc to be installed on the Nagios host and has no other
prerequisites.
NBTscan is a program for scanning IP networks for NetBIOS name
information. It sends NetBIOS status query to each address in
supplied range and lists received information in human readable
form. For each responded host it lists IP address, NetBIOS computer
name, logged-in user name and MAC address.
klg is a looking glass written in PHP that can access and report
back routing information from Cisco, Juniper and Zebra/Quagga
routers. It can also lookup AS numbers to names via WHOIS interfaces,
and supports friendly BGP community names via MySQL database.
The OpenLLDP project aims to provide a comprehensive implementation of the
IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an industry
standard protocol designed to supplant proprietary Link-Layer protocols
such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol).
The Nagios Service Check Acceptor (NSCA) is used to send service check
results to a central Nagios server. This consists of the "nsca" daemon
which runs on the main Nagios server and accepts results and the
"send_nsca" client which is used to send results to the server.
The Nagios Service Check Acceptor (NSCA) is used to send service check
results to a central Nagios server. This consists of the "nsca" daemon
which runs on the main Nagios server and accepts results and the
"send_nsca" client which is used to send results to the server.
This module implements an alternative "event dispatcher" for Net::SNMP, using
AnyEvent as a backend.
It integrates Net::SNMP into AnyEvent: You can make non-blocking Net::SNMP
calls and as long as other parts of your program also use AnyEvent (or some
event loop supported by AnyEvent) and they will run in parallel.