From f8ba63605946ffe00eaa31dcc3f2ce3e7a0728ed Mon Sep 17 00:00:00 2001 From: qgarnier Date: Wed, 28 Oct 2020 16:29:45 +0100 Subject: [PATCH] fix licenses smartermail (#2302) --- apps/smartermail/restapi/mode/licenses.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/smartermail/restapi/mode/licenses.pm b/apps/smartermail/restapi/mode/licenses.pm index f33a63a94..de117f55d 100644 --- a/apps/smartermail/restapi/mode/licenses.pm +++ b/apps/smartermail/restapi/mode/licenses.pm @@ -25,6 +25,7 @@ use base qw(centreon::plugins::templates::counter); use strict; use warnings; +use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold_ng); sub custom_upgrade_protection_status_output { my ($self, %options) = @_;