logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

java访问zabbix api中文提示json格式错误

近日使用java访问zabbix api 在传递中文参数的时候,打死也出来结果。通过postman等请求工具,发现传递的参数能返回结果。那么就基本判断出是java 发送post请求时,未进行中文设置。代码如下public static String sendPost(String urlAddr,String param) {Http

#java#zabbix
zabbix 数据库items中几个关系

items 表记录设备的性能数据,具体数值在history等几个表里items中value_type 由 0,1,2,3,40对应history表1对应history_str表2对应history_log表3对应history_uint表4对应history_text表如果key 不是一个确定的值 例如net.if.in[{#IFNAME}] 他代表一类

#zabbix
docker 无法下载私有库镜像

docker pull xxx.xxx.comError: Invalid registry endpoint https://dl.dockerpool.com:5000/v1/:Get https://www.dockerpool.com:5000/v1/_ping:EOF. If this private registry supports only HTTP or HTTP

docker 无法下载私有库镜像

docker pull xxx.xxx.comError: Invalid registry endpoint https://dl.dockerpool.com:5000/v1/:Get https://www.dockerpool.com:5000/v1/_ping:EOF. If this private registry supports only HTTP or HTTP

到底了