Re: [Nagios-users] Nagios & SNMP

2010-08-11 Thread Gius, Mark
om target devices. Trying to debug SNMP through Nagios is far harder than doing it via the commandline. -Gius > -Original Message- > From: Luc MAIGNAN [mailto:luc.maig...@winxpert.com] > Sent: Wednesday, August 11, 2010 8:24 AM > To: nagios-users@lists.sourceforge.net > Subject

Re: [Nagios-users] Nagios & SNMP

2010-08-11 Thread Luc MAIGNAN
NAN [mailto:luc.maig...@winxpert.com] > Sent: Wednesday, August 11, 2010 9:52 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios& SNMP > >Hi, > > I don't succeed to make Nagios with SNMP work together. So I'm looking > for an UP-

Re: [Nagios-users] Nagios & SNMP

2010-08-11 Thread Matthew J. Salerno
11, 2010 9:52:21 AM Subject: [Nagios-users] Nagios & SNMP Hi, I don't succeed to make Nagios with SNMP work together. So I'm looking for an UP-TO-DATE howto. The documentation on the nagios official website seems to be down. Can anybody tell me where I can find a su

Re: [Nagios-users] Nagios & SNMP

2010-08-11 Thread Parish, Brent
9:52 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Nagios & SNMP Hi, I don't succeed to make Nagios with SNMP work together. So I'm looking for an UP-TO-DATE howto. The documentation on the nagios official website seems to be down. Can anybody tell me where

[Nagios-users] Nagios & SNMP

2010-08-11 Thread Luc MAIGNAN
Hi, I don't succeed to make Nagios with SNMP work together. So I'm looking for an UP-TO-DATE howto. The documentation on the nagios official website seems to be down. Can anybody tell me where I can find a such howto ? BR -

Re: [Nagios-users] Nagios SNMP Plugin

2009-07-28 Thread Richard Remington
Peter, This isn't exactly an easy example because it incorporates the check_multi plug-in, but you should be able to get the idea. My service check definition calls check_multi... define service {; Check T1 OperStatus on Cisco 5300's service_description DS0 OperStatus check_c

Re: [Nagios-users] Nagios SNMP Plugin

2009-07-28 Thread Peter Gritsch
On Tuesday 28 July 2009, Tom Denham wrote: > Anyone out there have any examples of using Nagios SNMP plugin to > perform simple queries for Cisco Routers and Linux boxes? I'm > thinking of basic queries such as uptime, cpu, storage, etc.. http://snmp4nagios.sourceforge.net > I was thinking of us

Re: [Nagios-users] Nagios SNMP Plugin

2009-07-28 Thread Ford, Andy
$uptime\n"; } } else { print "UPTIME OK: $uptime\n"; } exit 0; So your command definition looks like: /usr/local/nagios/libexec/check_snmp_uptime.pl $HOSTADDRESS$ $USER21$ 161 720 From: Tom Denham [mailto:tdenham...@gmail.com] Sent: Tuesday, July 28, 2009 9:57 AM To: nagios-u

[Nagios-users] Nagios SNMP Plugin

2009-07-28 Thread Tom Denham
Anyone out there have any examples of using Nagios SNMP plugin to perform simple queries for Cisco Routers and Linux boxes? I'm thinking of basic queries such as uptime, cpu, storage, etc.. I was thinking of using the check_snmp cmd, but syntax is a bit confusing...if you know of a better way tha

[Nagios-users] Nagios-SNMP snmptt

2009-03-23 Thread Joseph Ribin Roy
Hi All, I am able to execute external command and make an entry in nagios.cmd file as [Mon Mar 23 14:43:26 IST 2009] PROCESS_SERVICE_CHECK_RESULT;mfin-sol02;TRAP;2;10.10.7.37 Disk_Space_in_VAR 3 NRPE: [Mon Mar 23 14:44:52 IST 2009] PROCESS_SERVICE_CHECK_RESULT;mfin-sol02;TRAP;2;10.10.7.37 MS

[Nagios-users] Nagios-SNMP snmptt

2009-03-19 Thread Joseph Ribin Roy
Hi All, I enabled debug level to 2 and I am getting following log message in the snmptt.debug file. Issue is it is not creating snmptt.log file ...any help will be appreciated cwd: /tmp Changing to UID: root (0) Closing debug file /tmp/snmptt.debug Debug file /tmp/snmptt.debug re-opened

Re: [Nagios-users] Nagios-SNMP

2009-03-18 Thread Jim Avery
2009/3/18 Joseph Ribin Roy : > Any feedback or other ways of integrating of Nagios-SNMP will be grateful. I use NagTrap. It's probably not everyone's cup of tea but is easy to install and maintain (compared with the scripts I used before anyway). http://nagtrap.org Cheers, Jim ---

[Nagios-users] Nagios-SNMP

2009-03-18 Thread Joseph Ribin Roy
Hi All, I am trying snmptrapd's traphandle calls snmptrap2nagios. Have installed most of the dependencies file for the same. And finally it was looking for a file snmptrap.cfg which does not exist and when ever a trap comes in it says Can't locate /usr/local/nagios/etc/snmptraps.cfg in @INC

Re: [Nagios-users] Nagios - SNMP v3

2007-08-14 Thread Lopez, Denise
Message- From: Tom Throckmorton [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 12:38 PM To: Lopez, Denise Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios - SNMP v3 Importance: High On Aug 14 12:18, Lopez, Denise wrote: > I am in the process of rebuilding

Re: [Nagios-users] Nagios - SNMP v3

2007-08-14 Thread Tom Throckmorton
On Aug 14 12:18, Lopez, Denise wrote: > I am in the process of rebuilding our Nagios server from RHEL AS 4 to > RHEL 5. The version of net-snmp on the older server is net-snmp 5.1.2 > and the build for RHEL 5 is net-snmp 5.3.1. > > I can get SNMP version 2 working on the new server but I keep g

[Nagios-users] Nagios - SNMP v3

2007-08-14 Thread Lopez, Denise
I am in the process of rebuilding our Nagios server from RHEL AS 4 to RHEL 5. The version of net-snmp on the older server is net-snmp 5.1.2 and the build for RHEL 5 is net-snmp 5.3.1. I can get SNMP version 2 working on the new server but I keep getting 'No response from Host' when query using

Re: [Nagios-users] NAGIOS SNMP

2007-06-06 Thread Matthew Joyce
apt-get install snmp test, using snmpwalk and snmpget there's also a good Nagios plugin for querying windows servers, check_snmp_win, have a look on Nagios Exchange. Of course this assumes you want simple snmp checking and not traps, or agents. On 6/7/07, Raphael SurcouF Bordet <[EMAIL PROTE

Re: [Nagios-users] NAGIOS SNMP

2007-06-06 Thread Raphael SurcouF Bordet
Le mercredi 06 juin 2007 à 17:10 +0200, [EMAIL PROTECTED] a écrit : > hi > i have install nagios and plugin in ubuntu linux-box (work it) > knows you tutorial or howto to config nagios and snmp??? (step by step) > > i install plugin but i not have /usr/local/nagios/libexec/check_snmp > i have only

[Nagios-users] NAGIOS SNMP

2007-06-06 Thread riky . none
hi i have install nagios and plugin in ubuntu linux-box (work it) knows you tutorial or howto to config nagios and snmp??? (step by step) i install plugin but i not have /usr/local/nagios/libexec/check_snmp i have only this plugin: -rwxr-xr-x 1 root root 17746 Apr 13 16:13 check_snmp_cpfw -rwxr-x

[Nagios-users] Nagios SNMP MIB / .1 (Unique ID)

2007-05-01 Thread Rev. Dr. Aaron M. Segura
In the standard Nagios SNMP MIB there is an OID for each Host and Service notifications which is basically a unique identifier for the event. However, the MIB also specifically states that the ID is not generated by Nagios, but rather the "SNMP application". Does anyone use this field? How do yo

Re: [Nagios-users] Nagios & SNMP traps

2007-04-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Friday, April 27, 2007 6:15 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios & SNMP traps > > &

Re: [Nagios-users] Nagios & SNMP traps

2007-04-27 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of [EMAIL PROTECTED] > Sent: Friday, April 27, 2007 4:15 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios & SNMP traps > > I´m trying to mo

[Nagios-users] Nagios & SNMP traps

2007-04-27 Thread Aritz . Lazkano
Hi friends of Nagios! I´m trying to monitor a service that works with snmp traps. The problem is that i recive the trap in my server, but nagios doesn´t do anything. The service status is "pending", also when the trap arrives into our server the status of the service that works with traps cont

Re: [Nagios-users] nagios snmp traps??

2007-01-28 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Nedim Bicic > Sent: Saturday, January 27, 2007 11:54 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] nagios snmp traps?? > > Nagios 2.4

[Nagios-users] nagios snmp traps??

2007-01-27 Thread Nedim Bicic
Nagios 2.4 i have snmp translator installed and snmp, i would like to capture snmap traps and trsnalte the oid where i would view them in my log file how do i do this. A test for this would be a start I have read that you have to have MIBS uploaded in order for the snmp to translate proper oid ? a

Re: [Nagios-users] Nagios / SNMP Traps

2006-03-28 Thread Ton Voon
On 28 Mar 2006, at 19:09, Travis wrote: Hello all - I have a question regarding SNMP traps in Nagios. From my understanding, this can be done differently depending on what you need and how things are configured on your network. At this point, I am currently using Nagios with Active Se

[Nagios-users] Nagios / SNMP Traps

2006-03-28 Thread Travis
Hello all - I have a question regarding SNMP traps in Nagios. >From my understanding, this can be done differently depending on what you need and how things are configured on your network. At this point, I am currently using Nagios with Active Service/Host checks only. I'm monitoring Internet