Hello, 

ipa-healthcheck is a great tool! Really appreciate Rob to make it working for Centos. 

When I ran it on all of our IPA servers, one server reported: 

[root@ipa2 ~]# ipa-healthcheck --failures-only --output-type human

CRITICAL: ipahealthcheck.ipa.dna.IPADNARangeCheck: no matching entry found

[root@ipa2 ~]# 


I created a user and a group on this server then deleted them, rerun ipa-healthcheck, I still get the same error. Here is the jason format of it: 

  {

    "source": "ipahealthcheck.ipa.dna", 

    "kw": {

      "exception": "no matching entry found"

    }, 

    "uuid": "aaf4da70-64ca-435f-8011-b40da74b874e", 

    "duration": "0.136489", 

    "when": "20210819224225Z", 

    "check": "IPADNARangeCheck", 

    "result": "CRITICAL"

  }


We have 7 ipa servers, this is the only server with this error. 

The success one looks like below: 

  {
    "source": "ipahealthcheck.ipa.dna",
    "kw": {
      "range_start": 1889601184,
      "next_start": 0,
      "next_max": 0,
      "range_max": 1889625999
    },
    "uuid": "1ce671b9-76cf-46ce-b7d2-d5eec4079d63",
    "duration": "0.309565",
    "when": "20210630231006Z",
    "check": "IPADNARangeCheck",
    "result": "SUCCESS"
  }

Any suggestions/ideas to fix it? 

Thank you! 

Kathy