<div dir="ltr">Hi Jose<div><br></div><div>Can you tell us a little bit about your Xymon installation? What version of Xymon, how long it's been running, roughly how many hosts total, how many Solaris, and how many of the Solaris servers are not showing? When were these problem hosts added to hosts.cfg? Have these hosts ever worked?</div><div><br></div><div>Even if ping and port 1984 are not allowed to a host listed in hosts.cfg with "conn", Xymon will show in the web interface and will have a "conn" test result of some colour (red or green). If you aren't seeing the server at all, then it could be one of several issues:</div><div><br></div><div>a) The Xymon interface is generated by xymongen, which gets its knowledge of the existence of hosts from the hosts.cfg file. Normally xymongen runs every 30 seconds, so it can take up to 30 seconds for a change to appear.</div><div><br></div><div>b) The xymongen process constructs the Xymon pages, and then your webserver serves those pages. If xymongen cannot write to the directory where the pages are located, then it cannot update the pages. This problem is unlikely, unless someone has done a clean-up or restored from backup in such a way as to break the permissions. The directory $XYMONSERVER/www is usually owned by the "xymon" user and group, and is writeable by the xymon user. I would imagine this sort of problem would show up in the xymongen.log file.</div><div><br></div><div>c) Your hosts.cfg file might be malformed, so that the hosts in question are ignored. Perhaps take a look at the xymongen.log file to see if it's complaining about anything. Perhaps query the xymond process for what it thinks is in the hosts.cfg file entry for the host, and see if it all looks correct (eg compare with a host that's working). You can do this with something like: xymoncmd 127.1 'hostinfo host=hostname'</div><div><br></div><div>d) There might be some other reason that xymongen is not happy about the host entries. If you run xymongen (from tasks.cfg) with the "--report" option, then it will create a status report for the Xymon server, under the "xymongen" test. This test status page will show some stats, as well as any problems it encounters.</div><div><br></div><div>e) The server might be on a page that you haven't looked at. Try searching for the host by name, using the "Administration" menu's "Find host" option.</div><div><br></div><div>If the above doesn't shed any light on the problem, there's something else you can try, to better understand the situation. First, create a temporary directory, then run xymongen specifying the temporary directory, and then check that all of your host groups and hosts are showing up there.</div><div><br></div><div><font face="monospace">mkdir /tmp/testwww</font></div><div><font face="monospace">xymoncmd xymongen /tmp/testwww</font></div><div><font face="monospace">ls -l /tmp/testwww</font></div><div><font face="monospace">grep -r myhostname /tmp/testwww</font></div><div><br></div><div>If the hostname doesn't appear, try running xymonge with the "--loadhostsfromxymond" option:</div><div><br></div><div><div><font face="monospace">xymoncmd xymongen --loadhostsfromxymond /tmp/testwww</font></div><br class="gmail-Apple-interchange-newline"></div><div>and see if that makes a difference. If it shows here, but not before, then it could be a difference in the way xymongen and xymond parse the hosts.cfg file. Or a permissions problem of some sort.</div><div><br></div><div>Remember to clean out the temporary directory when you're done.</div><div><br></div><div><font face="monospace">rm -r /tmp/testwww</font></div><div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 8 Mar 2022 at 05:17, jhornela <<a href="mailto:jhornelas@gmail.com">jhornelas@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Good afternoon<div><div><br></div><div>I have problems with the xymon interface, I have solaris servers, but for some reason it does not reflect me in xymon, I already have port 1984 and ping open, but for some reason it does not reflect me in the xymon interface, could someone help me with any suggestion please.</div></div><div><br></div><div><u>and it is only appearing on some servers with solaris operating system</u></div><div><br><div>
Regards,

</div></div></div>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div>