Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Aug 2008 10:46:41 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Maximillian Dornseif <md@hudora.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Handling of daily and weekly mails
Message-ID:  <4896D001.8030100@infracaninophile.co.uk>
In-Reply-To: <18748908.post@talk.nabble.com>
References:  <18748908.post@talk.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig1E38EE846C92A1B5DB4E4576
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Maximillian Dornseif wrote:
> I administer about a dozen FreeBSD Servers. This results in me
> getting about 100 mails a week from the PERIODIC(8) scripts.
> Obviously this is to much to read with care.
=20
> I wonder what the canonical approach is to handling hundreds of
> status mails like the ons generated by periodic.

Yeah.  Periodic scripts are great if you only have a few machines not
doing anything really critical.  It's a mark of the standards required
by the FreeBSD project that the baseline system comes with a working=20
monitoring system built-in.

However, periodic e-mails really do not scale to tens, let alone hundreds=
,
of machines and once a day is really far too infrequent for checking
important services.

My recommendation is to redirect all of the periodic output to local log
files -- daily.log, weekly.log etc. -- according to the comments in
/etc/defaults/periodic.conf.  Then set up a full blown monitoring system
using eg. Nagios.  For a dozen or so servers, you won't need anything
particularly special to run Nagios on. Sticking it in a jail on one of
your existing machines might work well for you.

Nagios monitoring needs to be developed over time.  With the standard
plugins supplied by the net-mgmt/nagios-plugins port, you'll be able
to monitor most services with external listeners.  However, to get the
most out of Nagios I find that installing net-mgmt/net-snmpd on all
monitored machines is a necessity.  You'll need to be careful about
how you do that -- SNMP v2c or lower does the equivalent of sending
passwords across the net in plain text, so it's useful if you can
arrange for some sort of private back-end network between all your
servers.

While the intrinsic capabilities of net-snmpd add a great deal of
monitorable information, the real advantage is the ability to hook
up arbitrary scripts via the 'extend' mechanism.  This coupled with
the ability to write custom plugins for Nagios means you can do a lot
of very interesting things.  Trivial example: we routinely hook up
running 'gmirror status -s' through snmpd and then use a very short
Nagios plugin script to alert us to RAID problems.

There's also nagios-exchange with plenty of interesting and useful stuff =
available -- see for instance

http://www.nagiosexchange.org/cgi-bin/page.cgi?g=3DDetailed%2F1562.html;d=
=3D1

Nagios and periodic don't fulfil exactly the same functions, but there
is enough overlap to allow replacing one with the other.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig1E38EE846C92A1B5DB4E4576
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkiW0AcACgkQ8Mjk52CukIz0ugCfRp0bKOmv/xMkBueRFNawkQHw
o48AmwVcuZiUXHc1IHKCXiMQa+I8b5eK
=A2AX
-----END PGP SIGNATURE-----

--------------enig1E38EE846C92A1B5DB4E4576--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4896D001.8030100>