aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-07 17:03:59 -0500
committerMicah Anderson <micah@riseup.net>2009-12-07 17:03:59 -0500
commit02f826e64e1532df82936edf33f8b9f4577cf9a2 (patch)
tree20b5cca042e51038a3e5e0cf64af668176f03570 /README
parentbd68fde7adaf7dbe82dd7842dbfd9734d3e5c688 (diff)
downloadpuppet-backupninja-02f826e64e1532df82936edf33f8b9f4577cf9a2.tar.gz
puppet-backupninja-02f826e64e1532df82936edf33f8b9f4577cf9a2.tar.bz2
replace koumbit-specific nagios server configuration with a $nagios_server variable that can be set. updated README to detail this information
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 3b73200..5cec60d 100644
--- a/README
+++ b/README
@@ -65,4 +65,14 @@ and create them. We have yet to create proper authorized_keys
management to make that process completely automatic.
At the moment, not all the backupninja handlers are available, they
-are relatively easy to add however. \ No newline at end of file
+are relatively easy to add however.
+
+Nagios alerts about backup freshness
+------------------------------------
+
+If you set the $nagios_server variable to be the name of your nagios server,
+then a passive nagios service gets setup so that the backup server pushes
+checks, via a cronjob that calls /usr/local/bin/checkbackups.pl, to the
+nagios server to alert about relative backup freshness.
+
+Note: this $nagios_server variable must be set before the class is included. \ No newline at end of file