From 2ef80776932b933d4998689bf007283828f3e146 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 5 Oct 2020 16:44:55 +0200 Subject: [PATCH] add socket module --- centreon-plugins/apps/protocols/x509/mode/certificate.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/centreon-plugins/apps/protocols/x509/mode/certificate.pm b/centreon-plugins/apps/protocols/x509/mode/certificate.pm index 734ce63c3..7ea8fcfa5 100644 --- a/centreon-plugins/apps/protocols/x509/mode/certificate.pm +++ b/centreon-plugins/apps/protocols/x509/mode/certificate.pm @@ -24,6 +24,7 @@ use base qw(centreon::plugins::templates::counter); use strict; use warnings; +use Socket; use IO::Socket::SSL; use Net::SSLeay 1.42; use DateTime;