a couple of his OpenBSD-specific plugins.
Munin the monitoring tool surveys all your computers and
remembers what it saw. It presents all the information in graphs
through a web interface. Its emphasis is on plug and play
capabilities. After completing an installation a high number
of monitoring plugins will be playing with no more effort.
Using Munin you can easily monitor the performance of your
computers, networks, SANs, applications, weather measurements
and whatever comes to mind. It makes it easy to determine
"what's different today" when a performance problem crops up. It
makes it easy to see how you're doing capacity-wise on any
resources.
Net::OAuth is an implementation of the OAuth protocol.
OAuth is an open protocol to allow secure API authentication in
a simple and standard method from desktop and web applications.
ok sthen@
From DESCR:
Works like sensorsd(8) but reports to Nagios.
Allows you to monitor the hardware sensors that OpenBSD supports.
Things like fan speed, temperature and many more.
From MAINTAINER Andrew Fresh
ok sthen@
RabbitMQ is a complete and highly reliable Enterprise Messaging
System. The RabbitMQ client libraries and broker daemon can be used
together to create an AMQP network, or used individually to bring
the benefits of RabbitMQ to established networks.
ok bernd@
Weathermap is a network visualisation tool, to take data you already
have and show you an overview of your network in map form. Extensive
customisation features and an optional map editor are provided.
Support is built in for RRD, MRTG (RRD and old log-format), and
tab-delimited text files. Other sources are via plugins or external
scripts. Weathermap can also be integrated with Cacti.
mon is a tool for monitoring the availability of services, and sending alerts
on prescribed events. Services are defined as anything tested by a "monitor"
program, which can be something as simple as pinging a system, or as complex
as analyzing the results of an application-level transaction. Alerts are
actions such as sending emails, making submissions to ticketing systems, or
triggering resource fail-over in a high-availability cluster.
ok jasper@
pkg/DESCR:
The check_bioctl plugin for Nagios monitors RAID arrays on OpenBSD using
bioctl.
Tweaks from Andrew Fresh (author) and suggestions from sthen@
ok sthen@
This package consists of three Nagios plugins.
- check_smtp_send sends an email message with custom headers and body.
- check_imap_receive uses an IMAP search to check an INBOX or folder
for messages matching certain criteria. SSL support is available.
- check_email_delivery uses the other two plugins (or you may provide
alternatives) to check full email sending/delivery loops. As well as
alerting via nagios, running statistics can be recorded to a file.
Net::SMTP_auth is a small extension to G. Barr's Net::SMTP
to authenticate to an SMTP server using one of the AUTH
methods provided by Authen::SASL (see RFC2554 for details).
This module can be expanded and is a very first implementation.
NOTE: Net::SMTP can do authentication by itself (with a
different Syntax).