Conn went purple? How is that possible? And were no idisk space problems
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________)
| Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://scorpion/~nemethm/
| Work Page:http://phlccase/SWUNIX/mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Conn goes purple when the system reporting the test stops reporting. One possible reason is DNS. Another could be that your main server (that does the pinging) is having problems.
GLH
-----Original Message----- From: michael nemeth [mailto:michael.nemeth at lmco.com] Sent: Tuesday, October 16, 2007 10:47 AM To: hobbit at hswn.dk Subject: [hobbit] conn went purple?
Conn went purple? How is that possible? And were no idisk space problems
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________)
| Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://scorpion/~nemethm/
| Work Page:http://phlccase/SWUNIX/mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hello,
I accidentally added a test to all my hosts and I would like to remove it now from the webpage. I had to disable the test for all hosts, because of course it is turning purple.
I found the command to remove a test from a single host.
~/server/bin/bb 127.0.0.1 "drop HOSTNAME ftp"
That works great, but I have 400+ hosts, so I have to do this for each host.
I was wondering if there was a command to remove the single test from all the hosts???
Thanks, michael
On Tue, Oct 16, 2007 at 12:56:07PM -0400, Michael A. Price wrote:
I found the command to remove a test from a single host.
~/server/bin/bb 127.0.0.1 "drop HOSTNAME ftp"
That works great, but I have 400+ hosts, so I have to do this for each host.
I was wondering if there was a command to remove the single test from all the hosts???
How about
bbcmd bbhostgrep ftp | awk '{print $2}' |
while read H; do bb 127.0.0.1 "drop $H ftp"; done
That should do it ...
Henrik
On 10/16/07, Henrik Stoerner <henrik at hswn.dk> wrote:
On Tue, Oct 16, 2007 at 12:56:07PM -0400, Michael A. Price wrote:
I found the command to remove a test from a single host.
~/server/bin/bb 127.0.0.1 "drop HOSTNAME ftp"
That works great, but I have 400+ hosts, so I have to do this for each host.
I was wondering if there was a command to remove the single test from all the hosts???
How about
bbcmd bbhostgrep ftp | awk '{print $2}' |
while read H; do bb 127.0.0.1 "drop $H ftp"; doneThat should do it ...
Won't that only work for hosts that still have 'ftp' in the bb-hosts file?? Instead of bbhostgrep, how about hobbitdboard??
~/server/bin/bb localhost "hobbitdboard test=ftp fields=hostname" | \
while read H
do
~/server/bin/bb localhost "drop $H ftp"
done
Ralph Mitchell
Possibly this:
~/server/bin/bbcmd ~/server/bin/bb 127.0.0.1 "drop * ftp"
Josh
On 10/16/07, Michael A. Price < mprice at sgt-inc.com> wrote:
Hello,
I accidentally added a test to all my hosts and I would like to remove it now from the webpage. I had to disable the test for all hosts, because of course it is turning purple.
I found the command to remove a test from a single host.
~/server/bin/bb 127.0.0.1 "drop HOSTNAME ftp"
That works great, but I have 400+ hosts, so I have to do this for each host.
I was wondering if there was a command to remove the single test from all the hosts???
Thanks, michael
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
On Tuesday 16 October 2007, Michael A. Price wrote:
Hello,
I accidentally added a test to all my hosts and I would like to remove it now from the webpage. I had to disable the test for all hosts, because of course it is turning purple.
I found the command to remove a test from a single host.
~/server/bin/bb 127.0.0.1 "drop HOSTNAME ftp"
That works great, but I have 400+ hosts, so I have to do this for each host.
I was wondering if there was a command to remove the single test from all the hosts??? You can stop hobbit server, delete all files in the tmp directory and start the hobbit server. This will clear all checks, you will also loose the history info so the hobbit server does not know the checks that hasn't changed in the last 24h.
Stef
participants (7)
-
greg.hubbard@eds.com
-
henrik@hswn.dk
-
josh@imaginenetworksllc.com
-
michael.nemeth@lmco.com
-
mprice@sgt-inc.com
-
ralphmitchell@gmail.com
-
stef.coene@docum.org