LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-14-2004, 03:59 PM   #1
Osiris123d
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Rep: Reputation: 0
Big Brother won't show CPU or DISK


I've got Big Brother 1.9 Server side installed and running on a Fedore Core 2 machine. I've got another machine running Suse 9.1 with Big Brother Client side installed. I am able to see from the webpage on the Big Brother Server that CONN SMTP SSH and other network service stuff is ok, but when I try to configure my bb-hosts file so that Big Brother will monitor CPU and DISK it never shows up. Here is my bb-hosts file that is on both machines

page MUS MUS Servers
group <H3><I>MUS Servers</I></H3>
192.168.1.4 tc-bigbrother.domain.local # BBPAGER BBNET BBDISPLAY smtp cpu disk ssh
192.168.11.2 tc-filter.domain.local # ssh smtp cpu disk

Anyone know why the disk and cpu won't show up?? If you need anymore info let me know.
 
Old 09-14-2004, 06:39 PM   #2
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Did you update the security file to allow incoming bbclient messages? See security.DIST for more info. Did you also verify that the bb client in running (and do you see any errors if so)?

--jeremy
 
Old 09-15-2004, 10:38 AM   #3
Osiris123d
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Original Poster
Rep: Reputation: 0
I didn't have a security file, but the security.DIST says that if you don't have one then anyone can contact the server. So I don't think that was the problem. Just to troubleshoot I made one anyway. I got my BB server to show its disk and cpu and msgs stuff. I installed the client on the BB server. Stupid me. Anyway, the webfilter bb client still wont let BB server monitor its disk and cpu, but it does show ssh and conn. Is it because it's SUSE 9.1?? One difference I notice between the Suse client and Fedore Core 2 is that Suse's bbsys.local file doesn't have to much in it.

-----Suse client bbsys.local----
PING="/bin/ping"
PINGPAR1="-w3 -n -c1"

PS="/bin/ps axww"
-------------------------------

Thats it, but the Fedora Core 2 BB server looks like this

-----Fedora BB server client side bbsys.local--------
PS="/bin/ps ax"
DF="/bin/df -k"
MSGFILE="/var/log/messages"
TOUCH="/bin/touch"
PINGPAR1="-w3 -n -c1"
MAIL="/bin/mail -s"; export MAIL
PING="/bin/ping"; export PING
GREP="/bin/grep"; export GREP
SORT="/bin/sort"; export SORT
SED="/bin/sed"; export SED
REP="/bin/egrep"; export EGREP
-----------------------------------------

Any help is appreciated
 
Old 09-15-2004, 10:48 AM   #4
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
The BB client does not report on things like ssh (or any net test). Basically it works like this:

The BB Server does all network related tests from its end.
The BB client performs cpu, disk, and all local tests and then reports them to the server.

So you should have the BB client installed on any machine you want disk/cpu monitored on and then the BBserver (and possibly the client also) on a central server. Are you getting any message in BBOUT on either the client or the server?

--jeremy
 
Old 09-15-2004, 11:03 AM   #5
Osiris123d
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Original Poster
Rep: Reputation: 0
For the BB Server's server side i get this for BBOUT
Starting Big Brother Daemon (bbd) ...
Starting Network tests (bb-network) ...
Starting Display process (bb-display)...
Big Brother 1.9e startd

For the BB Server's client side i get this for BBOUT
Starting Local tests (bb-local) ...
Big Brother 1.9e started

For the Webfilter servers' client side i get this for BBOUT
bb CAN'T CONNECT TO bbd Server @ BB server's IP address
bb-local.sh /home/bb/bbc1.9e-btf/bin/bb-local.sh: line 104: /home/bb/bbc1.9e-btf/bb-combo.sh: No such file or directory


Theres tons of these messages in Webfilter servers client side BBOUT.
Thanks for telling me to look at this. I will look it up on google. Let me know if you know how to fix it and I will post if I find the reason.

Last edited by Osiris123d; 09-15-2004 at 11:22 AM.
 
Old 09-15-2004, 11:40 AM   #6
Osiris123d
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Original Poster
Rep: Reputation: 0
One new thing I noticed is that if I'm on the BB server and do a
telnet 192.168.1.4 1984

it connects for about 5 seconds, but if I do it from any other machine I get a
Trying 192.168.1.4...
telnet: connect to address 192.168.1.4: No route to host

Why would this happen? I can ssh to 192.168.1.4.
 
Old 09-15-2004, 12:17 PM   #7
Osiris123d
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Original Poster
Rep: Reputation: 0
Solved it. My BB server's firewall was on. So I just added the port 1984 into my firewall and its working now. I can see the disk and cpu on the Webfilter server. Now I just need to get my windows server to show it's disk and cpu. You wouldn't have any clue on that would you?
 
Old 09-15-2004, 12:18 PM   #8
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Do you have a firewall between the two machines or iptables on either of the machines?

--jeremy
 
Old 07-29-2010, 09:02 PM   #9
yashraj221087
Member
 
Registered: Jul 2010
Posts: 44

Rep: Reputation: 0
Big Brother columns problem

Hi Guys,
I am trying to add columns for disk and cpu monitoring on big brother display.
I have seen a post here for that, but I didn't get what exactly done.
so just posting this one.

Right nw the big brother server not showing cpu/disk columns.
What extra settings I will have to do?
I already have the scripts for both disk and cpu. And the big brother client software is running on it.

Plz help me out...

Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Big Brother network monitor with apache chazn85 Linux - Software 0 12-02-2005 11:19 AM
Big Brother is watching what you print d00bid00b General 72 10-26-2005 09:42 AM
[Q] Big Brother System Monitoring TheEdge Linux - Software 1 03-26-2005 08:03 AM
Big Brother Bill Gates Edward78 General 9 12-10-2002 10:18 PM
Big brother KevStA General 12 05-28-2002 02:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration