Nocturnal Nagios plugin pack
============================

Author: Guy Van Sanden
E-mail: nocturn00@gmail.com
Website: http://nocturn.vsbnet.be

About
-----

The Plugin pack collects some Nagios plugins I've written over time.  It will probably grow in the future.


Plugins
-------

* check_apt
Checks if there are updates waiting in Debian's apt. It requires apt-get update to be run via cron in some way.

* check_bacula
Checks if there are updates waiting in Debian's apt. It requires apt-get update to be run via cron in some way.

* check_internet
Checks if there are updates waiting in Debian's apt. It requires apt-get update to be run via cron in some way.


Installation
------------

General
.......

Unpack the archive (You probably already did to read this file).
Move all check_ commands to your Nagios plugins directory

check_apt
.........

Set up cron or any other automation to do an apt-get update periodically.  If you neglect this, the plugin will not show updates.

check_bacula
............

Make sure that the user that runs Nagios has read access to the Bacula logs, make sure it also has the right to enter the directory where the log is stored.

check_internet
..............

Modify the internetservers file that came with the archive and put it somewhere on your system where the plugin can read it (I use /etc/nagios/etc/internetservers).

License
=======

All plugins are licensed under the GNU General Public License version 2 or later.  Please check the included gpl.txt file for details.
