...
Debug the Smart Ping in the cmc.log
- Increase the log to debug
Checkin the cmc.log (as site user)
Code Block language bash theme RDark grep -e <IP> -e <HOSTNAME> ~/var/log/cmc.log | grep -e "smartping timeout" -e "received p"
...
...
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" |
...