From ad4ac1f8f6a1b48203f60effe6581ed1af223599 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 19 Dec 2015 23:32:44 +0100 Subject: [PATCH] latency: Ping 'gateway' Signed-off-by: Michael Tremer --- src/collecty/plugins/latency.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/collecty/plugins/latency.py b/src/collecty/plugins/latency.py index a3d9110..a2c12ad 100644 --- a/src/collecty/plugins/latency.py +++ b/src/collecty/plugins/latency.py @@ -29,6 +29,11 @@ from ..colours import * from ..i18n import _ PING_HOSTS = [ + # gateway is a special name that is automatically + # resolved by myhostname to the default gateway. + "gateway", + + # The IPFire main server "ping.ipfire.org", ] -- 2.39.2