You can add a noconn or noping to one of your duplicate hosts. But make sure you don't have any additionnal test after the noconn or the message wil remain. ( I don't know how to show some tests on one page and other tests on another).
Here is a sample from my bb-hosts : 1.2.3.4 server.domain # BBPAGER BBNET BBDISPLAY hobbitd test1 test2 etc. 0.0.0.0 server.domain # noconn
I still use bb client for AIX test, but I'm waiting for the 4.1.2 to be released.
Nicolas Figaro
-----Message d'origine----- De : Antonio Marques [mailto:hobbitsam at gmail.com] Envoyé : mercredi 24 août 2005 22:06 À : hobbit at hswn.dk Objet : [hobbit] BBtest
Hi,
We are having some servers duplicate (beause some tests). What can we do to stop the messages below ? we have set prefer flag.
Thanks
Ps.: What about AIX test ???
Error output: Host xxxx appears twice in bb-hosts! This may cause strange results Host xxxx appears twice in bb-hosts! This may cause strange results Host yyyy appears twice in bb-hosts! This may cause strange results Host yyyy appears twice in bb-hosts! This may cause strange results bbtest-net: Cannot resolve IP for host Flexlm WARNING: Runtime 415 longer than time limit (300)
that's exactly what we're trying to do. does someone else have the answer?
also, our test times are still a little high (yellow): TIME SPENT Event Starttime Duration bbtest-net startup 1125693040.329693 - Service definitions loaded 1125693040.331795 0.002102 Tests loaded 1125693040.347301 0.015506 DNS lookups completed 1125693045.358566 5.011265 Test engine setup completed 1125693045.397654 0.039088 TCP tests completed 1125693055.999772 10.602118 PING test completed (141 hosts) 1125693058.733307 2.733535 PING test results sent 1125693106.012368 47.279061 Test result collection completed 1125693106.012752 0.000384 LDAP test engine setup completed 1125693106.012755 0.000003 LDAP tests executed 1125693106.012757 0.000002 LDAP tests result collection completed 1125693106.012759 0.000002 RPC tests executed 1125693345.655216 239.642457 NSLOOKUP tests executed 1125693345.657898 0.002682 Test results transmitted 1125693345.752106 0.094208 bbtest-net completed 1125693345.919063 0.166957 TIME TOTAL 305.589370 could this be due to some computers being offline? how can this be avoided, besides disabling them manually (some setting in hobbitserver.cfg)?
thanks.
2005/8/25, FIGARO Nicolas <nfigaro at effigie.fr>:
( I don't know how to show some tests on one page and other tests on another).
Hello,
It does seem like the RPC tests are taking long to complete due to some computers being off. This is not considered an error, since the computers do not have to be on 24/7. Is there any switch to set the timeout for this test, or any way to bind the execution of the rpc test to the success of the conn test?
Thanks, Eduardo Greif
2005/9/2, Eduardo Greif <xgreif at gmail.com>:
that's exactly what we're trying to do. does someone else have the answer?
also, our test times are still a little high (yellow): TIME SPENT Event Starttime Duration bbtest-net startup 1125693040.329693
Service definitions loaded 1125693040.331795 0.002102 Tests loaded 1125693040.347301 0.015506 DNS lookups completed 1125693045.358566 5.011265 Test engine setup completed 1125693045.397654 0.039088 TCP tests completed 1125693055.999772 10.602118 PING test completed (141 hosts) 1125693058.733307 2.733535 PING test results sent 1125693106.012368 47.279061 Test result collection completed 1125693106.012752 0.000384 LDAP test engine setup completed 1125693106.012755 0.000003 LDAP tests executed 1125693106.012757 0.000002 LDAP tests result collection completed 1125693106.012759 0.000002 RPC tests executed 1125693345.655216 239.642457 NSLOOKUP tests executed 1125693345.657898 0.002682 Test results transmitted 1125693345.752106 0.094208 bbtest-net completed 1125693345.919063 0.166957 TIME TOTAL 305.589370 could this be due to some computers being offline? how can this be avoided, besides disabling them manually (some setting in hobbitserver.cfg)?
thanks.
2005/8/25, FIGARO Nicolas <nfigaro at effigie.fr>:
( I don't know how to show some tests on one page and other tests on another).
In <c64fd53005092906365eec7678 at mail.gmail.com> Eduardo Greif <xgreif at gmail.com> writes:
It does seem like the RPC tests are taking long to complete due to some computers being off. This is not considered an error, since the computers do not have to be on 24/7. Is there any switch to set the timeout for this test, or any way to bind the execution of the rpc test to the success of the conn test?
It turns out that checking if the ping test failed before running the "rpcinfo" test was extremely easy to do. I sent Eduardo a test patch and he reported that it works well, so I've added this.
Henrik
Henrik, The patch works fine! Thank you again.
Antonio / Greif
2005/9/29, Henrik Storner <henrik at hswn.dk>:
In <c64fd53005092906365eec7678 at mail.gmail.com> Eduardo Greif <xgreif at gmail.com> writes:
It does seem like the RPC tests are taking long to complete due to some computers being off. This is not considered an error, since the computers do not have to be on 24/7. Is there any switch to set the timeout for this test, or any way to bind the execution of the rpc test to the success of the conn test?
It turns out that checking if the ping test failed before running the "rpcinfo" test was extremely easy to do. I sent Eduardo a test patch and he reported that it works well, so I've added this.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, Aug 25, 2005 at 08:21:56AM +0200, FIGARO Nicolas wrote:
You can add a noconn or noping to one of your duplicate hosts. But make sure you don't have any additionnal test after the noconn or the message wil remain. ( I don't know how to show some tests on one page and other tests on another).
Here is a sample from my bb-hosts : 1.2.3.4 server.domain # BBPAGER BBNET BBDISPLAY hobbitd test1 test2 etc. 0.0.0.0 server.domain # noconn
The only way to limit what tests appear for a host is to use the "group-only" directive to select a set of tests. E.g. you could have
group-only conn|hobbitd|ssh 1.2.3.4 server.domain # BBPAGER BBNET BBDISPLAY hobbitd test1 test2 etc. group-only cpu|disk|memory|procs 0.0.0.0 server.domain # noconn
I still use bb client for AIX test, but I'm waiting for the 4.1.2 to be released.
I'm working on it :-)
Henrik
participants (4)
-
henrik@hswn.dk
-
hobbitsam@gmail.com
-
nfigaro@effigie.fr
-
xgreif@gmail.com