Ad Widget

Collapse

Template Net Juniper SNMPv2 Zabbix 6.0.3 issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Taner
    Member
    • Apr 2018
    • 47

    #1

    Template Net Juniper SNMPv2 Zabbix 6.0.3 issue

    Hello Zabbix community,

    I have an issue with importing this template Template Net Juniper SNMPv2 on fresh installed Zabbix 6.0.3.

    The error is :
    Two items ("Operating system" and "Operating system") cannot populate one host inventory field "OS", this would lead to a conflict.

    To solve the issue I deleted the item for the Operating system.


    <item>
    <name>Operating system</name>
    <type>SNMP_AGENT</type>
    <snmp_oid>1.3.6.1.2.1.1.1.0</snmp_oid>
    <key>system.sw.os</key>
    <delay>1h</delay>
    <history>2w</history>
    <trends>0</trends>
    <value_type>CHAR</value_type>
    <description>MIB: SNMPv2-MIB</description>
    <inventory_link>OS</inventory_link>
    <applications>
    <application>
    <name>Inventory</name>
    </application>
    </applications>
    <preprocessing>
    <step>
    <type>REGEX</type>
    <params>kernel (JUNOS [0-9a-zA-Z\.\-]+)
    \1</params>
    </step>
    </preprocessing>
    </item>


    But now the new error is:
    No permissions to referred object or it does not exist!

    And I don't know how to solve it.


    Please could you help me?

    Thank you in advance.
    Best Regards.
  • Taner
    Member
    • Apr 2018
    • 47

    #2
    I want to monitor with SNMP V2 EX, SRX and QFX Juniper equipment with Zabbix 6.0.3,
    I found this:
    Juniper SRX (zabbix.com) Imported successfully

    Also this:
    Juniper EX (zabbix.com) Imported successfully

    Also this:
    https://share.zabbix.com/templates/n...juniper-total/ Imported successfully

    For QFX I didn't find any templates.


    In the past, before upgrading to Zabbix 6 I used Template Net Juniper SNMPv2.

    Do you know any solution?

    I also did find:
    Browse Zabbix / Zabbix - ZABBIX GIT

    But I am not able to import it. The error message is:
    Invalid tag "/zabbix_export/version": unsupported version number.

    The Zabbix version is 6.0.3.
    The template version is:
    zabbix_export:
    version: '6.2'
    date: '2022-04-14T11:04:56Z'

    Do you have any idea for full monitoring Juniper with Zabbix 6.0.3?


    Could you share someone's template template_net_juniper_snmp.yaml exported from Zabbix 6.0.3
    Thank you in advance.
    Best Regards.
    Last edited by Taner; 26-04-2022, 15:34.

    Comment

    • Atsushi
      Senior Member
      • Aug 2013
      • 2028

      #3
      When retrieving files from Zabbix Git, please select the version to use from the pull-down on the upper left. For example, for Zabbix 6.0, select release/6.0. Please try it.
      ex.

      Comment

      Working...