Setup SNMP Traps : Zabbix 5

  Рет қаралды 31,960

SBCODE

SBCODE

Күн бұрын

Пікірлер: 40
@BOCARGE2
@BOCARGE2 4 жыл бұрын
I am new to Zabbix. I have been put in charge of zabbix in my branch. This course is very helpful. I have gone ahead and purchased this course on Udemy. I hope to learn a lot so as to add value to my Branch.
@jagaboom796
@jagaboom796 Жыл бұрын
I love watching your videos - excellent pacing / very straightforward / plain and simple explanations - great work !!
@alexisvieiro7806
@alexisvieiro7806 3 жыл бұрын
Thank you! It was very useful for me!
@bosromy2835
@bosromy2835 2 жыл бұрын
Thanks for good explanation, May i ask about, how to send those traps to appears as problem on dashboard ?
@sbcode
@sbcode 2 жыл бұрын
create triggers that look at the items
@GoogleReviewer8041
@GoogleReviewer8041 Жыл бұрын
@ SBCODE What causes SNMP Timeouts in zabbix. Cisco device Errors for SNMP "Timeout while connecting to"
@小飄-d9w
@小飄-d9w 3 жыл бұрын
Hi! Thanks for your video, it has benefited me a lot! How do you display the symbolic oid in your snmp trap message? Mine can only display digital oid, I want to change to display symbolic oid, but I haven't found the relevant settings yet. Thank you!!
@tfonias
@tfonias 3 жыл бұрын
Thank you very much for the detailed video.. One question, I have setup my ESXi to send traps in the zabbix server and I see them in the log file. In order to translate the OIDs what is needed?
@sbcode
@sbcode 3 жыл бұрын
normally templates that use SNMP will query the OID value. Much less problems with configuring that way. The names of the items will show you what the OID means. Look at the xml of this file, it is querying OIDs and not MIBs. share.zabbix.com/operating-systems/vmware/esxi-snmp-ver-3-4
@avisharma4503
@avisharma4503 Жыл бұрын
hi SBCODE I am getting warning: notification `trap identifier' is not reverse mappable and also for coldstart, linkDown ,linkUp. how to resolve this warning?
@GoogleReviewer8041
@GoogleReviewer8041 2 жыл бұрын
@ SBCODE Can Zabbix alert you when cisco router config has been changed?
@sbcode
@sbcode 2 жыл бұрын
probably. does your cisco router send an snmp trap when its config is changed? It depends on your model of your router, and also if you enabled smnp traps on the router
@GoogleReviewer8041
@GoogleReviewer8041 2 жыл бұрын
@@sbcode Yes, cisco router send an snmp trap when its config is changed.
@GoogleReviewer8041
@GoogleReviewer8041 2 жыл бұрын
I just didnt know if you had to do anything extra on zabbix side to get that information.
@sbcode
@sbcode 2 жыл бұрын
if you configured everything properly, then all traps by default go into the snmptrap[fallback] item. But you can create specific snmptrap items to match specific strings. If you are not getting any snmptraps in Zabbix at all, then you need to recheck everything. Because this works, evidence is in the video, and I've done it many times now.
@GoogleReviewer8041
@GoogleReviewer8041 2 жыл бұрын
@@sbcode Can you Make a video for SNMPv3 Traps? Articles online are different from snmp v1 and v2 and confusing.
@Silencer-311
@Silencer-311 2 жыл бұрын
Спасибо за видео ! Могли бы Вы разобрать тему настройки SNMPv3 ?
@djameleddinekhe4035
@djameleddinekhe4035 2 жыл бұрын
hi, very good tutorial; but i want to know how to have traps when there is a change in the config on a cisco router interface for example
@sbcode
@sbcode 2 жыл бұрын
1. Read the documentation about your router to see if it can send traps when the config changes. 2. If it does, then configure your router to send traps when the config changes. 3. Watch this video again to see how to read the traps in Zabbix
@oysed
@oysed 2 жыл бұрын
it's work!!! IT'S WORK!!! 👍
@AndreyZnamenskiy
@AndreyZnamenskiy 4 жыл бұрын
Thank you for such a clear explanation. Can we put specific traps on a graph? The idea is to configure several domain controllers to send a trap for security events (Event ID 4625: Failed account logon), and put it on zabbix timeline graph, to visualize the insensitivity of failed logon events. Or maybe there is an easier way to do it?
@sbcode
@sbcode 4 жыл бұрын
Yes, there are many ways. One way is to create a dependent item (numeric unsigned) on your snmptrap.fallback item with a regex preprocessing step that looks for 'Event ID 4625: Failed account logon' and returns a 1, otherwise a 0.
@M3ighty
@M3ighty 2 жыл бұрын
@@sbcode Hi Do I still need to setup this SNMPtrapD if I am not using a proxy?
@sbcode
@sbcode 2 жыл бұрын
Yes
@sharifi101
@sharifi101 3 жыл бұрын
Hi, Does Zabbix could automatically discovery all Network assets such as printer, PC's, router switches, servers etc...Like namp or lansweeper? I want to apply zabbix in LAN environment?
@sbcode
@sbcode 3 жыл бұрын
it depends on which protocols the devices use. If snmp then sbcode.net/zabbix/lld-actions-snmp/
@davidbittencourt8781
@davidbittencourt8781 3 жыл бұрын
Hello, Friend! Thanks for this video. I have a problem: When i test it the trap appear in /tmp/zabbix_traps.tmp but it doesnt show on item from Zabbix frontend. why ?? The item is: Type: SNMP trap, key: snmptrap.fallback, type information log. Ps. I'm testing on my own Zabbix Server like host, i dont have proxies
@sbcode
@sbcode 3 жыл бұрын
give it a day, a watch the video again.
@leonardoventura8050
@leonardoventura8050 2 жыл бұрын
Hi Sean, nice work! Can we e-mail the trap too? Thanks!
@sbcode
@sbcode 2 жыл бұрын
the zabbix_trap_receiver.pl is a perl script. you can send emails, and many other things, using the perl language. Edit it any way you like, as long as you are confident writing perl.
@LifeGeneralist
@LifeGeneralist 2 жыл бұрын
Thanks a lot
@franksambiase
@franksambiase Жыл бұрын
Very thanks
@jhonrobertcochaaraucano2510
@jhonrobertcochaaraucano2510 2 жыл бұрын
Hello, how to change from 162 udp port default to 1234 udp port on /etc/snmp/snmptrapd.conf??
@sbcode
@sbcode 2 жыл бұрын
try adding snmpTrapdAddr udp::1234 to the /etc/snmp/snmptrapd.conf
SNMP Traps in Zabbix Tutorial
20:11
Dmitry Lambert
Рет қаралды 54 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Building templates for SNMP devices by Artūrs Lontons
18:28
Zabbix proxy installation explained
21:29
Zabbix
Рет қаралды 37 М.
Convert SNMPWALK to Zabbix Template
10:02
SBCODE
Рет қаралды 13 М.
How to monitor your network for free with Zabbix
14:29
CryptoTech
Рет қаралды 245 М.
Grafana and Zabbix Integration Tutorial - Step by Step Guide
18:11
Dmitry Lambert
Рет қаралды 137 М.
Zabbix Agent - Active Checks
15:37
Zabbix
Рет қаралды 54 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН