fix missing dep in riverbed steelhead
This commit is contained in:
parent
a05a061a98
commit
c6e80c7c3a
|
@ -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) = @_;
|
||||
|
|
Loading…
Reference in New Issue