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. -Ipwd/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. -Ipwd/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 | szubair at icalibrator.com TVM +91 9446057491
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 forclient'. 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. -Ipwd/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 functiongetntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference toclock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference toclock_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 | szubair at icalibrator.com TVM +91 9446057491
Dear Martin,
it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <martin.flemming at desy.de>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 forclient'. 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. -Ipwd/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 functiongetntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference toclock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference toclock_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 | szubair at icalibrator.com TVM +91 9446057491
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
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 <sabeer.mz at gmail.com> wrote:
Dear Martin,
it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <martin.flemming at desy.de>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 forclient'. 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. -Ipwd/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 functiongetntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference toclock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference toclock_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 | szubair at icalibrator.com TVM +91 9446057491
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> wrote:
Dear Martin,
it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <martin.flemming at desy.de>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 forclient'. 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. -Ipwd/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 functiongetntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference toclock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference toclock_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 | szubair at icalibrator.com TVM +91 9446057491
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
Add it to bb-hosts
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
“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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> wrote:
Dear Martin,
it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming <martin.flemming at desy.de
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 forclient'. 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. -Ipwd/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 functiongetntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference toclock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference toclock_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 | szubair at icalibrator.com TVM +91 9446057491
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
Josh Luthman <josh at imaginenetworksllc.com> 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: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
“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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> wrote:
Dear Martin,
it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming < martin.flemming at desy.de> 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 forclient'. 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. -Ipwd/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 functiongetntimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference toclock_gettime' ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:55: undefined reference toclock_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 | szubair at icalibrator.com TVM +91 9446057491
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
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 <sabeer.mz at gmail.com> wrote:
Josh Luthman <josh at imaginenetworksllc.com> 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: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
“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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> 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 <sabeer.mz at gmail.com> wrote:
Dear Martin,
it works! Many Thanks
On Tue, Feb 2, 2010 at 2:04 PM, Martin Flemming < martin.flemming at desy.de> 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 forclient'. > 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. -Ipwd/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 functiongetntimer': > /home/xymon/xymon-4.3.0-beta1/lib/timefunc.c:67: undefined reference > to >clock_gettime' > ../lib/hobbitclient.a(timefunc-client.o): In functiongettimer': > /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 | szubair at icalibrator.com > TVM +91 9446057491 > > To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
-- Thanks Sabeer MZ | szubair at icalibrator.com TVM +91 9446057491
I'm trying to configure monitoring for windows servers so that I get alerts when ports such as 80 and 443 are not available. I understand that I have to set the servers to central mode and have done so on 1 client server for a test as below.
<!-- bbwin mode local or central --> <setting name="mode" value="central" /> <setting name="configclass" value="win32" />
My hobbit-client.cfg file has the following:
HOST=xxxxx.co.uk
PROC BBWin.exe 1
PORT "LOCAL=%(:80|:443)" state=LISTEN TEXT=http and https
Unfortunately this is not working! I get white entries on the main status page with "No process to check" for proc and just a "-" for ports. I am getting the "Client Data" available for proc with current date and time, but the status of the actual page is reading as last updated back in November when I first changed the bbwin mode.
Any ideas where I am going wrong?
(We have a solaris server being monitored from the same box and using the same config file and both proc and ports are working fine for this.)
Thanks,
John
John Hamblin wrote:
I’m trying to configure monitoring for windows servers so that I get alerts when ports such as 80 and 443 are not available. I understand that I have to set the servers to central mode and have done so on 1 client server for a test as below.
<!-- bbwin mode local or central --> <setting name="mode" value="central" /> <setting name="configclass" value="win32" />
My hobbit-client.cfg file has the following:
HOST=xxxxx.co.uk
PROC BBWin.exe 1 PORT "LOCAL=%(:80|:443)" state=LISTEN TEXT=http and https
First problem - Windows reports status LISTENING not LISTEN - so it won't match on exact match. I use %LISTEN (more correct would be %^LISTEN) to cover all eventualities.
I have the following in my hobbit-clients.cfg
CLASS=win32 LOAD 80 90 # Load threholds are in % PORT LOCAL=%(\*|::|0.0.0.0):135 STATE=%LISTEN "TEXT=epmap listener" PORT LOCAL=%(\*|::|0.0.0.0):3389 STATE=%LISTEN "TEXT=RDP listener" PORT LOCAL=%[.:]3389 STATE=%ESTABLISHED MIN=0 TRACK=RDP "TEXT=RDP connection"
Unfortunately this is not working! I get white entries on the main status page with *“No process to check” *for proc and just a “*-*“ for ports. I am getting the “Client Data” available for proc with current date and time, but the status of the actual page is reading as last updated back in November when I first changed the bbwin mode.
Any ideas where I am going wrong?
Sounds like the client report isn't making it to the correct client entry, or maybe not getting delivered at all. Check that it is not reporting using a different hostname. Use the Reports->Ghost Clients. Client names are case sensitive, so if the case doesn't match it won't report under that machine.
(We have a solaris server being monitored from the same box and using the same config file and both proc and ports are working fine for this.)
Thanks,
John
-- David Baldwin - IT Unit Australian Sports Commission www.ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
participants (5)
-
david.baldwin@ausport.gov.au
-
john.hamblin@motion-it.co.uk
-
josh@imaginenetworksllc.com
-
martin.flemming@desy.de
-
sabeer.mz@gmail.com