[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: With migration from 5.17.1 to 5.20.0 the "$HOST" variable has change
From: |
Marcus Mülbüsch |
Subject: |
Re: With migration from 5.17.1 to 5.20.0 the "$HOST" variable has changed |
Date: |
Wed, 30 Nov 2016 10:52:21 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 |
Am 29.11.2016 um 17:03 schrieb Martin Pala:
Hello,
the problem with FQDN is, that getting it often requires a working DNS -
if the DNS or network is down, monit start/reload is then slow as it
tries the FQDN lookup will timeout. If monit is responsible for starting
the network interface and/or DNS, it'll be problem on each start (monit
will pause on FQDN lookup before starting services, making the startup
time longer).
I see the point, but wanted to avoid manual reconfiguration.
So let's make it a feature request (albeit one with very low priority):
add a variable "$FQDN" which resolves to the DNS provided hostname -
if one uses this one should know, what is expected from him.
Thank you, and thanks for all the good work.
Marcus