From ab02d473993000296c388027644253d5f25297ff Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Fri, 8 May 2015 15:27:02 -0400 Subject: 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 --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') 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 --------------- -- cgit v1.2.3