Problems with snmp and disk...

2008-08-01 Thread Carlos Barrero Martínez
Hi! I have installed net-snmp from the redHat respository. I want to monitorize some features of my disks. However, I can't do it. In the file snmpd.conf, I have wroten: # Check the / partition and make sure it contains at least 10 megs. disk / 10 When I write snmpwalk -v 2c localhost -c

Re: tcp_handler() error on FreeBSD

2008-08-01 Thread Thomas Anders
(private) HKS wrote: Didn't happen with rc1. Is this something I can troubleshoot any further, or is it pretty much in the port-maintainer's hands? Report to him and copy the list, so that everyone can contribute and/or learn. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de)

Re: IPv6 support in Net SNMP

2008-08-01 Thread Ravindra
I'm looking for a version that has IPv6 support on Windows, Linux and Solaris. It would be great if someone remembers when did this support work complete for all these three platforms ? After reading change log: http://net-snmp.sourceforge.net/about/ChangeLog.html I felt that 5.0 was the first

Re: IPv6 support in Net SNMP

2008-08-01 Thread Thomas Anders
Ravindra schrieb: I'm looking for a version that has IPv6 support on Windows, Linux and Solaris. It would be great if someone remembers when did this support work complete for all these three platforms ? After reading change log: http://net-snmp.sourceforge.net/about/ChangeLog.html I felt

can I get traps through proxy support

2008-08-01 Thread Vasundharadevi R
Hi, In my system under Fedora Core 7, I have installed Net-snmp5.4.1. I have the setup where I have 3 SNMP Agents A1,A2 and A3 and a user. As the user cannot directly contact the agents A2 and A3, the agent A1 acts as the mediator between the user and A2,A3. I use the proxy support of Net-SNMP

RE: Solaris 10's Net-SNMP requires Unix Domain Sockets

2008-08-01 Thread Sinha, Birendra (Birendra)
Matt, I tried some higher port to open TCP socket for agentX but didn't solve the problem. I would like to get some information from Net-SNMP folks, whether or not TCP/UDP agentXSocket is really blocked on Sun Solaris-10. Regards Birendra -Original Message- From: [EMAIL PROTECTED]

Fwd: running a command when there is a problem with proces

2008-08-01 Thread Osvaldo Alvarez Pozo
-- Forwarded message -- From: Osvaldo Alvarez Pozo [EMAIL PROTECTED] Date: Fri, Aug 1, 2008 at 12:09 PM Subject: Re: running a command when there is a problem with proces To: Dave Shield [EMAIL PROTECTED] I modified my snmpd.conf like this. setEvent ProcessusError prErrFix = 1

walk on .1 is hanging

2008-08-01 Thread vishal_nitr
Hi All,nbsp;nbsp;nbsp; I am using net-snmp-5.1.2 . When I do walk on .1 my agent is giving me time out messages and hanging.. I am not able to kill the snmpd also. The only way I can use snmpd is by restarting the machine only.nbsp; My machine is linux fedora core 7 kernel 2.6.21.I will

Re: Solaris 10's Net-SNMP requires Unix Domain Sockets

2008-08-01 Thread Thomas Anders
Sinha, Birendra (Birendra) wrote: I tried some higher port to open TCP socket for agentX but didn't solve the problem. I would like to get some information from Net-SNMP folks, whether or not TCP/UDP agentXSocket is really blocked on Sun Solaris-10. If the Sun net-snmp 5.0.9 package has been

RE: Solaris 10's Net-SNMP requires Unix Domain Sockets

2008-08-01 Thread Sinha, Birendra (Birendra)
Hi Thomas, Thanks! Solaris-10 machine here has Sun net-snmp 5.0.9 package and I checked the net-snmp-config, it seems it is built with --enable-agentx-dom-sock-only option. As you said we can't do anything here in this case, so I am wondering how we should leverage the OS provided Net-SNMP Master

Re: Net-SNMP 5.4.2.rc1 available

2008-08-01 Thread Brice Figureau
Hi Dave, On Thu, 2008-07-31 at 18:56 +0100, Dave Shield wrote: Net-SNMP 5.4.2.rc1 is now available for testing. This contains a significant number of bug fixes over the 5.4.1 release. We would encourage as many of you as possibly to download this code, try this in your own environments,

NET SNMP src interface question

2008-08-01 Thread Nikolay Kanivets
Hello, everybody. A short problem. I have Solaris server with several network interfaces. I have also some daemon program which uses Net Snmp library to perform SNMP requests to external targets. The problem is that I have not found if it is possible or not to tell Net Snmp to use certain

Re: NET SNMP src interface question

2008-08-01 Thread Roy M. Silvernail
On Fri, Aug 01, 2008 at 04:49:18PM +0400, Nikolay Kanivets wrote: I have Solaris server with several network interfaces. I have also some daemon program which uses Net Snmp library to perform SNMP requests to external targets. The problem is that I have not found if it is possible or not

Re: Make-Error

2008-08-01 Thread Thomas Anders
Phani Chand.Kolli wrote: BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#./configure --with-CC=cc_r... --with-cc=cc_r Case matters. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) - This SF.Net email is sponsored by

Re: running a command when there is a problem with proces

2008-08-01 Thread Osvaldo Alvarez Pozo
Hi all I continue with my problem of procfix. IF I use snmpset to set UCD-SNMP-MIB::prErrFix.1 apache2 get started. I putted this command in a cron job but I can take a minute before starting apache2. That'is why I am interested on using SetEvent to set prErrFix to 1. I do not understand why a

Re: net-snmp links to unsubscribe/subscribe to/from mailing lists do not work

2008-08-01 Thread michael kapelko
this link: http://lists.sourceforge.net/mailman/listinfo/net-snmp-users on the page: http://net-snmp.sourceforge.net/support/mailinglists.html - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: Make-Error

2008-08-01 Thread Phani Chand.Kolli
Thank youj for helping BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Net-SNMP configure 5.4.1.2, which was generated by GNU Autoconf

A SIGHUP signal just kills snmpd daemon instead of reloading the config.

2008-08-01 Thread Hu, Fengliang
Hi, This is Feng. I am poking net-snmp software 5.4 on x86 Linux (ubuntu 7.4) and trying to see how it can reloads the new configuration (such as the updated community string). Googled some articles, I thought SIGHUP signal needs to be sent to snmpd process. I also took a look at the code and

RE: A SIGHUP signal just kills snmpd daemon instead of reloading theconfig.

2008-08-01 Thread Joan Landry
kill -hup pid, where pid = the snmpd process id. worked when I tried it. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hu, Fengliang Sent: Friday, August 01, 2008 5:29 PM To: net-snmp-users@lists.sourceforge.net Subject: A SIGHUP signal just

Re: Make-Error

2008-08-01 Thread Thomas Anders
Phani Chand.Kolli wrote: BRKSVX20e/ul/yyyt158/net-snmp-5.4.1.2#./configure --with-cc=cc_r... [...] checking for C compiler default output file name... configure: error: C compiler cannot create executables On my AIX 5.3 box, cc_r is in /usr/vac/bin. So either add this directory to your PATH

RE: A SIGHUP signal just kills snmpd daemon instead of reloading theconfig.

2008-08-01 Thread Hu, Fengliang
Hi, Joan, I just tried it and it didn't work... what's the version of net-snmp you used? On Linux tried: kill -1 pid kill -SIGHUP pid kill -s SIGHUP pid kill -s 1 pid kill -hup pid Thanks, Feng From: Joan Landry [mailto:[EMAIL PROTECTED]