Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Gary Every
Go to: http://ultralight.caltech.edu/web-site/ultralight/workgroups/network/sc2005/snmpd.conf There are most of the ucdavis snmp strings that work. Use it as a model and replace the strings from my command It'll take a little playing, but it's worth it! On Wed, Mar 5, 2008 at 9:30 AM, Hari Sekh

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Melanie Pfefer > Sent: Wednesday, March 05, 2008 10:44 AM > To: Alex Dehaini; nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Monitoring Unix serve

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Rainer Duffner
Alex Dehaini schrieb: > Hari, > > I agree snmp is he way but I need the specific OIDs to monitor. Can I > get all the OIDs for memory, cpu, etc? The OIDS that WORK > > Alex > > Use an SNMP-Browser (like mbrowse). There are also ready-made plugins for this. Go to nagiosexchange and search for "

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Melanie Pfefer
excetly! can we have list of OID (cpu,mem and disk) for linux also? I tested ./check_snmp -H CLEO -o enterprises.ucdavis.laTable.laEntry.laLoadInt.2,enterprises.ucdavis.laTable.laEntry.laLoadInt.1,enterprises.ucdavis.laTable.laEntry.laLoadInt.3 -w 98 -c 99 -u "is 5min - ,is Current - ,is 15min" S

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Alex Dehaini
Hari, I agree snmp is he way but I need the specific OIDs to monitor. Can I get all the OIDs for memory, cpu, etc? The OIDS that WORK Alex On 3/5/08, Hari Sekhon <[EMAIL PROTECTED]> wrote: > Gary Every wrote: > > Here is my command for checking load - it grabs 1,5,15 mins and > > displays the

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Hari Sekhon
Gary Every wrote: > Here is my command for checking load - it grabs 1,5,15 mins and > displays them. I'm watching to 5 min load, so it is first in the check: > > command_line/usr/lib/nagios/plugins/check_snmp -H $HOSTADDRESS$ -C > $ARG1$ -o > enterprises.ucdavis.laTable.laEntry.laLoadInt.2,e

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Hari Sekhon
Melanie Pfefer wrote: > check_load works on the local server only right? > > how to check_load on $HOSTNAME??? > Read up on Nagios remote execution mechanisms, specifically NRPE, NSCA which are the 2 main ways of running remote checks (there is also SNMP and check_by_ssh but I don't recommend

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Giles Coochey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Melanie Pfefer > Sent: 05 March 2008 16:01 > To: Hari Sekhon; James E. Pratt > Cc: Nagios Users > Subject: Re: [Nagios-users] Monitoring Unix servers CPU, me

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Melanie Pfefer
check_load works on the local server only right? how to check_load on $HOSTNAME??? thanks --- Hari Sekhon <[EMAIL PROTECTED]> wrote: > James E. Pratt wrote: > > Kinda off-topic, but why on earth would you care > much about memory > > details on a Linux box? Most memory is cached, so > output fro

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Hari Sekhon
James E. Pratt wrote: > Kinda off-topic, but why on earth would you care much about memory > details on a Linux box? Most memory is cached, so output from, say, > "free" is kinda useless. (Not sure where that plugin gets it's info > though either?).. IMO You are much better off monitoring loadavg .

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread James E. Pratt
Coochey <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > -Original Message- > > > > > From: [EMAIL PROTECTED] > [mailto:nagios-users- > > > > > [EMAIL PROTECTED] On Behalf Of Alex

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Giles Coochey
> > Also, check_load and check_procs doesn't tell you the memory that is > used or the memory that is free. What plugin can I use for that? > Check out http://www.nagiosexchange.org/Linux.55.0.html?&tx_netnagext_pi1[p_view]= 1149 Note that UNIX systems have different memory management systems

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Alex Dehaini
t; > > > From: [EMAIL PROTECTED] [mailto:nagios-users- > > > > [EMAIL PROTECTED] On Behalf Of Alex Dehaini > > > > Sent: 05 March 2008 12:33 > > > > To: nagios-users@lists.sourceforge.net > > > > Subject:

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Alex Dehaini
---Original Message- > > > From: [EMAIL PROTECTED] [mailto:nagios-users- > > > [EMAIL PROTECTED] On Behalf Of Alex Dehaini > > > Sent: 05 March 2008 12:33 > > > To: nagios-users@lists.sourceforge.net > > > Subject: [Nagios-users] Monitoring Unix se

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Alex Dehaini
ists.sourceforge.net > > Subject: [Nagios-users] Monitoring Unix servers CPU, memory and > hard-disk > > > > Hi Guys, > > > > What plugin can I use to do these? > > > > > Check_load, check_disk, chec

Re: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Giles Coochey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Alex Dehaini > Sent: 05 March 2008 12:33 > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Monitoring Unix servers CPU, memory and hard-disk >

[Nagios-users] Monitoring Unix servers CPU, memory and hard-disk

2008-03-05 Thread Alex Dehaini
Hi Guys, What plugin can I use to do these? -- Alex Dehaini Developer Site - www.alexdehaini.com Email - [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008