Skip to content

0.9

Compare
Choose a tag to compare
@rcritten rcritten released this 10 Jun 14:00
· 100 commits to master since this release
  • Add service dependencies to more checks so they are skipped if dependent services are not running
  • Filter out the pki healthcheck sources if IPA CA is not installed
  • Don't collect the CRLManager role if the CA is not configured
  • Drop or replace print statements which were polluting stdout/stderr with lines that should have been logged instead
  • Add service log files to those tracked by the FileCheck for owner/group/perms/mode
  • Check for mismatches in certificates between LDAP and the system
  • Fix the --debug option which was being reset internally back to WARN
  • Add check for KRA Agent to compare the certificate with LDAP, similar to RA Agent check
  • For human output display a message when no issues are found instead of an empty list []
  • Check for a host certificate to avoid a false positive tracking
  • Add compatibility for python 3.10