From 166b086a264fc54266b9d3b6adb9c9c0029bc79c Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 7 Nov 2018 11:31:36 -0500 Subject: [PATCH] quotacheck: check volumes on gibran --- quotacheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotacheck b/quotacheck index 70306a9..700c425 100755 --- a/quotacheck +++ b/quotacheck @@ -54,7 +54,7 @@ use Data::Dumper qw/Dumper/; # Warn threshold our %threshold = ( user => 0.8, mail => 0.6, db => 0.4 ); # AFS servers with volumes -our @servers = qw/fritz/; +our @servers = qw/fritz gibran/; # Which volumes we want? # (Your volumes need to be in format (TYPE).USERNAME, otherwise # you will have to modify below where we take .USERNAME to mean -- 2.20.1