Random Project

works very good

hello,
thanks for that plugin.

i raised the warninglevels on weekends

my $weekday=`date +%u`;
if ($weekday == 7 || $weekday == 1) {
$warningAge=72;
$criticalAge=96;
}