Bug 2439960

Summary: nagios-plugins-ssl_validity should require perl-Math-BigInt
Product: [Fedora] Fedora EPEL Reporter: alex
Component: nagios-pluginsAssignee: Guido Aulisi <guido.aulisi>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: epel9CC: guido.aulisi, igor.raits, lemenkov, smooge
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description alex 2026-02-14 18:47:25 UTC
Description of problem:

Missing dependency

Version-Release number of selected component (if applicable):

2.4.9-1.el9

How reproducible:

Steps to Reproduce:
1. /usr/lib64/nagios/plugins/check_ssl_validity -H alex.corcoles.net -p 1965

Actual results:

CRITICAL: Could not parse X509 certificate on alex.corcoles.net:1965: Can't locate object method "new" via package "Math::BigInt" at /usr/share/perl5/vendor_perl/Convert/ASN1.pm line 396.

Expected results:

Host alex.corcoles.net matches CN alex.corcoles.net on alex.corcoles.net:1965, still valid for 76.8 days. Serial ffffffffffffffff not found on any Certificate Revokation Lists.

Additional info:

dnf install perl-Math-BigInt solves the issue.