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.
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.
Comment