Convert SNMPWALK to Zabbix Template

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 37

  • @leo2495
    @leo2495 2 роки тому +9

    I bought last year your zabbix course on Udemy. Still thinking you are the best Zabbix instructor. Thank you very much!

    • @sbcode
      @sbcode  2 роки тому +3

      Cool, thanks

  • @vijayachithravijayabalan637
    @vijayachithravijayabalan637 2 роки тому +1

    I watched your zabbix course on udemy. Clear explanation. Thank you ❤

  • @ericdano
    @ericdano Рік тому +1

    I keep getting this "Invalid parameter "/1/trends": value must be 0" when I import any template into my 6.4 Zabbix. Ideas?

    • @sbcode
      @sbcode  Рік тому +1

      sorry, there is no support. Read the license. If you are lucky enough to be employed, then your employer can try to create a contract with me to develop a bespoke solution for you.

  • @marwinp
    @marwinp 2 роки тому +1

    Realy awesome videos about zabbix. Thanks to you I've got a lot of snmp devices into zabbix. Good job

  • @wayatvideos2142
    @wayatvideos2142 8 місяців тому

    I'm kind of on an internet rabbit hole, I can't figure out how much in memory the SNMP values are returning me.
    I look at what is ostensibly the total free memory, and I can't tell if the value is b, kb, mb, or gb. The docs are only sometimes specific about this information
    Edit: I don't have access to the box to check

    • @sbcode
      @sbcode  8 місяців тому +1

      I would use zabbix agent for metrics. And only use snmp if no other choice.

  • @hs5mne
    @hs5mne Рік тому +1

    Great information

  • @krinzyjewaldo1697
    @krinzyjewaldo1697 2 роки тому +1

    Thanks a lot. Very usefull. Will this also profit from switch mips files? I got these for my switches.

  • @jeannette222
    @jeannette222 10 місяців тому

    If you get the error "/1/host": invalid host name. The solution is change the name and template relationated wirh your template use.

  • @lifeandtravel9990
    @lifeandtravel9990 Рік тому

    Invalid tag "/zabbix_export/templates/template(1)": unexpected tag "uuid". I am getting the above error while importing to zabbix version 5.0

    • @sbcode
      @sbcode  Рік тому

      Read all the other comments

  • @margusveer
    @margusveer Рік тому

    great tutorials - but would it be possible to make changes or add a file for the SNMPv1 version as well?, my transmitters can only respond to v1 SNMP request

    • @sbcode
      @sbcode  Рік тому

      You can edit the script yourself. You will find the correct line to edit if you look at it. Script comes with no support or warranty. Read licence

  • @shanetursam
    @shanetursam 11 місяців тому

    It looks like this script no longer works for zabbix 6.4. I see you you don't provide support but do you plan on releasing an updated script that does work?

    • @sbcode
      @sbcode  11 місяців тому +1

      No

  • @EricKouwenHoven
    @EricKouwenHoven Рік тому

    Well i see that the script does work.. i see it processing rows.. but i end up with an empty xml file. I do not know what i am doing wrong

    • @sbcode
      @sbcode  Рік тому

      sorry, there is no support. Read the license. If you are lucky enough to be employed, then your employer can try to create a contract with me to develop a bespoke solution for you.

  • @PagnabothBonna
    @PagnabothBonna 4 місяці тому

    The script no longer work for zabbix 7 anymore.

    • @sbcode
      @sbcode  4 місяці тому +1

      read the description

  • @soportevkt8618
    @soportevkt8618 2 роки тому

    First thing first, thanks a lot but when I tried to import the template.xlm, Zabbix gives me this error (Invalid parameter "/1/host": invalid host name).

    • @diurrexgoyale9025
      @diurrexgoyale9025 Рік тому

      The name and template labels in the xml file should not have special characters like apostrophes os quotation marks.

  • @markoosoj
    @markoosoj Рік тому

    Hi. I also bought your Udemy Zabbix course and I must say that this is one of the best IT courses I ever watched. I installed my Zabbix server and few proxies and all works great. I only need some help with creating template for Lenovo server XCC bmc. I saw your python script "snmpwalk to zabbix template" but it is for snmp v2 but Lenovo only supports snmp v3 access (no v1 or v2). do you maybe have snmpwalk to zabbix with option for snmp V3 or maybe some mib to template version? Thank you.

    • @sbcode
      @sbcode  Рік тому

      You will need to modify the script. Script comes with no warranty. Helping you will takes days of my time. The only time i will help with these very specialised skills is if i am paid as a contractor.

  • @dungtrananh1522
    @dungtrananh1522 2 роки тому

    Where do I find the OID?

  • @PSI2355
    @PSI2355 2 роки тому

    Works on Zabbix 5.2.7?

    • @sbcode
      @sbcode  2 роки тому +1

      no, sorry

    • @_TwistedCoil_
      @_TwistedCoil_ Рік тому +1

      use version 3 ...Sean have a .pl for that

  • @dokterdrap
    @dokterdrap 2 роки тому

    it works for me, but I only got 7 items back and if I do a snmp walk to the meraki cloud controller it gives me like 1300 items/lines

    • @sbcode
      @sbcode  2 роки тому

      Did you read my documentation?

    • @dokterdrap
      @dokterdrap 2 роки тому

      @@sbcode yes I did, I think my root OID is different 1.3.6.1,4
      Edit: I am ussing a mib file for my snmpwalk, I don;t know if I am able use that in the script.

    • @sbcode
      @sbcode  2 роки тому

      Look at line 113. github.com/Sean-Bradley/SNMPWALK2ZABBIX/blob/main/snmpwalk2zabbix.py#L113
      On your copy, change that 13 to a 14, or 15, or 16, etc and try again.
      If it isn't better for you then I can't help you, since I am not on the payroll.
      And read the license.

    • @dokterdrap
      @dokterdrap 2 роки тому

      @@sbcode no problem, I am already happy that you wrote a script and took the time to reply on my comment, I will give it a look and I am looking forward watch more of your videos.
      Also I figured out a way to make the items myself by reading out the output from the snmpwalk into a file.
      Thank you!!

    • @sbcode
      @sbcode  2 роки тому +2

      Excellent, sorry I can't offer more help. You understand that these things take up a lot of your time.

  • @shahinrahimzadeh2483
    @shahinrahimzadeh2483 2 роки тому

    Excellent, thanks