Uplink failures in the rXg log file (rxgd.log)
July 28, 2025
On a default configuration the rXg will log the uplink fails to the rxgd.log even if ping monitors are not completely setup in the system.
Copy all of the files that start with the name rxgd from /var/log/ to your local workstation or laptop. Typically this would be done via sftp.
Run this command:
zcat -f *log* | awk 'tolower($0) ~ /pingmonitor/ && tolower($0) ~ /google/ && tolower($0) ~ /fail/'
Copy all of the files that start with the name rxgd from /var/log/ to your local workstation or laptop. Typically this would be done via sftp.
Run this command:
zcat -f *log* | awk 'tolower($0) ~ /pingmonitor/ && tolower($0) ~ /google/ && tolower($0) ~ /fail/'