fix missing dep in riverbed steelhead

This commit is contained in:
Colin Gagnaire 2019-03-15 13:02:54 +01:00
parent a05a061a98
commit c6e80c7c3a
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ use base qw(centreon::plugins::templates::counter);
use strict;
use warnings;
use Digest::MD5 qw(md5_hex);
sub set_counters {
my ($self, %options) = @_;