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.

(process.py:454) | No matching process '...' was found (when process is running fine)

See original GitHub issue

Note: If you have a feature request, you should contact support so the request can be properly tracked.

Output of the info page

===============
Agent (v6.23.1)
===============

  Status date: 2020-11-20 07:54:17.694915 UTC
  Agent start: 2020-11-18 02:38:57.638476 UTC
  Pid: 17256
  Go Version: go1.14.7
  Python Version: 2.7.18
  Build arch: amd64
  Agent flavor: agent
  Check Runners: 4
  Log Level: info

  Paths
  =====
    Config File: /etc/datadog-agent/datadog.yaml
    conf.d: /etc/datadog-agent/conf.d
    checks.d: /etc/datadog-agent/checks.d

  Clocks
  ======
    NTP offset: -2µs
    System UTC time: 2020-11-20 07:54:17.694915 UTC

  Host Info
  =========
    bootTime: 2020-06-10 08:18:57.000000 UTC
    kernelArch: x86_64
    kernelVersion: 5.3.0-1020-gcp
    os: linux
    platform: ubuntu
    platformFamily: debian
    platformVersion: 18.04
    procs: 150
    uptime: 3858h20m1s
    virtualizationRole: guest

  Hostnames
  =========
    host_aliases: [redacted]
    hostname: redacted
    socket-fqdn: redacted
    socket-hostname: redacted
    host tags:
      env:staging
      env:staging
      http-server
      https-server
      zone:europe-west1-b
      instance-type:n2-standard-4
      internal-hostname:redacted
      instance-id:506**************
      project:redacted
      numeric_project_id:9764**********
    hostname provider: gce
    unused hostname providers:
      configuration/environment: hostname is empty

  Metadata
  ========
    cloud_provider: GCP
    hostname_source: gce

=========
Collector
=========

  Running Checks
  ==============
  
  <snip>

    process (1.16.0)
    ----------------
      Instance ID: process:fail2ban:f69385006d560585 [OK]
      Configuration Source: file:/etc/datadog-agent/conf.d/process.d/process.yaml
      Total Runs: 12,781
      Metric Samples: Last Run: 17, Total: 217,275
      Events: Last Run: 0, Total: 0
      Service Checks: Last Run: 1, Total: 12,781
      Average Execution Time : 3ms
      Last Execution Date : 2020-11-20 07:54:12.000000 UTC
      Last Successful Execution Date : 2020-11-20 07:54:12.000000 UTC

      Instance ID: process:sidekiq:2026c1cda5d3f74d [OK]
      Configuration Source: file:/etc/datadog-agent/conf.d/process.d/process.yaml
      Total Runs: 12,781
      Metric Samples: Last Run: 17, Total: 213,783
      Events: Last Run: 0, Total: 0
      Service Checks: Last Run: 1, Total: 12,781
      Average Execution Time : 2ms
      Last Execution Date : 2020-11-20 07:54:05.000000 UTC
      Last Successful Execution Date : 2020-11-20 07:54:05.000000 UTC

  <snip>

Additional environment details (Operating System, Cloud provider, etc):

/etc/datadog-agent/conf.d/process.d/process.yaml

instances:
  - name: sidekiq
    search_string: ['sidekiq']
    exact_match: False
    thresholds:
      critical: [1, 4]
    tags:
      - env:staging

Steps to reproduce the issue:

  1. Restarting the processes
  2. Processes restart, but they are still running
  3. The collector does not seem to find the (running) processes, and we can see a warning; our process monitoring alerts also fire a false negative
  4. After a little while, it finds the processes again and the alert goes away

Describe the results you received:

Nov 20 07:44:54 host.name agent[22753]: 2020-11-20 07:44:54 UTC | CORE | WARN | (pkg/collector/python/datadog_agent.go:120 in LogMessage) | process:sidekiq:6c9c73d8f1648c
27 | (process.py:454) | No matching process 'sidekiq' was found

Describe the results you expected:

the process collector should detect the running processes

Additional information you deem important (e.g. issue happens only occasionally):

It probably started after upgrading the datadog agent. Unfortunately I do not recall what the previous agent was, but we didn’t update it in a little while now… Our configs did not change however, nor anything that I can relate to about these processes.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

0reactions
gingerlimecommented, Jan 22, 2021

see #8414

Read more comments on GitHub >

github_iconTop Results From Across the Web

Possibly TLS related package installation problem · Issue #7202
I am on the latest stable Poetry version, installed using a recommended method. I have searched the issues of this repo and believe...
Read more >
pid file found but no matching process was found. stop aborted
I am trying to stop confluence through ./stop-confluence.sh but it is showing error like this "PID file found but no matching process was...
Read more >
zmeventnotification stopped working - ZoneMinder Forums
When the server crashes I have to restart the zoneminder service in order to get the monitors back online until the next detection...
Read more >
1758688 – [OSP16] neutron-dhcp fail to spawn DHCP process ...
When looking at the new reproducer I noticed that the remote compute nodes did not boot the provisioning ramdisk. No DHCP offer recived....
Read more >
Writing Avocado Tests — Avocado 61.0 documentation
Because of Avocado's test execution model (each test is run on a separate process), it doesn't make sense to support unittest's unittest.TestCase.setUpClass() ...
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