]> git.ipfire.org Git - oddments/collecty.git/blobdiff - src/collecty/plugins/latency.py
latency: Ping 'gateway'
[oddments/collecty.git] / src / collecty / plugins / latency.py
index a3d911040609c586e4cfadd426c4b5dc6bdb1ff9..a2c12ad7125cc320884d1b517295c1ffd4afa0e4 100644 (file)
@@ -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",
 ]