Skip to content

Commit

Permalink
codestyle fix and disable monitoring of weekly snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
phreaker0 committed Nov 9, 2017
1 parent 00b9206 commit 4649704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sanoid
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sub monitor_snapshots {
my $path = $config{$section}{'path'};
push @paths, $path;

my @types = ('yearly','monthly', 'weekly', 'daily','hourly');
my @types = ('yearly','monthly','weekly','daily','hourly');
foreach my $type (@types) {

my $smallerperiod = 0;
Expand Down
4 changes: 2 additions & 2 deletions sanoid.defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ hourly_warn = 90
hourly_crit = 360
daily_warn = 28
daily_crit = 32
weekly_warn = 7
weekly_crit = 10
weekly_warn = 0
weekly_crit = 0
monthly_warn = 5
monthly_crit = 6
yearly_warn = 0
Expand Down

0 comments on commit 4649704

Please sign in to comment.