Hello everyone,
I'm currently struggling with getting SNMPv3 traps to work.
The deployment is completly dockerized and version 6.0.14 for the server-container and the snmp-container.
SNMP traps v1 are working fine but v3 are not registered at all. v3 is running with authentication...
Search Result
Collapse
8 results in 0.0020 seconds.
Keywords
Members
Tags
-
SNMP trap process with zabbix_trap_receiver.pl localhost test but not external
Greetings fellows,
I've configured snmptrapd and zabbix_trap_receiver.pl as per Zabbix's, blog recommendation.
The tests to localhost with snmptrap command were sucessfuly captured and processed to the temp archive /tmp/zabbix_traps.tmp and are then captured by Zabbix into... -
How to recover a snmp trap item trigger with another snmp trap item value
Hello,
I can't find the correct expression to recover triggers fired in phase 1 and phase 2 in the following use case :
Here is our trigger for an incident:
I tried to give to this...Code:{[ITEM 1].strlen()}>1 and {[ITEM 1].nodata(1s)}=0 -
SNMPD crashes when configuring SNMP Traps
I am using Ubuntu vesion 18.04.3 and zabbix_server 4.0.12
I try to configure SNMP Traps.
I have followed the installation procedure as described here: https://zabbix.org/wiki/Start_with_SNMP_traps_in_Zabbix
I installed the following package to work with Ubuntu: perl, libsnmp-perl,... -
Offline method to test your SNMP traps Item prepossessing, triggers and actions
Hi,
This is a simple method.
You need to modify code according to your zabbix platform and snmp trapping.
I am using 3.4 appliance.
write a Script file
#!/bin/bash
ratT="$(date +'%Y%m%d.%H%M%S')"
ratip="$1"... -
Configuring SNMP traps in Zabbix
Hello everyone,
I am trying to configure Zabbix traps using snmptt. I tried following multiple posts on this forum and the official guide but no luck so far.
I currently can see traps being written in /tmp/zabbix_traps.tmp but I don't seem to be able to see them in the... -
Traps SNMP Cisco Devices
Hi all.
I hope you can help me with this problem. I'm new in Zabbix, but I admit that I liked a lot, I have installed version 3.0.0 stable at centos 7 monitoring my switches (Cisco) and servers, in other words basic monitoring. But yesterday I had problems, Zabbix showed high consumption... -