search for: netsnmp

Displaying 20 results from an estimated 24 matches for "netsnmp".

Did you mean: lnetsnmp
2006 May 19
3
minor building issues (svn HEAD revision 427)
...s' gmake: *** [build] Error 1 Doing a "gmake depend" in the drivers subdirectory fixes things up, but leads to the next problem (which I've had for a while). Output: gcc -I../include -O -Wall -Wsign-compare -g -Dsolaris2 -I/software/openssl-0.9.7_runtime/include -I. -I/software/netsnmp-5.3/include -o snmp-ups snmp-ups.o main.o dstate.o \ ../common/state.o ../common/upsconf.o ../common/parseconf.o \ ../common/common.o ../common/setenv.o ../common/inet_aton.o -lnsl -lsocket -L/software/openssl-0.9.7_runtime/lib -R/software/openssl-0.9.7_runtime/lib:/software/libz...
2006 May 20
1
building a library for common/ [was: minor building issues (svn HEAD revision 427)]
NUT developers, I'm looking for a low-tech solution for this linker error: > gcc -I../include -O -Wall -Wsign-compare -g -Dsolaris2 > -I/software/openssl-0.9.7_runtime/include -I. > -I/software/netsnmp-5.3/include -o snmp-ups snmp-ups.o main.o dstate.o \ > ../common/state.o ../common/upsconf.o ../common/parseconf.o \ > ../common/common.o ../common/setenv.o ../common/inet_aton.o > -lnsl -lsocket -L/software/openssl-0.9.7_runtime/lib > -R/software/openssl-0.9.7_runtim...
2007 Feb 02
1
1.4 res_snmp dependencies (Debian)
I'm having trouble building res_snmp (under Asterisk 1.4.0) on a box running Debian Sarge. res_snmp says its dependencies are netsnmp but Debian doesn't seem to have a netsnmp package. I've tried installing pretty much every package available related to snmp and no luck. I'm just wondering if anyone has successfully built the res_snmp module under Debian Sarge stable. Any help or suggestions are appreciated.
2008 Oct 15
1
Problem building Perl net-snmp
...instead of using the one available in the repos because I'll build in other platforms and also in nagios-plugins. Thanks Marcelo [1] Failed 17/17 tests, 0.00% okay t/getnext.....Can't load '/users/newt2/mgarcia/Downloads/Nagios-3.0.3/net-snmp-5.4.2/perl/SNMP/../blib/arch/auto/NetSNMP/default_store/default_store.so' for module NetSNMP::default_store: libnetsnmp.so.15: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. at /users/newt2/mgarcia/Downloads/Nagios-3.0.3/net-snmp-5.4.2/perl/SNMP/.....
2007 Sep 12
1
res_snmp
Hi, I have problems compiling asterisk 1.4.11 with res_snmp. I do 'make menuselect', and I see that this resource module depends on netsnmp. I am using centOS 4.5. I do: > yum install net-snmp net-snmp-devel net-snmp-utils net-snmp-libs I don't know if i am missing something. I go to the source directory and I do: ./configure but still does not work: > ... > checking for curses.h... (cached) yes > checking for net-snm...
2007 Jan 22
1
STUN and SNMP
Hi all, I read somewhere that asterisk v 1.4 can make Stun and SNMP. I tried to find more information on these features but I didn't find any clues. Someone find a way to use it? Thanks, Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070122/f28cdeac/attachment.htm
2008 Feb 14
1
SNMP monitoring
Hi All, I've been reading up on 1.4 snmp integration. When I try and compile asterisk with a -with-netsnmp option it complains about net-snmp installation being broken. However, the net-snmp-devel rpm is installed, and snmpd on the machine runs fine. Anyone have a guide for the pre-requisites needed ? Cheers, Adrian -------------- next part -------------- An HTML attachment was scrubbed......
2011 Feb 02
7
centos 5.5 check memoray usage too high???
We have DELL R900 server with 128GB RAM (CENTOS 5.5)in it. This server only have one application running and few people use it. Every week I ata least get one or two messages from monitor tool mail to me say: Message=Memory Utilization is 92.02%, crossed warning (80) or critical (90) threshold. Since server have 128 GB RAM and only 1 application. I really don't belive that. Does there
2015 Mar 31
3
Tripplite SNMPwebcard communication lost and established randomly
...into COMMBAD mode if even one of the SNMP queries fails (and it queries a lot of OIDs), so you would need to rely on DEADTIME to filter out any transient packet loss. You might also see if your firewall or switch can prioritize SNMP packets using QoS settings - I am not familiar with how many times NetSNMP retries, but SNMP is UDP-based. > > You could also try running 'snmpwalk' by hand against the SNMPwebcard to see if it experiences the same packet loss. If that doesn't work, I think you have a case for Tripp Lite support. > > -- > Charles Lepple > clepple at gmail...
2006 Apr 01
2
Install problem with res_snmp.so from current trunk (bug?)
Just updated two fc3 systems running svn trunk. One updated, installed properly, and is working fine. The second box failed during the 'make install' process with: /usr/lib/libnetsnmp.a(parse.o)(.text+0x275a): In function `unload_module': : multiple definition of `unload_module' res_snmp.o(.text+0x310):/usr/src/asterisk/res/res_snmp.c:102: first defined here /usr/bin/ld: Warning: size of symbol `unload_module' changed from 66 in res_snmp.o to 284 in /usr/lib/libne...
2009 Mar 19
0
AstLinux 0.6.4 available for upgrade
...r the "upgrade firmware" option in the web interface. New versions of the full install will be available as soon as possible on the Sourceforge site. Changes: Asterisk 1.4.24 is included which fixes several bugs and at least one security issue Asterisk-gui was updated to svn 4618 netsnmp was updated to 5.3.2.3 The web interface was upgraded to add several features/improvements An arno-upgrade-firewall script was added to break this away from an init change. This won't really affect users of 0.6.x until they move to 0.7.x which uses a newer version of Arno's firewall....
2010 Nov 05
1
[nut-commits] svn commit r2671 - branches/AsciiDoc/m4
...sion: 2671 > URL: http://trac.networkupstools.org/projects/nut/changeset/2671 > > Log: > Exclude -I. and extra developer warning flags with Net-SNMP support enabled > (using them is the responsibility of the NUT developers) > > Modified: > branches/AsciiDoc/m4/nut_check_libnetsnmp.m4 > Arjen, was this really intended to target the AsciiDoc branch? note that I've not checked if it's simply a sync with trunk, but in this case you would probably have mentioned it... cheers, Arnaud -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2006 Dec 10
1
Mediatrix 1124 setup
I recently purchased a Mediatrix 1124 from an auction of a company that went out of business. It came with nothing other than the unit itself. In digging thru the Mediatrix web site, and various google searches, it looks like it only supports SNMP setup, and only with their software (or the correct MIB). However, Mediatrix doesn't appear to let you download said software or MIB from
2010 Sep 01
2
Makefile bug in nut-2.4.3
...ith-gd-includes=-I/usr/local/include --with-gd-libs="-L/usr/local/lib -R/usr/local/lib -lgd" --with-user=nut --with-group=nut --host=i686-pc-solaris2.10 --build=i686-pc-solaris2.10 --target=i686-pc-solaris2.10 This resulte in a drivers/Makefile containing the following definition: LIBNETSNMP_LDFLAGS = -R../lib -L/usr/sfw/lib -lnetsnmp -lgen -lpkcs11 -lkstat -lelf -lm -ldl -lnsl -lsocket -ladm This does not work, as the Solaris link directive -R specifies runtime link paths and is not permitted to be a relative path. This will therefore cause a link failure when building the SNMP d...
2015 Mar 31
0
Tripplite SNMPwebcard communication lost and established randomly
...into COMMBAD mode if even one of the SNMP queries fails (and it queries a lot of OIDs), so you would need to rely on DEADTIME to filter out any transient packet loss. You might also see if your firewall or switch can prioritize SNMP packets using QoS settings - I am not familiar with how many times NetSNMP retries, but SNMP is UDP-based. You could also try running 'snmpwalk' by hand against the SNMPwebcard to see if it experiences the same packet loss. If that doesn't work, I think you have a case for Tripp Lite support. -- Charles Lepple clepple at gmail -------------- next part --...
2016 Aug 18
0
Liebert PSIXR 3000 intellislot web card support with NUT 2.6.0
...gt;>>>> you should already have it underhand, otherwise you can download it here for >>>>>> example: >>>>>> http://www.icamview.com/pub/pub/netagent%20utility/Upsmate.rar >>>>>> >>>>>> install it in /usr/share/mibs/netsnmp/ or equivalent on your system. >>>>>> then do the '-OS' walk again. >>>>>> and check this thread for a procedure to create a new mib to nut mapping: >>>>>> http://lists.alioth.debian.org/pipermail/nut-upsdev/2011-February/005272.html &g...
2012 Jun 01
3
dovecot stats: useful data to gather
Timo, following our discussion on dovecot stats at the LinuxTag 2012 my team and I sat down and put together a list of stat items we think to be useful in daily dovecot usage. Besides pulling together all the data we also think it would be useful to have an SNMP interface to access the stats. Our offer to create and contribute a standalone web interface for dovecot stats stands. Here are the
2012 Oct 13
1
SNMP UPS: NETYS RT 1/1 UPS
Hello, I have an NETYS RT 1/1 UPS, which is not fully supported. Starting snmp driver displays: [root at kvm1 ~]# snmp-ups -a local Network UPS Tools - Generic SNMP UPS driver 0.66 (2.6.4) Duplicate driver instance detected! Terminating other driver! No matching MIB found for sysOID '.1.3.6.1.4.1.2254.2.4'! Please report it to NUT developers, with an 'upsc' output for your
2012 Oct 13
1
SNMP UPS: NETYS RT 1/1 UPS
Hello, I have an NETYS RT 1/1 UPS, which is not fully supported. Starting snmp driver displays: [root at kvm1 ~]# snmp-ups -a local Network UPS Tools - Generic SNMP UPS driver 0.66 (2.6.4) Duplicate driver instance detected! Terminating other driver! No matching MIB found for sysOID '.1.3.6.1.4.1.2254.2.4'! Please report it to NUT developers, with an 'upsc' output for your
2015 Mar 30
1
Tripplite SNMPwebcard communication lost and established randomly
Just started using NUT and having a problem. I'm not sure if it is even NUT that is causing the issue. I'm running the latest FreeNAS 9.3 release. Network UPS Tools upsmon 2.7.2. The UPS is a Tripplite SU6000RT4UHVPM with the SNMPwebcard installed. I'm trying to use the SNMPwebcard, not USB or Serial. I've updated the SNMPwebcard to the latest firmware version (see below). In