From 2e23c7e72a669e9ccabed9b742f64762f3abfa89 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 18 Feb 2020 16:23:42 +0100 Subject: [PATCH] Fix #1859 --- network/paloalto/ssh/mode/system.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/network/paloalto/ssh/mode/system.pm b/network/paloalto/ssh/mode/system.pm index 10fe06b22..0b72030b2 100644 --- a/network/paloalto/ssh/mode/system.pm +++ b/network/paloalto/ssh/mode/system.pm @@ -27,6 +27,7 @@ use warnings; use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold catalog_status_calc); use DateTime; use centreon::plugins::misc; +use Digest::MD5 qw(md5_hex); sub custom_status_output { my ($self, %options) = @_;