check_mssql_health is a Nagios plugin using DBD::Sybase and FreeTDS to
monitor many parameters of Microsoft SQL Server, including login delays,
CPU use, IO busy time, scans per second, deadlocks per second, etc.
Custom SQL statements may also be used.
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
Andrew Fresh.
Nagios plugin to check for the status of peers connected to an
OpenBGPd router. Allows you to specify valid peers and acceptable
status based on the connection status/number of paths received.
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@
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.
url parameter in the ping/traceroute command line). "go ahead please,
if you think it's correct" sturm@ (maintainer).
Users would have to pass webserver authentication (if configured) to
trigger this.
reading on a loop without any kind of sleeping is about the worst option,
resulting in spinning and taking all available cpu cycles. very very
visible with alert scripts that sleep, but also lowers nagios' cpu usage
a lot. found out the hard way... with input from kettenis, ok sturm