Fix missing sub routine

This commit is contained in:
Tpo76 2023-08-24 16:53:30 -04:00
parent 71f662103e
commit 52cec754c1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use base qw(centreon::plugins::templates::counter);
use strict;
use warnings;
use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold_ng);
use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold_ng catalog_status_calc);
sub custom_status_output {
my ($self, %options) = @_;