Search found 1 match
- Mon Apr 25, 2016 7:53 am
- Forum: Open Source Nagios Projects
- Topic: check_ping Plugin - choose interface
- Replies: 1
- Views: 1173
check_ping Plugin - choose interface
Hi, My host (a Raspberry PI) has 2 network interfaces (wlan0 - WIFI and eth1 - 3G dongle). I need to check each different interface pinging 8.8.8.8 and taking packet loss % in order to understand if the interface is ok: check wlan0 ----->ping -c 5 -q -I wlan0 8.8.8.8| grep -oP '\d+(?=% packet loss) ...