summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/basefork.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping/probes/basefork.pm')
-rw-r--r--lib/Smokeping/probes/basefork.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Smokeping/probes/basefork.pm b/lib/Smokeping/probes/basefork.pm
index 4f50467..0de7b6d 100644
--- a/lib/Smokeping/probes/basefork.pm
+++ b/lib/Smokeping/probes/basefork.pm
@@ -146,6 +146,9 @@ DOC
sub ping {
my $self = shift;
+ # increment the internal 'rounds' counter
+ $self->increment_rounds_count;
+
my @targets = @{$self->targets};
return unless @targets;