xymon on susue
list Sabeer MZ
Dear all, I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Martin Flemming
Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin
▸
On Tue, 2 Feb 2010, Sabeer MZ wrote:
Dear all, I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Sabeer MZ
Dear Martin, it works! Many Thanks
▸
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <user-f286aaa49a76@xymon.invalid>wrote:
Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin On Tue, 2 Feb 2010, Sabeer MZ wrote: Dear all,I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Sabeer MZ
Dear all, My xymon client started on suse server, i update bb-hosts file on xymon server but i m not getting data/reports on the web pages. I see client has been started. How can i troubleshoot this issue ? xymon at cauvery:~/client/tmp> ls hobbit_vmstat.cauvery.18024 msg.cauvery.txt
▸
On Tue, Feb 2, 2010 at 5:55 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:
Dear Martin, it works! Many Thanks On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <user-f286aaa49a76@xymon.invalid>wrote:Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin On Tue, 2 Feb 2010, Sabeer MZ wrote: Dear all,I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Sabeer MZ
Dear all, I can see my client server has been reported as "Ghost client" on server. How to fix this issue ?
▸
On Tue, Feb 2, 2010 at 7:02 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:
Dear all, My xymon client started on suse server, i update bb-hosts file on xymon server but i m not getting data/reports on the web pages. I see client has been started. How can i troubleshoot this issue ? xymon at cauvery:~/client/tmp> ls hobbit_vmstat.cauvery.18024 msg.cauvery.txt On Tue, Feb 2, 2010 at 5:55 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear Martin, it works! Many Thanks On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <user-f286aaa49a76@xymon.invalid>wrote:Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin On Tue, 2 Feb 2010, Sabeer MZ wrote: Dear all,I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Josh Luthman
Add it to bb-hosts Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX “Success is not final, failure is not fatal: it is the courage to continue that counts.” --- Winston Churchill
▸
On Tue, Feb 2, 2010 at 10:16 AM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:
Dear all, I can see my client server has been reported as "Ghost client" on server. How to fix this issue ? On Tue, Feb 2, 2010 at 7:02 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear all, My xymon client started on suse server, i update bb-hosts file on xymon server but i m not getting data/reports on the web pages. I see client has been started. How can i troubleshoot this issue ? xymon at cauvery:~/client/tmp> ls hobbit_vmstat.cauvery.18024 msg.cauvery.txt On Tue, Feb 2, 2010 at 5:55 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear Martin, it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <user-f286aaa49a76@xymon.invalid
▸
wrote:Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin On Tue, 2 Feb 2010, Sabeer MZ wrote: Dear all,I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Sabeer MZ
Josh Luthman <user-4c45a83f15cb@xymon.invalid> wrote:
Add it to bb-hosts
I have added. I see at client machine, under client/tmp, there are no logfetch files ... is it something wrong ? Im using xymon server as (CentOS) and xymon client (SuSe) Sabeer MZ
▸
Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX “Success is not final, failure is not fatal: it is the courage to continue that counts.” --- Winston Churchill On Tue, Feb 2, 2010 at 10:16 AM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear all, I can see my client server has been reported as "Ghost client" on server. How to fix this issue ? On Tue, Feb 2, 2010 at 7:02 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear all, My xymon client started on suse server, i update bb-hosts file on xymon server but i m not getting data/reports on the web pages. I see client has been started. How can i troubleshoot this issue ? xymon at cauvery:~/client/tmp> ls hobbit_vmstat.cauvery.18024 msg.cauvery.txt On Tue, Feb 2, 2010 at 5:55 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear Martin, it works! Many Thanks On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming < user-f286aaa49a76@xymon.invalid> wrote:Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin On Tue, 2 Feb 2010, Sabeer MZ wrote: Dear all,I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
list Sabeer MZ
Dear all, To my surprise i m getting data on server. bb-hosts file: i given hostname without the domainname, then it worked. THANK YOU ALL.
▸
On Tue, Feb 2, 2010 at 9:03 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:
Josh Luthman <user-4c45a83f15cb@xymon.invalid> wrote:Add it to bb-hostsI have added. I see at client machine, under client/tmp, there are no logfetch files ... is it something wrong ? Im using xymon server as (CentOS) and xymon client (SuSe) Sabeer MZJosh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX “Success is not final, failure is not fatal: it is the courage to continue that counts.” --- Winston Churchill On Tue, Feb 2, 2010 at 10:16 AM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear all, I can see my client server has been reported as "Ghost client" on server. How to fix this issue ? On Tue, Feb 2, 2010 at 7:02 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear all, My xymon client started on suse server, i update bb-hosts file on xymon server but i m not getting data/reports on the web pages. I see client has been started. How can i troubleshoot this issue ? xymon at cauvery:~/client/tmp> ls hobbit_vmstat.cauvery.18024 msg.cauvery.txt On Tue, Feb 2, 2010 at 5:55 PM, Sabeer MZ <user-c73a09452f94@xymon.invalid> wrote:Dear Martin, it works! Many Thanks On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming < user-f286aaa49a76@xymon.invalid> wrote:Hi ! Maybe this one http://www.hswn.dk/hobbiton/2009/04/msg00103.html LIBRTDEF = -lrt Makefile workaround does not work. What DOES work is this: [root (at) challenger xymon-4.2.3]# LIBRTDEF=-lrt [root (at) challenger xymon-4.2.3]# export LIBRTDEF It's for RHEL and xymon-4.2.3 but the error messages are the same ... cheers, martin On Tue, 2 Feb 2010, Sabeer MZ wrote: Dear all,I would like to install xymon client on my suse linux server, i get below error while i try to make the build. xymon at cauvery:/etc> cat SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 xymon at cauvery:~/xymon-4.3.0-beta1> make CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DLINUX" RPATHOPT="-Wl,--rpath," PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="202.138.100.4" BBHOSTOS="" LOCALCLIENT="no" make -C lib client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/lib' make[1]: Nothing to be done for `client'. make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/lib' CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" RPATHOPT="-Wl,--rpath," SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="" LIBRTDEF="" BBHOME="/home/xymon/client" make -C common client make[1]: Entering directory `/home/xymon/xymon-4.3.0-beta1/common' gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX -I. -I/home/xymon/xymon-4.3.0-beta1/include -DCLIENTONLY=1 -o ../client/bb bb.o ../lib/hobbitclient.a ../lib/hobbitclient.a(timefunc-client.o): In function `getntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference to `clock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In function `gettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [../client/bb] Error 1 make[1]: Leaving directory `/home/xymon/xymon-4.3.0-beta1/common' make: *** [common-client] Error 2 xymon at cauvery:~/xymon-4.3.0-beta1> -- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491
-- Thanks Sabeer MZ | user-a94dec493fc3@xymon.invalid TVM +91 9446057491