type:item的type,和前端见面配置item的type的对应。数据库中,这一列的值是0到17的数字,分别代表不同的类型。 hostid:item所在的host的hostid。如果该item是属于template,那么这里显示的是templateid。 name:item的名字。 key_:item的key。 status:item的状态。 value_type:item返回值的类型,配置item时候配置的“...
5.proxy相对应的history_proxy表中查看相关数据,发现在value字段有Received value xxxisnotsuitableforvalue type的信息,看来和数据的类型有关系。 selectid,from_unixtime(clock,'%Y%m%d %H:%i:%S'),valuefromproxy_historywhereitemidin('53855');+---+---+---+|id|from_unixtime(clock,'%Y%m...
1:item是disable状态 value_type:item返回值的类型 0:numeric float 1:character 2:log 3:numeric unsigned 4:text trapper_hosts: units: multiplier: delta: snmpv3_securityname: snmpv3_securitylevel: snmpv3_authpassphrase: snmpv3_privpassphrase: formula error:item的错误信息 lastlogsize: logtimefmt: te...
value_type:item返回值的类型,配置item时候配置的“Type of Information” trapper_hosts:当item为trapper类型的时候,记录了也许发送的host units: item配置界面中的‘units’ multiplier:针对这个item是否启用了 ’custom multiplier‘ delta: item配置界面上的‘store value’ snmpv3*: 都是和SNMP3相关的配置 formula...
这种类型的数据存储在history_uint表里面,其value的字段类型是bigint(20),一般不会到达限制。 desc history_uint; +---+---+---+---+---+---+ | Field | Type | Null | Key | Default | Extra | +---+---+---+---+---+---+ | itemid | bigint...
把item的value type改为unsigned即可: 这种类型的数据存储在history_uint表里面,其value的字段类型是bigint(20),一般不会到达限制。 1 2 3 4 5 6 7 8 9 desc history_uint; +---+---+---+---+---+---+ | Field | Type | Null | Key | Default | Extra | +...
item为float类型时,value的字段类型是double(16,4),即总16位,其中小数占4位,这里因为java的时间戳为13位,超过了这个限制,导致数据插入报错。 deschistory+---+---+---+---+---+---+|Field|Type|Null|Key|Default|Extra|+---+---+---+---+---+---+|itemid|bigint(20)unsigned|NO|MUL|NUL...
Value "9.41" of type "string" is not suitable for value type "Numeric (unsigned)“ 出现场景:所有监控类型 解决方法:进入对应监控项,修改信息类型。 特殊情况: Value "sh: /usr/local/Zabbix_agent/script/ntp.sh: Permission denied" of type "string" is not suitable for value type "Numeric (float...
<value_type>4</value_type> <allowed_hosts/> <units/> <delta>0</delta> <snmpv3_contextname/> <snmpv3_securityname/> <snmpv3_securitylevel>0</snmpv3_securitylevel> <snmpv3_authprotocol>0</snmpv3_authprotocol> <snmpv3_authpassphrase/> ...
\"value_type\": [ \"0\",\"3\" ] } }, \"auth\": \"$zbx_sessionid\", \"id\": 1 }" ${ZBX_URL}/api_jsonrpc.php 2>/dev/null) if_numeric=$(echo"$post_item_get"|grep'value_type') [ -z"$if_numeric"] && {echo"The value of the item is not a valid numeric value...