X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=blobdiff_plain;f=src%2Fcollecty%2Fplugins%2Flatency.py;fp=src%2Fcollecty%2Fplugins%2Flatency.py;h=a2c12ad7125cc320884d1b517295c1ffd4afa0e4;hp=a3d911040609c586e4cfadd426c4b5dc6bdb1ff9;hb=ad4ac1f8f6a1b48203f60effe6581ed1af223599;hpb=9e7f57b54b5a428e7afb0db631b80c92d291232d 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", ]