Hello Xymon Support team,
Need your help in getting xymon up2date as per our requirements.
Let me brief you here for the current setup.
We have various sites/datacenters across the globe which includes servers (windows / Linux/Solaris physical servers and VMs, VMware ESX hosts) and network devices like switches, routers and firewall.
We need to monitor critical servers/VMs and network devices here.
In initial phase we could install, configure xymon older version ie 4.3.10 on a linux node at Hyderabad site.
We have added couple of windows and linux clients as of now.
Currently it is monitoring following components:
connection, cpu, disk, memory, messages, netstats (ports), processes, services, uptime, user-logins
I also tried to add a network switch device in xymon, however it shows conn is the only parameter to monitor.
Refer below screenshot, inhydswt3a is the network switch that we added.
Figure 2 shows: the trend it captured for switch.
Figure 3 shows the trend metrics report for TCP connections.
However, we are looking for more specific usage of xymon as a tool to monitor the virtual machines (windows and linux both) and the connection from other sites to find potentials problems and tracking of latency and throughput and provide a visible dashboard of that connection (and available latency/bandwidth if possible).
Kindly assist further how to achieve this. Is there any custom graphs/trends can be captured through xymon.
Figure1:
Figure 2: inhydswt3a is the network switch
Figure 3: hydmap01 is windows VM
Thanks,
Prachi
From: Nawale, Prachi (GE Energy, Non-GE) Sent: Tuesday, July 09, 2013 6:18 PM To: 'Henrik Størner' Cc: Khan, Sahil (GE Energy Management) Subject: RE: RE: FW: Hej Henrik
Hi Henrik,
I could manage installing xymon older version ie 4.3.10 on a linux node. And it is working now.
However I am facing following error while monitoring Conn and xymonnet parameters.
Below is the error/screenshot.
Conn:
Xymonnet:
Thanks,
Prachi
From: Nawale, Prachi (GE Energy, Non-GE) Sent: Tuesday, July 09, 2013 1:50 PM To: 'Henrik Størner' Subject: RE: RE: FW: Hej Henrik
Hi Henrik,
I have applied the patch.
[root at hydxymon01 xymon-4.3.11]# patch -p0 < /tmp/attachment.diff
patching file xymongen/loaddata.c
Reversed (or previously applied) patch detected! Assume -R? [n] y
[root at hydxymon01 xymon-4.3.11]#
Then restarted httpd and xymon services.
Tried to access http://3.185.120.18/xymon Or http://3.185.120.18/xymon/
Webpages, but getting PAGE not found error.
I altered the DocumentRoot in /etc/httpd/conf/httpd.conf to use following.
[root at hydxymon01 logs]# grep DocumentRoot /etc/httpd/conf/httpd.conf
#DocumentRoot "/var/www/html"
DocumentRoot "/home/xymon/server/www"
[root at hydxymon01 logs]#
Again restarted xymon and httpd services and launched the URL. Getting following error now.
[root at hydxymon01 logs]# tail -f error_log
[Tue Jul 09 13:45:07 2013] [error] [client 3.185.141.56] (13)Permission denied: access to /xymon denied
[Tue Jul 09 13:46:32 2013] [error] [client 3.185.141.56] (13)Permission denied: access to /xymon/ denied
Kindly advise.
Thanks,
Prachi
From: Henrik Størner [mailto:henrik at hswn.dk] Sent: Tuesday, July 09, 2013 1:35 PM To: Nawale, Prachi (GE Energy, Non-GE) Subject: SV: RE: FW: Hej Henrik
Hi, you use the 'patch' utility. Go to the xymon-4.3.11 directory and run 'patch -p0 < /tmp/attachment.diff'. Then run make and make install.
Regards, Henrik
"Nawale, Prachi (GE Energy, Non-GE)" <Prachi.Nawale at ge.com> skrev:
Hi Henrik,
Thank you for your response.