Re: Monitoring tool for Compaq Smart Array 5300

2007-04-06 Thread James Long
 Date: Thu, 5 Apr 2007 10:34:15 +0200
 From: Valerio Daelli [EMAIL PROTECTED]
 Subject: Monitoring tool for Compaq Smart Array 5300
 To: freebsd-questions@freebsd.org
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
 Hi
 we would like to monitor the status of a Compaq Smart Array 5300
 installed on a HP Proliant DL360.
 Is there any tool for FreeBSD 6.2?
 Thanks for the help
 
 Valerio Daelli

camcontrol is a first-order tool.  Not much detail, but it will tell
you whether the array is OK or something other than OK.

# camcontrol inquiry da0
pass0: COMPAQ RAID 1  VOLUME OK Fixed Direct Access SCSI-0 device
pass0: 135.168MB/s transfers

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Monitoring tool for Compaq Smart Array 5300

2007-04-05 Thread Valerio Daelli

Hi
we would like to monitor the status of a Compaq Smart Array 5300
installed on a HP Proliant DL360.
Is there any tool for FreeBSD 6.2?
Thanks for the help

Valerio Daelli
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring tool for Compaq Smart Array 5300

2007-04-05 Thread David Robillard

Hi
we would like to monitor the status of a Compaq Smart Array 5300
installed on a HP Proliant DL360.
Is there any tool for FreeBSD 6.2?
Thanks for the help


Check out this HP + FreeBSD site. It's a bit old, but looks like it
has want you're looking for.

http://people.freebsd.org/~jcagle/

David
--
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE  Sun Certified Security Administrator
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: network monitoring tool

2005-12-20 Thread Peter

--- Imran Imtiaz [EMAIL PROTECTED] wrote:

 can anyone tell me which is the best network monitoring tool for unix
 which can tell me that from which ip the traffic is comming and the type
 of traffic and in which i can give a criteria like today which ip has
 downloaded how much amount of data. I am currently using ntop but it is
 not showing me the details based on criteria it just show me the traffic
 from the day it is up. I want something simple and effective.

I use OpenBSD's pf and, with its label feature, it is not difficult to
extract statistics with a shell script.  Right now I am looking at traffic
type, not IP addresses.  It all depends on how you create your rules. 
Below is a sample pf rule and the output my script provides me.

pass out on $EXT \
inet proto udp \
from $EXT to any \
port 123 \
keep state \
label outbound - $proto:$dstport -


Host: kovacs.domain.com
Interface:  tun0
Month:   December 2005
Timestamp:Dec 20 13:30
Data time:  8d 3h 40m
--
Traffic type Bytes-in Bytes-out
--
icmp:echoreq 45108 45528
tcp:110 343961 52701
tcp:113  0 0
tcp:11371  0 0
tcp:119  0 0
tcp:200 0
tcp:21  123577  79800
tcp:220  0
tcp:2550400  53476
tcp:27030  0
tcp:43  5833  863
tcp:443  123382914
tcp:530  0
tcp:61120  0
tcp:66670  0
tcp:80  48203259   5243942
udp:123   366396 381064
udp:53   2629955   1584473
udp:6277 2384 2262
--
TOTALS(B)51603928   7401496
TOTALS(MB) 49.21  7.05
RATE(B/m)   4395.56   630.45







__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: network monitoring tool

2005-12-20 Thread Deepak Naidu
You can try bandwidthd, iftop, iptraff applications which i used in Linux.. I 
hope u may get BSD equilavent of them

 Cheers,
 Deepak Naidu.
 
Peter [EMAIL PROTECTED] wrote: 
--- Imran Imtiaz  wrote:

 can anyone tell me which is the best network monitoring tool for unix
 which can tell me that from which ip the traffic is comming and the type
 of traffic and in which i can give a criteria like today which ip has
 downloaded how much amount of data. I am currently using ntop but it is
 not showing me the details based on criteria it just show me the traffic
 from the day it is up. I want something simple and effective.

I use OpenBSD's pf and, with its label feature, it is not difficult to
extract statistics with a shell script.  Right now I am looking at traffic
type, not IP addresses.  It all depends on how you create your rules. 
Below is a sample pf rule and the output my script provides me.

pass out on $EXT \
inet proto udp \
from $EXT to any \
port 123 \
keep state \
label outbound - $proto:$dstport -


Host: kovacs.domain.com
Interface:  tun0
Month:   December 2005
Timestamp:Dec 20 13:30
Data time:  8d 3h 40m
--
Traffic type Bytes-in Bytes-out
--
icmp:echoreq 45108 45528
tcp:110 343961 52701
tcp:113  0 0
tcp:11371  0 0
tcp:119  0 0
tcp:200 0
tcp:21  123577  79800
tcp:220  0
tcp:2550400  53476
tcp:27030  0
tcp:43  5833  863
tcp:443  123382914
tcp:530  0
tcp:61120  0
tcp:66670  0
tcp:80  48203259   5243942
udp:123   366396 381064
udp:53   2629955   1584473
udp:6277 2384 2262
--
TOTALS(B)51603928   7401496
TOTALS(MB) 49.21  7.05
RATE(B/m)   4395.56   630.45



 

 
  
__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





Linux your Life, Don't Window it [[]] 

   { All for the best }




-
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


network monitoring tool

2005-12-19 Thread Imran Imtiaz
can anyone tell me which is the best network monitoring tool for unix which can 
tell me that from which ip the traffic is comming and the type of traffic and 
in which i can give a criteria like today which ip has downloaded how much 
amount of data. I am currently using ntop but it is not showing me the details 
based on criteria it just show me the traffic from the day it is up. I want 
something simple and effective.

Regards,
Imran Imtiaz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring tool

2003-08-14 Thread Alexander Haderer
At 09:23 14.08.2003 -0400, Ben Dover wrote:
I am looking for a monitoring tool that will notify my cell phone when my 
FreeBSD box is down or off line.  It could be as simple as an application 
that runs on another FreeBSD box or Win box and pings the server and when 
it doesn't respond to pings it sends and alert to my cell phone.  I'm sure 
there are more sophisticated programs out there to alert server status and 
I would be interested in those too but something basic to get started 
would be fine.  Thanks
Take a look at Nagios: http://www.nagios.org

It in the ports tree. Their homepage also mention other monitoring tools.

Alexander

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Monitoring tool

2003-08-14 Thread Ben Dover
I am looking for a monitoring tool that will notify my cell phone when my 
FreeBSD box is down or off line.  It could be as simple as an application 
that runs on another FreeBSD box or Win box and pings the server and when it 
doesn't respond to pings it sends and alert to my cell phone.  I'm sure 
there are more sophisticated programs out there to alert server status and I 
would be interested in those too but something basic to get started would be 
fine.  Thanks

_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring tool

2003-08-14 Thread Jeremy D. Pavleck
I'm sure youll get a lot of great answers for what to run on another
FreeBSD box, but if you want something to run on a Win box checkout
Servers Alive! by Woodstone
http://woodstone.nu/salive/

It's free for up to 10 entries, but only $179 to check up to 5000 entries.
Does Ping, TCP services, UDP, DNS IPv6, Win server monitoring, Web
services, databases, netware, snmp, etc etc and sends alerts via
Pager/SMS, email, sound, MSN instant messenger, syslog or it can run a
program, update a web page, restart or reboot a windows box and a lot
more.
Before my home network became more diverse and I learned about
mrtg/nagios/etc it's all I used and it works great.
I dunno how I found it, but I still use it in addition to my other tools.

**
Jeremy D. Pavleck
[EMAIL PROTECTED]



On Thu, 14 Aug 2003, Ben Dover wrote:

 I am looking for a monitoring tool that will notify my cell phone when my 
 FreeBSD box is down or off line.  It could be as simple as an application 
 that runs on another FreeBSD box or Win box and pings the server and when it 
 doesn't respond to pings it sends and alert to my cell phone.  I'm sure 
 there are more sophisticated programs out there to alert server status and I 
 would be interested in those too but something basic to get started would be 
 fine.  Thanks
 
 _
 MSN 8 with e-mail virus protection service: 2 months FREE*  
 http://join.msn.com/?page=features/virus
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring tool

2003-08-14 Thread Matthew Bettinger
On Thursday 14 August 2003 08:23 am, Ben Dover wrote:
 I am looking for a monitoring tool that will notify my cell phone
 when my FreeBSD box is down or off line.  It could be as simple as an
 application that runs on another FreeBSD box or Win box and pings the
 server and when it doesn't respond to pings it sends and alert to my
 cell phone.  I'm sure there are more sophisticated programs out there
 to alert server status and I would be interested in those too but
 something basic to get started would be fine.  Thanks

We run swatch over here.  Works well.  
/usr/ports/security/swatch

regards,
-- 
Matthew Bettinger
System Administrator
Champion Elevators, Inc.
Houston, Texas 77061
713.640.8500
--
Key fingerprint = 1510 343D 41A3 5D55 D3AF 1ED7 72CD 7022 A70A 39F4
http://championelevators.com/~mbettinger/pubkey.htm

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring tool

2003-08-14 Thread Jez Hancock
On Thu, Aug 14, 2003 at 09:23:42AM -0400, Ben Dover wrote:
 I am looking for a monitoring tool that will notify my cell phone when my 
 FreeBSD box is down or off line.  It could be as simple as an application 
 that runs on another FreeBSD box or Win box and pings the server and when 
 it doesn't respond to pings it sends and alert to my cell phone.  I'm sure 
 there are more sophisticated programs out there to alert server status and 
 I would be interested in those too but something basic to get started would 
 be fine.  Thanks
Check out apinger from the ports:

/usr/ports/net/apinger

I've not used it in conjunction with sending SMS alerts but there is a brief
example in the sample config file to do this.

-- 
Jez

http://www.munk.nu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]