]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/manifests/postgresql/backup_dump.pp
Monitor rsync backups
[perso/Immae/Projets/Puppet.git] / modules / profile / manifests / postgresql / backup_dump.pp
index 5f456ed37060bd4393caf7dd05aabe813623e66f..e247cf027e64535e804060bcbcb5c9668179cb80 100644 (file)
@@ -63,7 +63,7 @@ define profile::postgresql::backup_dump (
       "naemon-postgresql-dumps-$pg_host" => "naemon  ALL=($pg_user) NOPASSWD: /usr/bin/find $pg_backup_path -mindepth 1 -maxdepth 1 -printf %T@?n",
     },
     local => {
-      check_command => "check_last_file_date!$pg_backup_path!10!$pg_user",
+      check_command => "check_last_file_date!$pg_backup_path!7!$pg_user",
     }
   }
 }