I have all my "utilities" websites under a category, which doesn't include
my NginX proxy since it doesn't have a web-ui. For some reason they all
report under Conn that the Conn is up, but they are using my NginX private
IP. None of the hostnames resolve to DNS, but they all have hardcoded IP's
in hosts.cfg (and hardcoded CLIENTHOSTNAME=Jira configured in Host)
Ex:
192.168.1.215 Jira # SSH NOCOLUMS:files
Will still show Jira with conn=NginX IP
What can I do to fix this?
Also, I tried using a combo of NOPING/NOCONN and conn=192.168.1.215, but
that still didn't seam to work. I use http://192.168.1.215 for most of my
http checks in my utilities websites, since they have HTTP auth when
accessed thru the Proxy, but not via Internal IP and XYMon now reports that
as RED, so that was my workaround for that. But, interestingly, for my
"websites" group, which is public facing websites, I use http://domain.com
and they resolve with correct IP under conn. I also have other services that
aren't websites which have the correct IP like routers/phones etc, just the
group "Utilities Websites".
Again, thanks for any ideas/suggestions!