<div dir="ltr"><div><div><div><div><div>FYI, my experience with RHEL5 was, if the /etc/hosts file had the short-form host name first, that's what the Xymon client used.  Switching it around to put the FQDN name first fixed it.  Didn't need to modify the Xymon script at all.  Kinda ridiculous, I know...<br><br></div>i.e.  This checked in to Xymon as "server"<br></div>     10.12.34.56    server   <a href="http://server.domain.com">server.domain.com</a><br><br></div>And this checked in as "<a href="http://server.domain.com">server.domain.com</a>"<br><br></div>     10.12.34.56   <a href="http://server.domain.com">server.domain.com</a>   server<br><br></div><div>Dunno if the same thing happens in SuSE, though.<br><br></div>Ralph Mitchell<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 2, 2018 at 2:01 AM, Phil Crooker <span dir="ltr"><<a href="mailto:Phil.Crooker@orix.com.au" target="_blank">Phil.Crooker@orix.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I've this issue with SUSE linux - SUSE just returns the plain hostname  without the domain when it uses uname -n -- the xymon client then doesn't match the FQDN in the xymon hosts.cfg file, the entry goes purple and the client ends up in the ghost report.
 I'm compiling my own client and inserting the xymonlaunch.service file in /etc/systemd/system, etc -- somehow it doesn't send the correct hostname. I tried adding CLIENTNAME=<a href="http://blah.domain.com" target="_blank">blah.domain.com</a> in xymonlaunch to no effect (also put it in the xymonclient config
 file, still no good). If I manually run /bin/hostname with the FQDN, that works, but is lost on the next reboot. And yes I ensured the FQDN is in /etc/hostname, etc... I do not want to have to put in a "CLIENT:whatever" statement in hosts.cfg for every host
 with a client, which works but is inelegant to me.<br>
</p>
<p><br>
</p>
<p>Looking at the old runclient.sh script that comes with the client (and is not used with systemd), the MACHINEDOTS variable is set before launch. In the good ol SYS5 init.d days, I used to insert MACHINEDOTS=`hostname -f` in the runclient.sh script, which
 worked. So, I found if you run: systemctl edit xymonlaunch.service and add the following, it works:<br>
</p>
<p><br>
</p>
<p>    [Service]<br>
</p>
<p>    Environment="MACHINEDOTS=<a href="http://whatever.domain.com" target="_blank">w<wbr>hatever.domain.com</a>"<br>
</p>
<p><br>
</p>
<p>This creates a /etc/systemd/system/<wbr>xymonlaunch.service.d/<wbr>override.conf file and all is well. Unfortunately it doesn't work with `hostname -f`. There is a warning that if there is no override.conf in whatever.service.d/ the service won't run. That isn't true
 with SUSE SLES 12, it works fine w/o it (less the correct name, of course), but YMMV...<br>
</p>
<p><br>
</p>
<p>HTH Someone, Phil<br>
</p>
<div id="m_1539209923897749751Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri;font-size:12pt"><span lang="en-AU"></span></div>
</div>


<br><br><p style="font-family:Verdana;font-size:10pt;color:#666666"><b>Disclaimer</b></p><p style="font-family:Verdana;font-size:8pt;color:#666666">The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.<br><br>This email has been scanned for viruses and malware, and may have been automatically archived by <b>Mimecast Ltd</b>, an innovator in Software as a Service (SaaS) for business.  Providing a <b>safer</b> and <b>more useful</b> place for your human generated data.  Specializing in; Security, archiving and compliance. To find out more <a href="http://www.mimecast.com/products/" target="_blank">Click Here</a>.</p></div>
<br>______________________________<wbr>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/<wbr>mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div>