fix missing dep in riverbed steelhead

This commit is contained in:
Colin Gagnaire 2019-03-15 13:02:54 +01:00
parent c2f389726e
commit a4ce45a17c

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) = @_;