zabbix报错unsupported item key
分类:
其他好文 时间:
2020-07-17 16:30:45
阅读次数:
76
上面原因是zabbix的配置文件里面连接mysql数据库的密码写错了,改正重启zabxix_server即可。
分类:
其他好文 时间:
2020-07-17 16:30:27
阅读次数:
93
1.打开这个网站http://nginx.org/download/,下载一个结尾为tar.gz的软件包2.同样打开上面的网站,下载一个结尾为tar.gz的软件包,要求下载之后的软件包名为nginx.tar.gz3.打开此网站https://mirrors.aliyun.com/zabbix/zab ...
分类:
系统相关 时间:
2020-07-17 14:13:18
阅读次数:
100
OS:7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)1,下载CentOS7的repo文件wget-O/etc/yu
分类:
其他好文 时间:
2020-07-17 01:18:57
阅读次数:
97
假设server_name为www.test.com当请求URL为http://www.test.com/zabbix/index.html时,以下示例的访问结果是示例1:location /zabbix/ { proxy_pass http://192.168.1.10;}结果1:http://1 ...
分类:
其他好文 时间:
2020-07-16 00:06:36
阅读次数:
128
1、下载更新源 地址;https://www.zabbix.com/cn/download?zabbix=4.0&os_distribution=centos&os_version=7&db=postgresql&ws=apache 例:rpm -Uvh https://repo.zabbix.co ...
分类:
其他好文 时间:
2020-07-15 16:00:25
阅读次数:
90
springcloud 使用eureka无法注入DiscoveryClient,可能因为是导包错误 导包情况 导入正确的DiscoveryClient即可自动注入 参考帖子:Could not autowire. No beans of 'DiscoveryClient' type found. ...
分类:
编程语言 时间:
2020-07-15 15:18:46
阅读次数:
79
git:git@github.com:ccx19930930/services_register_and_discovery.git 参考链接:https://www.cnblogs.com/haippy/archive/2013/02/21/2920280.html 禁止拷贝基类: base_cl ...
分类:
编程语言 时间:
2020-07-15 13:05:04
阅读次数:
113