Hi, I am working with zabbix 1.4.1, I am trying to import a template created in 1.4 and I get errors, the stage thing is I try to add them manually and get the following error
Ad Widget
Collapse
Unable to add new Key
Collapse
X
-
What is the key value? -
integer , if that is what you mean. I tried integer type that did not work and tried float for the heck of it. it is a trapper type I am using zabbix_sender to get the data in i have it set as a trapper and integer in my other 1.4.1 instance with no problems...and I correct myself i exported it from 1.4.1 not 1.4Comment
-
No, I mean actual value of the Key as you entered. I cannot see it full clearly because of the cursor and size limits.Comment
-
Here is how it looks when i exported it from my 1.4.1 dev machine
<item type="2" key="weblogic.ExecuteQueue/ExecuteThreadCurrentIdleCount" value_type="3">
<description>ExecutreQueueUsage</description>
<delay>30</delay>
<history>90</history>
<trends>365</trends>
<formula>1</formula>
<snmp_community>public</snmp_community>
<snmp_oid>interfaces.ifTable.ifEntry.ifInOctets. 1</snmp_oid>
<snmp_port>161</snmp_port>
</item>Comment
-
I have done some testing and it looks like it the the / that i have in the Key that is not working, this did work in 1.4 and it worked 1.4.1 that i upgraded from 1.4 but in a fresh install of 1.4.1 it does not work, I use the / because it is the name name in jmanage so i dont have to trasnlate it prior to pushing to zabbix.Comment
Comment