I want to start using SNMP with my already established Zabbix. No wi find out that i dont have the feature SNMP enabled. Tried to use ./configure --enable-server --with-mysql--with-net-snmp so i can enable it, but no luck. I need help with that.
INFO:
Zabbix 7.0.15
Zabbix agent works...
Search Result
Collapse
9 results in 0.0043 seconds.
Keywords
Members
Tags
-
zabbix not receiving traps
Hi, I'm trying to configure Zabbix to receive traps. I see snmptrapd port receiving traps. but, not writing to /tmp/zabbix_traps.tmp
I have followed the below procedure
1. Installed net-snmp-utils net-snmp-perl net-snmp
2. snmpd and snmptrapd service is running... -
zabbix not receiving traps to /tmp/zabbix_traps.tmp
Hi, I'm trying to configure Zabbix to receive traps. I see snmptrapd port receiving traps. but, not writing to /tmp/zabbix_traps.tmp
I have followed the below procedure
1. Installed net-snmp-utils net-snmp-perl net-snmp
2. snmpd and snmptrapd service is running...Last edited by gurlinks; 25-03-2020, 02:27. -
Net-SNMP 5.8 RPM Packages for RHEL 7 to Support AES 256 and above
There have been a recent request to support SNMP v3 with AES 256 authentication support.
There are few queries around this.
Current Environment
Zabbix 3.0
Latest RHEL 7.X
Net-SNMP 5.7.2-37
Queries
1. Does Zabbix have any issue with Net-SNMP5.8... -
server crashes after startup SIGSEGV with --net-snmp
I've been setting up a Zabbix server 2.0.3 on a Beagleboard xM (ARM Processor), running Angstrom. Zabbix Agent runs fine and Server runs fine when configured with:
./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-libcurl
but when compiled with --with-net-snmp... -
How to configure net-snmp on Zabbix
Hi,
I've installed zabbix 2.0 rc2 on ubuntu from sources. All work fine except for snmp items: I can only get information by OID number.
For example, I want to get information about Windows Hostname (OID 1.3.6.1.2.1.1.5.0). With OID number all it's ok, but if I configure... -
installation error Not found NET-SNMP library
hi everybody,
during the install i've encountered this problem
when i try to make the package after the ./configure command
./configure --prefix=/usr --with-mysql --with-net-snmp \
--enable-server --enable-agent &&
make (here)
... -
Agent Compilation Problems
I have been trying to compile a version 1.6.6 zabbix_agentd on RHEL 5.1 using
./configure --enable-agent --with-mysql --with-net-snmp --with-libcurl --enable static
I have installed every net-snmp package (esp. devel) I can find, however I still end up with a configuration...