aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-08 15:27:02 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-08 16:08:28 -0400
commitab02d473993000296c388027644253d5f25297ff (patch)
treec6e2f70aa0fe96478e879d9973713e0e8730ac27 /README
parente5e9433285329bd6e68d686cd45964b792159648 (diff)
downloadpuppet-backupninja-ab02d473993000296c388027644253d5f25297ff.tar.gz
puppet-backupninja-ab02d473993000296c388027644253d5f25297ff.tar.bz2
Fix a few things related to nagios.
* Default nagios service name changed to "backups-${name}" * Fix checkbackups cronjob command * Add parameters for checkbackups warn/crit levels * Update upgrade notice
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 8deda94..42a8bfe 100644
--- a/README
+++ b/README
@@ -55,6 +55,18 @@ You will want to use the following resource:
Otherwise your backups may be duplicated!
+Changes to nagios integration
+-----------------------------
+
+The default nagios passive service name has changed from "backups" to
+"backups-${name}". If you want it to be automatically created on your
+nagios host, you will need to set $backupninja::manage_nagios to true.
+on the client.
+
+Use the following resource to remove the old "backups" passive service.
+
+ nagios::service { 'backups': ensure => absent }
+
Getting started
---------------