add package bigint

This commit is contained in:
Lotfi zaouche 2020-04-09 10:14:28 +00:00
parent 94d5eafd13
commit 4b51d50452
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ use base qw(centreon::plugins::templates::counter);
use strict;
use warnings;
use bigint;
use Digest::MD5 qw(md5_hex);
sub new {

View File

@ -25,6 +25,7 @@ use base qw(centreon::plugins::templates::counter);
use strict;
use warnings;
use Digest::MD5 qw(md5_hex);
use bigint;
use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold catalog_status_calc);
sub custom_status_output {