master
Heuzef 5 years ago
parent c5016efd1e
commit 7064558b38
  1. 2
      Check.pm

@ -46,7 +46,7 @@ sub action
# Get frequency for this host
if ( $Conf{IncrPeriod} < $Conf{FullPeriod} ) {
$frequency = $Conf{IncrPeriod};
$frequency = $Conf{IncrPeriod};
} else {
$frequency = $Conf{FullPeriod};
}

Loading…
Cancel
Save