Too many tests for one host
list Nicolas Dorfsman
Hi, I'm currently working on bb-roracle test (I'll post the new version on deadcat, probably with NCV numbers). It's raising an issue which I did't think about....I will have too many test to display for one host without horizontal scrolling ! Does anyone ever meet this ? Any idea to go against that ?
list Stef Coene
▸
On Thursday 02 November 2006 09:57, Nicolas Dorfsman wrote:
Hi, I'm currently working on bb-roracle test (I'll post the new version on deadcat, probably with NCV numbers). It's raising an issue which I did't think about....I will have too many test to display for one host without horizontal scrolling ! Does anyone ever meet this ? Any idea to go against that ?
I had the same problem. I placed the OS tests on 1 line and changed the application tests so they use an other machine name when they send the status. Then in the bb-hosts file I added a line like this: 0.0.0.0 igcbtsmprd-hobbit # noconn bbd This is an example that I use to put the hobbit status on an other line. Stef
list Rolf Schrittenlocher
Hi folks, I just switched from hobbit 4.1 to 4.2 and I try to get msgs working. Now I have the problem how to debug my errors and faults. I'm checking the archives and there is a lot of info in it but it is difficult to find. I assume that I am not the only one who would appreciate it if some hints for debugging of each test would be centralized on a page (man-page or separate): - places to find the involved (temporary) files on client and server - debugging commands - info about delays (how often a config file is read) and how to force re-reading of config files (killl -HUP of which process) Or does something like that already exist? greetings Rolf -- Mit freundlichen Gruessen Rolf Schrittenlocher HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (XX) XX - XXX XXXXX Fax: (XX) XX - XXX XXXXX LBS: user-1e39a1813094@xymon.invalid Persoenlich: user-6ea8e907e200@xymon.invalid
list Nicolas Dorfsman
2006/11/2, Stef Coene <user-dbffe946c0f4@xymon.invalid>:
▸
On Thursday 02 November 2006 09:57, Nicolas Dorfsman wrote:Hi, I'm currently working on bb-roracle test (I'll post the new version on deadcat, probably with NCV numbers). It's raising an issue which I did't think about....I will have too many test to display for one host without horizontal scrolling ! Does anyone ever meet this ? Any idea to go against that ?I had the same problem. I placed the OS tests on 1 line and changed the application tests so they use an other machine name when they send the status. Then in the bb-hosts file I added a line like this: 0.0.0.0 igcbtsmprd-hobbit # noconn bbd This is an example that I use to put the hobbit status on an other line.
So easy ! Thanks for the idea. Nicolas
list Charles Goyard
▸
Nicolas Dorfsman wrote:
It's raising an issue which I did't think about....I will have too many test to display for one host without horizontal scrolling ! Does anyone ever meet this ? Any idea to go against that ?
Try the group-except / group-only options. -- Charles Goyard - user-98f9625a7a59@xymon.invalid - (+33) 1 45 38 01 31
list James Wade
I'm doing a new install and I'm trying to compile with LDAP and I'm getting errors. The build works fine if I don't do ldap. However, we have ldap servers here, and I'd like to monitor them. Any help would be appreciated. Thanks...James Here's the info: Solaris 9, -30 patch level I've used the ldap that comes with Solaris 9 and I've tried it with openldap-2.3.21 I get the same errors: Checking for LDAP ... (This is with Solaris ldap) test-ldap.c: In function `main': test-ldap.c:16: warning: implicit declaration of function `ldap_init' test-ldap.c:16: warning: assignment makes pointer from integer without a cast Found LDAP include files in /usr/include Found LDAP libraries in /usr/lib Checking for LDAP ... (This is with openldap-2.3.21 test-ldap.c: In function `main': test-ldap.c:16: warning: implicit declaration of function `ldap_init' test-ldap.c:16: warning: assignment makes pointer from integer without a cast Found LDAP include files in /usr/local/include Found LDAP libraries in /usr/local/lib Here's the error's I get when I compile: gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I/usr/local/src/hobbit-4.2.0/include -I/usr/local/include -o bbtest-net bbtest-net.o contest.o httptest.o httpresult.o ldaptest.o dns.o dns2.o ../lib/libbbgen.a libcares.a -L/usr/local/lib -lldap -L/usr/local/ssl/lib -lssl -lcrypto -lresolv -lsocket -lnsl Undefined first referenced symbol in file ber_free ldaptest.o (symbol belongs to implicit dependency /usr/local/lib/liblber-2.3.so.0) ld: fatal: Symbol referencing errors. No output written to bbtest-net collect2: ld returned 1 exit status make[1]: *** [bbtest-net] Error 1 make[1]: Leaving directory `/usr/local/src/hobbit-4.2.0/bbnet' make: *** [bbnet-build] Error 2
list Stef Coene
▸
On Thursday 02 November 2006 15:53, Nicolas Dorfsman wrote:
2006/11/2, Stef Coene <user-dbffe946c0f4@xymon.invalid>:On Thursday 02 November 2006 09:57, Nicolas Dorfsman wrote:Hi, I'm currently working on bb-roracle test (I'll post the new version on deadcat, probably with NCV numbers). It's raising an issue which I did't think about....I will have too many test to display for one host without horizontal scrolling ! Does anyone ever meet this ? Any idea to go against that ?I had the same problem. I placed the OS tests on 1 line and changed the application tests so they use an other machine name when they send the status. Then in the bb-hosts file I added a line like this: 0.0.0.0 igcbtsmprd-hobbit # noconn bbd This is an example that I use to put the hobbit status on an other line.
Also, dont forget updating the hobbit server config file: hobbitserver.cfg:MACHINEDOTS=igcbtsmprd-hobbit Stef