Search Result
Collapse
36 results in 0.0031 seconds.
Keywords
Members
Tags
-
Issue with snmpv3 trap
I recently installed and configured my zabbix server to receive trap messages, It was working fine for v2 based machines. When I tried to configure to get v3 based trap using the Zabbix documentation, I am unable to see the trip message from the host. But when I tried to check from my local host using... -
Snmptrapd don't catch all traps (but seen in tcpdump)
Hi everyone,
I'm new to the zabbix environment so please forgive me if I make mistakes ^^
I have deployed a zabbix server and a zabbix proxy which are on two different networks (interconnected via wireguard).
On my zabbix_proxy I work with snmp traps only (I don't have... -
Zabbix SNMP traps not showing up in /tmp/zabbix_traps.tmp
Hi! I am following this tutorial:
https://blog.zabbix.com/snmp-traps-in-zabbix/8210/
And my zabbix logs are not displaying in /tmp/zabbix_traps.tmp. I went over the tutorial a few times and everything is written correctly. My Zabbix server host is also configured with SNMP... -
Trigger Recovery expression is not working
I have a snmptrap that causes a trigger to fire when a door opens:
This is the trigger configuration:
This is working great, but the recovery expression is not working. This is another snmptrap (similar to the first trap) that fires when a door closes.... -
Zabbix traps via bash script don't work
Hi!
I've got Zabbix 6.0.4 on CentOs stream release 8.
I've configured snmp trap receiver exactly as in manual:
https://www.zabbix.com/documentation...types/snmptrap
I use /var/lib/zabbix/snmptraps/snmptraps.log file like a ZABBIX_TRAPS_FILE... -
SELinux configuration for zabbix_trap_receiver.pl
Hello,
I would like pass SNMP traps to Zabbix via zabbix_trap_receiver.pl perl script. My configuration is very similar to example from Zabbix blog (https://blog.zabbix.com/snmp-traps-in-zabbix/).
My SNMPTrapperFile is localized in /var/log/zabbix/ and zabbix_trap_receiver.pl is in...Last edited by gorekBoy; 27-03-2023, 22:17. -
Sending a summary alarm/snmptrap
Hi everyone!
Is there a way to send a summary alarm via snmptrap to another IP device?
I have a network full of interesting devices (routers, switches, etc.) and less interesting devices (computers, cameras, etc.). Is there a way for Zabbix to send an snmptrap to another monitoring... -
Evaluate data from snmpTrap in trigger expression
Hello,
I'm quite new to Zabbix, and I have run into som issues monitoring systems via snmp traps.
I have this trap:
...Code:20220207.085428 UDP: [127.0.0.1]:47048->[172.16.238.2]:1162 DISMAN-EVENT-MIB::sysUpTimeInstance = 315569 SNMPv2-MIB::snmpTrapOID.0
-
SNMP Trap Item - Detect two parts of same trap
What is the syntax to have snmptrap[] detect two different parts of the same trap? If you need more info, my situation is detailed below:
I need to set up a trigger that is true when I get a trap formatted like this:
...Code:(DATE/TIME) ZBXTRAP (IP) DISMAN-EVENT-MIB::sysUpTimeInstance
-
SNMPv3 trap does not work after password change
I am configuring SNMPv3 for traps and some device info using agent, using snmptrapd. I configured several hosts which are working, but have a problem with first host i was trying to configure/test/setup. (Cisco Switch 3750X)
First, i set simple password, which i wanted to change to more...Last edited by stanley783; 07-11-2020, 21:01. -
Monitoring Juniper BGP Peer status using snmptrap
Hi, Im looking for a solution to monitor Juniper based BGP peer status using snmptrap.
Basically i need alerts from zabbix whenever peer status changes in BGP. ie when peer status switch from Established to Active or Idle state.
I could find out few templates from zabbix that uses snmpwalk... -
All of my snmp traps are unknown - Centos 8
Hi ! I try to received snmp traps on my zabbix server. I use SNMPTT service instead of the perl script (not existing in Centos8).
I can see almost all of the SNMP chain :
I can see the trap arrived on my 161 port, Snmptrapd takes my traps and, via snmptthandle, put it in the repertory... -
Impossible to install SNMPTT on Centos 8
[SOLVED]
Hello,
I would like to use SNMPTT in order to receive traps coming from SnmpTrapd. But the SNMPTT package cannot be found on Centos 8, is this normal?
When I put :
yum install snmptt
I got : Erreur : impossible de trouver une correspondance: snmptt...Last edited by Shahin; 16-09-2020, 16:03. -
Regular exp in prerocessing remove some words
I added SNMP Trap and can recieve data from it, now i need to parse it data, so i create item for it.
It seems ok, it recieve data from SNP traps.
Now i setup preprocessing for it:
Name: Admin cli command
Type: Snmp trap
Key: snmptrap["CISCO-SMI::ciscoMgmt.41.2.0.1"]...