August 3, 20196 yr Hi all, I'm trying to troubleshoot (without losing my ever-loving mind) the network connection to my UnRaid box periodically dropping from 1 Gbps to 100 Mbps. I'm sure it's a physical issue, but there are a number of variables -- wall jacks, multiple network cables (all of which are Cat 5e or better), cable couplers, the router itself, etc. My question is: can anyone recommend a way for me to be notified whenever the term "eth0" appears in my UnRaid system log? I'd like to know about the speed drop as soon as possible so I can take the next troubleshooting steps. Many thanks! Jeff
August 3, 20196 yr ( tail -f /var/log/syslog & ) | grep -q "eth0" /usr/local/emhttp/plugins/dynamix/scripts/notify -e "eth0 found" type in /usr/local/emhttp/plugins/dynamix/scripts/notify to see all the options you can do with notifications. Run this as a user script Edited August 3, 20196 yr by Squid
August 3, 20196 yr Author 1 hour ago, Squid said: ( tail -f /var/log/syslog & ) | grep -q "eth0" /usr/local/emhttp/plugins/dynamix/scripts/notify -e "eth0 found" type in /usr/local/emhttp/plugins/dynamix/scripts/notify to see all the options you can do with notifications. Run this as a user script Aah, that's perfect -- exactly what I needed! Thanks Squid, you da cephalopod!
Archived
This topic is now archived and is closed to further replies.