Versions Compared

Key

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


Table of Contents

...

Debug the smart ping in the cmc.log

  1. Increase the log to debug
    1. How to collect troubleshooting data for various issue types#Core → Smart ping

...

  1. Checkin the cmc.log (as site user)

    Code Block
    grep -e <IP> -e <HOSTNAME> ~/var/log/cmc.log | grep -e "smartping timeout" -e "received p"



Livestatus query

Code Block
OMD[cme2_test]:~$ lq "GET hosts\nColumns: host_name check_interval retry_interval smartping_timeout max_check_attempts state state_type\nFilter: host_name = Ubuntu1804"
Ubuntu1804;5;1;750000;1;1;1

...