diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-08 15:27:02 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-08 16:08:28 -0400 |
commit | ab02d473993000296c388027644253d5f25297ff (patch) | |
tree | c6e2f70aa0fe96478e879d9973713e0e8730ac27 /README | |
parent | e5e9433285329bd6e68d686cd45964b792159648 (diff) | |
download | puppet-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-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 --------------- |