Re: [Nagios-users] End to End application Validation.

2007-04-19 Thread Peter Edmonds
On 4/20/07, Maxwell,Brady <[EMAIL PROTECTED]> wrote: >I have tested some commercial applications for testing > applications but am now looking at open source methods that will report up > into the nagios interface. > Basically I want to be able to > log on a web application and do a search on a s

Re: [Nagios-users] Just using SNMP

2007-04-19 Thread Patrick Proy
Hi, With SNMP on Windows machines, you can check with the check_snmp_* scripts (http://nagios.manubulon.com) : - Disk Usage (check_snmp_storage.pl) - Virtual memory usage (check_snmp_storage.pl) - Windows Service state (check_snmp_win.pl) - Process state, memory and CPU usage (check_snmp_process

Re: [Nagios-users] Blackberry Enterprise Server and Nagios

2007-04-19 Thread Mies, Christian
Hi Stephen, is the Computername the Servername of the BES Server? kind regards Christian it-novum GmbH Ein Unternehmen der Mehler AG Christian Mies Consultant Systemmanagement Edelzeller Stra?e 44 36043 Fulda FON:+49 (661) 103-874 (-333) FAX:

[Nagios-users] End to End application Validation.

2007-04-19 Thread Maxwell,Brady
Hello Nagios-Users, I am preparing to deploy the lastest Nagios to replace our current monitoring system. I have tested some commercial applications for testing applications but am now looking at open source methods that will report up into the nagios interface. For instance check_website seems

Re: [Nagios-users] Just using SNMP

2007-04-19 Thread dave stern - e-mail.pluribus.unum
You can do the NSclient installs remotely by staging it on a common share, have a .cmd file something like this: mkdir c:\nsclient @if "%ERRORLEVEL%"=="1" goto :EXIT copy C:\\temp\nsclient\Win_2k_XP_Bin\* c:\nsclient @if "%ERRORLEVEL%"=="1" echo "error occurred while copying files" c:\nsclient\

Re: [Nagios-users] example how to monitor a performance counterfrom windows with nsclient?[Scanned]

2007-04-19 Thread Anthony Montibello
The Check command from the Nagios v3.x Documentation should be better to use in most situations: define command{ command_namecheck_nt command_line$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v $ARG1$ $ARG2$ } (make sure port matches your systems and change it to ch

Re: [Nagios-users] Just using SNMP

2007-04-19 Thread Russell Adams
Use the Microsoft SNMP service, and look at Patrick Proy's snmp plugins. I've had good success with them. Russell On Thu, Apr 19, 2007 at 10:21:58AM -0400, Valdinger, Stephen (DOV, MSX) wrote: > Is there a way to just use SNMP to monitor windows machines in Nagios. > We have a lot of servers and

Re: [Nagios-users] Just using SNMP

2007-04-19 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Valdinger, Stephen (DOV, MSX) wrote: > Is there a way to just use SNMP to monitor windows machines in Nagios. > We have a lot of servers and installing an agent like NSClient++ would > be a real pain, when they all run SNMP already. Any ideas? > I u

Re: [Nagios-users] Just using SNMP

2007-04-19 Thread Michael Schwartzkopff
Am Donnerstag, 19. April 2007 16:21 schrieb Valdinger, Stephen (DOV, MSX): > Is there a way to just use SNMP to monitor windows machines in Nagios. > We have a lot of servers and installing an agent like NSClient++ would > be a real pain, when they all run SNMP already. Any ideas? Get the OIDs of

[Nagios-users] Just using SNMP

2007-04-19 Thread Valdinger, Stephen (DOV, MSX)
Is there a way to just use SNMP to monitor windows machines in Nagios. We have a lot of servers and installing an agent like NSClient++ would be a real pain, when they all run SNMP already. Any ideas? - This SF.net email is sp

[Nagios-users] Blackberry Enterprise Server and Nagios

2007-04-19 Thread Valdinger, Stephen (DOV, MSX)
Hi, I want to monitor a certain service on my BES server. Does any have, or can someone tell me how to write a definition for the service Blackberry Admin_(Computername)?? I'd appreciate the help. - This SF.n

Re: [Nagios-users] example how to monitor a performance counterfrom windows with nsclient?[Scanned]

2007-04-19 Thread Marc Jonkers
Hi Anthony, What is then the exact syntax? This will not work: define command{ command_namecheck_nt_disc_average_sec_write command_line$USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v "PhysicalDisk\Average Disk sec/Write" -l $ARG1$ -w $ARG2$ -c $ARG3$ } thx, Marc __

[Nagios-users] Plugin for SUN Storagetek Common Array Manager

2007-04-19 Thread Gerhard Lausser
Hi, i made a plugin which integrates the SUN Storagetek Common Array Manager into Nagios. The CAM is a management software for SUN StorEdge 6130 and SUN StorageTek 6140 and 6540 Storage arrays. So with this plugin you can monitor a bunch of these storage devices. You can download it from http://ww

Re: [Nagios-users] example how to monitor a performance counter from windows with nsclient?

2007-04-19 Thread Anthony Montibello
Hi Marc, Install a widows plugin onto the Windows Host. I recomend NC_NEt, then use check_nt or compile and use check_nc_net if using check_nc_net the syntex is in the help "check_nc_net --help=COUNTER" nc_net is availible from sourceforge: http://sourceforge.net/projects/nc-net There are also

[Nagios-users] example how to monitor a performance counter from windows with nsclient?

2007-04-19 Thread Marc Jonkers
Hi, Has somebody a example of the checkcommands.cfg for me with a performance counter for Windows 2003? I want to monitor Check Average Disc sec/Write . thx, Marc - This SF.net email is sponsored by DB2 Express Download

Re: [Nagios-users] Plugin for HP Proliant Hardware Health Monitoring

2007-04-19 Thread Sim
> Hi, > > the "official" 1.3 is now available at > http://www.consol.de/opensource/nagios/check-hpasm > There's an option --with-degrees for ./configure which lets you chose > between temperatures displayed as celsius or fahrenheit. > The second and important new thing is the --blacklist option. >

Re: [Nagios-users] Memory Usage per plug-in

2007-04-19 Thread Alessandro del Gallo
adi yesaya wrote: Hi Nagiosers,   I'm just starting my school project in writing plug-ins for Nagios, it's my first time with Nagios and im also learning more about Linux. In this project i installed Nagios on a Linux box and run several plug-ins. My question is: Is there any way t

[Nagios-users] Memory Usage per plug-in

2007-04-19 Thread adi yesaya
Hi Nagiosers, I'm just starting my school project in writing plug-ins for Nagios, it's my first time with Nagios and im also learning more about Linux. In this project i installed Nagios on a Linux box and run several plug-ins. My question is: Is there any way that we can know how much memory and

Re: [Nagios-users] updates killing my files

2007-04-19 Thread Alessandro del Gallo
Hugo van der Kooij wrote: On Wed, 18 Apr 2007, Jim Perrin wrote: On 4/18/07, Alessandro del Gallo <[EMAIL PROTECTED]> wrote: Hello, I think we have a poblem with Red Hat rpm's. When an update occurs, rpm erases all the files I modofied in /usr/share/nagios/ without