[Nagios-users] Nagios-users] SNMP Trap monitoring for Dell servers (on IDRACcards)

2012-07-17 Thread john meyer

Hello Sven

Which Docus did u use?

Which version do you have

Does the snmptt stuff working on a local ( localhost) level?

if you can give me more infos i'm  trying to help you

best regards john




--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Nagios and SNMP traps..

2012-04-11 Thread Manish_Kmr

Dear Team,

I am trying to integrate Nagios and SNMP traps for monitoring network devices 
with trap facility for immediate information of any issue on these critical 
devices. I have followed the document from NagiosXI to do the same and have 
already installed net-snmp and snmptt to handle the traps.

As I was testing and sending test trap from one another unix server using 
snmptrap utility, I am able to see it in

[root@mmkndnag networks]# tail -f /var/log/snmptt/snmptthandler.debug as below:-

SNMPTTHANDLER started: Wed Apr 11 18:50:11 2012

s = 1334150411, usec = 272432
s_pad = 1334150411, usec_pad = 272432

Data received:

UNKNOWN

UDP: [10.2.202.57]:33911

.1.3.6.1.2.1.1.3.0 10:3:34:28.65

.1.3.6.1.6.3.1.1.4.1.0 .1.3.6.1.4.1.2021.13.990.0.17

.1.3.6.1.2.1.1.6.0 Here

.1.3.6.1.6.3.18.1.3.0 x.x.x.x

.1.3.6.1.6.3.18.1.4.0 community-string

.1.3.6.1.6.3.1.1.4.3.0 .1.3.6.1.4.1.2021.13.990

Also I am sending test trap from another unix machine as below:-

snmptrap -v 1 -c public nagios-server-ip UCD-TRAP-TEST-MIB::demotraps  6 17 
 SNMPv2-MIB::sysLocation.0 s Here

Also when I tested tcpdump on port 162 on nagios server I found that trap 
coming perfectly fine as below
tcpdump -i eth0 port 162

18:52:52.092229 IP trap-sending-ip.54276  nagxi-server-name.snmptrap: Trap(50) 
E:2021.13.990 trap-sending-ip enterpriseSpecific s=17 87703152 [|snmp]

But as described in the document its not coming in the
tail -f /var/log/snmptt/snmpttunknown.log

Also there is no UCD-TRAP-TEST-MIB.txt file in /usr/share/snmp/mibs on nagiosxi 
server as described in that document, so it should come in the snmpttunknown.log

I have checked these config files of snmptt and everything looks fine ...
vim /etc/snmp/snmptt.ini
vim /etc/snmp/snmptt.conf

Also no test traps are showing up in but i am able to see other traps.
tail -f /var/log/snmptt/snmptt.log

I am not able to see any test trap related info in this file.
tail -f /var/log/snmptt/snmptt.debug

What can be the issue... Any suggestion


Thanks
Manish Kumar
Open Source Tools Team, IMS, Mahindra Satyam
Electronics City, Bangalore, India
http://in.linkedin.com/in/manishkumar85




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios and SNMP traps..

2012-04-11 Thread Nicholas Scott
Manish,

Keep in mind when referring to MIBs the filename is rather 
inconsequential as long as the actual MIB is defined SOMEWHERE in the 
file. The filenames are more for logical grouping.

Did you restart the whole snmpd, snmptrapd and snmptt works after 
chaning the .ini file to log unknown traps?

Manish_Kmr wrote:
  
 
 Dear Team,
 
 I am trying to integrate Nagios and SNMP traps for monitoring network 
 devices with trap facility for immediate information of any issue on 
 these critical devices. I have followed the document from NagiosXI to do 
 the same and have already installed net-snmp and snmptt to handle the 
 traps.
 
 As I was testing and sending test trap from one another unix server 
 using snmptrap utility, I am able to see it in
 
 [root@mmkndnag networks]# tail -f /var/log/snmptt/snmptthandler.debug as 
 below:-
 
 SNMPTTHANDLER started: Wed Apr 11 18:50:11 2012
 
 s = 1334150411, usec = 272432
 s_pad = 1334150411, usec_pad = 272432
 
 Data received:
 
 UNKNOWN
 
 UDP: [10.2.202.57]:33911
 
 .1.3.6.1.2.1.1.3.0 10:3:34:28.65
 
 .1.3.6.1.6.3.1.1.4.1.0 .1.3.6.1.4.1.2021.13.990.0.17
 
 .1.3.6.1.2.1.1.6.0 Here
 
 .1.3.6.1.6.3.18.1.3.0 x.x.x.x
 
 .1.3.6.1.6.3.18.1.4.0 community-string
 
 .1.3.6.1.6.3.1.1.4.3.0 .1.3.6.1.4.1.2021.13.990
 
 Also I am sending test trap from another unix machine as below:-
 
 snmptrap -v 1 -c public nagios-server-ip UCD-TRAP-TEST-MIB::demotraps  
 6 17  SNMPv2-MIB::sysLocation.0 s Here
 
 Also when I tested tcpdump on port 162 on nagios server I found that 
 trap coming perfectly fine as below
 tcpdump -i eth0 port 162
 
 18:52:52.092229 IP trap-sending-ip.54276  nagxi-server-name.snmptrap: 
 Trap(50) E:2021.13.990 trap-sending-ip enterpriseSpecific s=17 87703152 
 [|snmp]
 
 But as described in the document its not coming in the
 tail -f /var/log/snmptt/snmpttunknown.log
 
 Also there is no UCD-TRAP-TEST-MIB.txt file in /usr/share/snmp/mibs on 
 nagiosxi server as described in that document, so it should come in the 
 snmpttunknown.log
 
 I have checked these config files of snmptt and everything looks fine ...
 vim /etc/snmp/snmptt.ini
 vim /etc/snmp/snmptt.conf
 
 Also no test traps are showing up in but i am able to see other traps.
 tail -f /var/log/snmptt/snmptt.log
 
 I am not able to see any test trap related info in this file.
 tail -f /var/log/snmptt/snmptt.debug
 
 What can be the issue... Any suggestion
 
  
 
  
 
 Thanks
 Manish Kumar
 Open Source Tools Team, IMS, Mahindra Satyam
 Electronics City, Bangalore, India
 http://in.linkedin.com/in/manishkumar85
 
  
 
 
 
 
 DISCLAIMER:
 This email (including any attachments) is intended for the sole use of 
 the intended recipient/s and may contain material that is CONFIDENTIAL 
 AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or 
 copying or distribution or forwarding of any or all of the contents in 
 this message is STRICTLY PROHIBITED. If you are not the intended 
 recipient, please contact the sender by email and delete all copies; 
 your cooperation in this regard is appreciated.
 
 
 
 
 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second 
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 
 
 
 
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue. 
 ::: Messages without supporting info will risk being sent to /dev/null

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Nagios as snmp agent

2011-08-16 Thread NIKKurer
Hello!
I'm sorry for my terrible English. Google translate is still not good enough.

I use Nagios Not so long ago.
We have a need to send data on the status of hosts and services using snmp from 
nagios to another server. Unfortunately I could not find information on the 
possibility to use Nagios.
Maybe someone else has already encountered this problem?

-- 
Best regards
Alex Trifonov

--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios with snmp

2009-03-26 Thread Satish Patel
only put snmp community passwd and get any information from SNMP device 
  - Original Message - 
  From: Anirudh Srinivasan 
  To: nagios-users@lists.sourceforge.net 
  Sent: Tuesday, March 24, 2009 11:18 AM
  Subject: [Nagios-users] Nagios with snmp


  Hey Folks,

  I want to test a Switch to be monitored using snmp plugin in nagios. Right 
now i am just monitoring the ping but i need to find out , what other parameter 
can be monitored on a switch using snmp. Also i have a windows server with 
NC_net installed , and i need to test using check_nt as well as check_snmp 
plugin the parameters . I am looking forward to some help with this. Can i get 
some link or some tutorials to start up with this please . 

  I have snmpd running on my linux , i need to know what changes i need to make 
for my snmpd.conf file 

  Thanks 

  -- 
  Anirudh Srinivasan




--


  --
  Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
  powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
  easily build your RIAs with Flex Builder, the Eclipse(TM)based development
  software that enables intelligent coding and step-through debugging.
  Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com


--


  ___
  Nagios-users mailing list
  Nagios-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/nagios-users
  ::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
  ::: Messages without supporting info will risk being sent to /dev/null--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagios with snmp

2009-03-24 Thread James Pratt


 -Original Message-
 From: Anirudh Srinivasan [mailto:srianir...@gmail.com]
 Sent: Tuesday, March 24, 2009 11:18 AM
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] Nagios with snmp
 
 Hey Folks,
 
 I want to test a Switch to be monitored using snmp plugin in nagios.
Right now i am
 just monitoring the ping but i need to find out , what other parameter
can be
 monitored on a switch using snmp. Also i have a windows server with
NC_net installed
 , and i need to test using check_nt as well as check_snmp plugin the
parameters . I
 am looking forward to some help with this. Can i get some link or some
tutorials to
 start up with this please .
 
 I have snmpd running on my linux , i need to know what changes i need
to make for
 my snmpd.conf file
 
 Thanks
 
 --
 Anirudh Srinivasan
 

There are generally two ways to utilize SNMP with nagios - either you
set up your nagios server to catch SNMP traps (the SNMP trapsink
server), 

http://www.nagios.org/faqs/viewfaq.php?faq_id=29
http://www.nagios.org/faqs/viewfaq.php?faq_id=28

or you poll the host/snmpd service for whatever info you like from the
client/nagios side using SNMP - Therefore, unless you are polling your
own server via nagios, tweaking/changing your local snmpd.conf will not
do much good...

Either way, check out http://manubulon.nagios.org - these will fill the
gaps in check_snmp, for either *nix or windows systems.

Another good starting point is :
http://conshell.net/wiki/index.php/Using_Nagios_with_SNMP

Regards,
jamie



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Nagios with snmp

2009-03-24 Thread Aaron Segura
http://www.google.com/search?q=monitoring+network+switches+via+snmp

http://www.nagiosexchange.org/

 



From: Anirudh Srinivasan [mailto:srianir...@gmail.com] 
Sent: Tuesday, March 24, 2009 9:18 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Nagios with snmp

 

Hey Folks,

 

I want to test a Switch to be monitored using snmp plugin in nagios.
Right now i am just monitoring the ping but i need to find out , what
other parameter can be monitored on a switch using snmp. Also i have a
windows server with NC_net installed , and i need to test using check_nt
as well as check_snmp plugin the parameters . I am looking forward to
some help with this. Can i get some link or some tutorials to start up
with this please . 

 

I have snmpd running on my linux , i need to know what changes i need to
make for my snmpd.conf file 

 

Thanks 

-- 
Anirudh Srinivasan

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] nagios-plugins-snmp solaris 9 compile problem

2007-12-03 Thread Patrick Proy
Hi,
 
Never compiled this on Solaris.
 
It seems it doesn't like : 
   static struct option long_options[50];
 
struct option is defined in getopt.h I think. Maybe it it different with
Solaris. 
 
Regards,
 
Patrick

  _  

De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Richard
Aseltine
Envoyé : samedi 1 décembre 2007 15:27
À : nagios-users@lists.sourceforge.net
Objet : [Nagios-users] nagios-plugins-snmp solaris 9 compile problem


Has anyone successfully compiled nagios-plugins-snmp C plugins with solaris
9? 

Solaris 9
gcc 3.4.6
net-snmp-5.4.1


make  all-recursive
make[1]: Entering directory `/home/rha/nagios-plugins-snmp'
Making all in src
make[2]: Entering directory `/home/rha/nagios-plugins-snmp/src'
if gcc -DLOCALEDIR=\/usr/local/nagios/share/locale\ -DHAVE_CONFIG_H -I.
-I. -I.. -g -O2 -Usolaris2 -Dsolaris2=solaris2 -I/usr/local/ssl/include
-I. -I/usr/local/include -MT nagios_common_snmp.o -MD -MP -MF
.deps/nagios_common_snmp.Tpo -c -o nagios_common_snmp.o
nagios_common_snmp.c; \
then mv -f .deps/nagios_common_snmp.Tpo
.deps/nagios_common_snmp.Po; else rm -f .deps/nagios_common_snmp.Tpo;
exit 1; fi
nagios_common_snmp.c: In function `get_options':
nagios_common_snmp.c:565: error: storage size of 'long_options' isn't known
nagios_common_snmp.c:565: error: storage size of `long_options' isn't known
make[2]: *** [nagios_common_snmp.o] Error 1
make[2]: Leaving directory `/home/rha/nagios-plugins-snmp/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rha/nagios-plugins-snmp'
make: *** [all] Error 2


  _  

Connect and share in new ways with Windows Live. Connect now!
http://www.windowslive.com/connect.html?ocid=TXT_TAGLM_Wave2_newways_112007
  
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] nagios-plugins-snmp solaris 9 compile problem

2007-12-01 Thread Richard Aseltine

Has anyone successfully compiled nagios-plugins-snmp C plugins with solaris 9? 

Solaris 9
gcc 3.4.6
net-snmp-5.4.1


make  all-recursive
make[1]: Entering directory `/home/rha/nagios-plugins-snmp'
Making all in src
make[2]: Entering directory `/home/rha/nagios-plugins-snmp/src'
if gcc -DLOCALEDIR=\/usr/local/nagios/share/locale\ -DHAVE_CONFIG_H -I. -I. 
-I.. -g -O2 -Usolaris2 -Dsolaris2=solaris2 -I/usr/local/ssl/include -I. 
-I/usr/local/include -MT nagios_common_snmp.o -MD -MP -MF 
.deps/nagios_common_snmp.Tpo -c -o nagios_common_snmp.o nagios_common_snmp.c; 
\
then mv -f .deps/nagios_common_snmp.Tpo 
.deps/nagios_common_snmp.Po; else rm -f .deps/nagios_common_snmp.Tpo; exit 
1; fi
nagios_common_snmp.c: In function `get_options':
nagios_common_snmp.c:565: error: storage size of 'long_options' isn't known
nagios_common_snmp.c:565: error: storage size of `long_options' isn't known
make[2]: *** [nagios_common_snmp.o] Error 1
make[2]: Leaving directory `/home/rha/nagios-plugins-snmp/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rha/nagios-plugins-snmp'
make: *** [all] Error 2

_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/connect.html?ocid=TXT_TAGLM_Wave2_newways_112007-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null