Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. fetcher helper usage is permanently above 96% and fetcher count is already high (i.e., >50 or 100 or more) and
  2. the service "Check_MK" runs into constant "CRIT with fetcher timeouts   
    1. You can also use this command as site user to narrow down and to find slow running active checks

      Code Block
      languagebash
      themeRDark
      lq "GET services\nColumns: execution_time host_name display_name" | awk -F';' '{ printf("%.2f %s %s\n", $1, $2, $3)}' | sort -rn | head


...