Could be either.
"ps -eaf | grep httpd" or "telnet localhost 80" would tell you if the webserver, itself, is running.
"ps -eaf | grep xymon" would tell you if the xymon processes are running.
You may also be able to run "service httpd status" and "service xymond status", depending on your Linux distribution, to check.
If either are not running, run "service <servicename> start" to start it up.
-- Mike Burger http://www.bubbanfriends.org
"It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1
Actually, sounds like maybe the webserver isn't running.
Thanks, Larry Barber
On Thu, May 30, 2013 at 6:58 AM, Mike Burger <mburger at bubbanfriends.org>wrote:
Now I am find new issue, I have rebooted server and Xymon URL is home page not working.
Please someone help me on this. I am using Red Hat Linux.
Thanks, Siddesh
This may be a dumb question, but is the xymon service running?
-- Mike Burger http://www.bubbanfriends.org
"It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1