question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Check tls not found in Catalog

See original GitHub issue

I am trying to track TLS certificates but is failing to load tls check.

  • brand new cluster in GKE
  • datadog installed using helm, all defaults values
  • created example config to check google.com certs
===============================
Datadog Cluster Agent (v7.40.1)
===============================
...
=========
Collector
=========
...
  Loading Errors
  ==============
    tls
    ---
      Core Check Loader:
        Check tls not found in Catalog

from helm:

clusterAgent:
  confd:
    tls.yaml: |-
      instances:
        - server: https://google.com/
          name: google.com

directly from pod:

root@datadog-cluster-agent-5f8c5cb555-hft9m:/etc/datadog-agent/conf.d# cat tls.yaml
instances:
  - server: https://google.com/
    name: google.com

also from pod:

root@datadog-cluster-agent-5f8c5cb555-hft9m:/# cd /var/log/datadog/
root@datadog-cluster-agent-5f8c5cb555-hft9m:/var/log/datadog# ll
total 28
drwxrwxr-x 2 dd-agent root  4096 Nov 29 10:32 ./
drwxr-xr-x 4 root     root  4096 Nov  9 15:49 ../
-rw-rw-r-- 1 dd-agent root     0 Nov  9 15:49 .placeholder
-rw-r--r-- 1 root     root 16544 Nov 29 11:05 cluster-agent.log
root@datadog-cluster-agent-5f8c5cb555-hft9m:/var/log/datadog# grep -i tls cluster-agent.log
2022-11-29 10:32:35 UTC | CLUSTER | ERROR | (pkg/collector/scheduler.go:201 in getChecks) | Unable to load a check from instance of config 'tls': Core Check Loader: Check tls not found in Catalog
2022-11-29 10:32:35 UTC | CLUSTER | ERROR | (pkg/collector/scheduler.go:201 in getChecks) | Unable to load a check from instance of config 'tls': Core Check Loader: Check tls not found in Catalog
2022-11-29 10:32:35 UTC | CLUSTER | ERROR | (pkg/collector/scheduler.go:248 in GetChecksFromConfigs) | Unable to load the check: unable to load any check from config 'tls'
root@datadog-cluster-agent-5f8c5cb555-hft9m:/var/log/datadog#

Describe the results you expected:

get remaining cert days in TLS dashboard

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
FlorentClarretcommented, Dec 9, 2022

Glad to hear that’s fixed!

1reaction
alejojocommented, Nov 29, 2022

hello @FlorentClarret,

thank you for your quick reply. Done: https://help.datadoghq.com/hc/requests/1019650

Read more comments on GitHub >

github_iconTop Results From Across the Web

TLS
This check monitors TLS protocol versions, certificate expiration and validity, etc. Notes: Only TCP is supported. Only leaf / end user certificates are ......
Read more >
Update to enable TLS 1.1 and TLS 1.2 as default secure ...
Describes an update that adds TLS 1.1 and TLS 1.2 to default security protocols in Windows Server 2012, Windows 7 SP1, and Windows...
Read more >
Self-Help: TLS issues
From the menu bar, click Tools > Internet Options > Advanced tab · Scroll down to Security category, manually check the option box...
Read more >
TLS/SSL Handshake Failures | Apigee Edge
Once you've identified that the server is SNI enabled, you can follow the steps below to check if the TLS/SSL handshake failure is...
Read more >
Traefik TLS Documentation
To add / remove TLS certificates, even when Traefik is already running, ... a certificate but does not verify if it is signed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found