logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Zabbix error - cannot send list of active checks to "192.168.174.133": host [ubuntu133] not found

出现该错误的原因是一般是zabbix_agentd.conf里面的Hostname和前端zabbix web里面的配置不一样所造成的,即在zabbix web页面Monitoring->Configuration->Hosts 页面的Name和zabbix_agentd.conf里面的Hostname要一样。我是用的自己的ubuntu虚拟机,之前没有配置hostname

Zabbix error - cannot send list of active checks to "192.168.174.133": host [ubuntu133] not found

出现该错误的原因是一般是zabbix_agentd.conf里面的Hostname和前端zabbix web里面的配置不一样所造成的,即在zabbix web页面Monitoring->Configuration->Hosts 页面的Name和zabbix_agentd.conf里面的Hostname要一样。我是用的自己的ubuntu虚拟机,之前没有配置hostname

windows本机访问vmware搭建的Ubuntu的web服务

解决一个问题,用博客记录一种解决问题的方法;描述:我在vmware中搭建一个5台Ubuntu的虚拟机的集群,现启动web服务时候,发现window本机无法访问;网络适配器选择的是NAT模式;解决方法:端口转发NAT的网络适配模式,虚拟机可以访问外部网络(局域网其他用户和Internet)。但是,从外部网络不能访问虚拟机。这是因为NAT对外是屏蔽内部网络细节的...

Zabbix error - cannot send list of active checks to "192.168.174.133": host [ubuntu133] not found

出现该错误的原因是一般是zabbix_agentd.conf里面的Hostname和前端zabbix web里面的配置不一样所造成的,即在zabbix web页面Monitoring->Configuration->Hosts 页面的Name和zabbix_agentd.conf里面的Hostname要一样。我是用的自己的ubuntu虚拟机,之前没有配置hostname

访问python服务 http://127.0.0.1:8000/ 拒绝了我们的连接请求。的一种解决方式

最新解决方法点击本链接查看上一篇文章中http://blog.csdn.net/wang725/article/details/73698455,描述了这个问题的情况,经过这几天的尝试,终于找到一种解决发方式。尝试解决的过程中:设置了虚拟机的静态ip:【192.168.1.17】,但在windows本机中无法ping通该虚拟机ip,发现,主机ip是【192.168.56.1】,他们两个...

#python
个人132服务器记录

个人项目ops一。 常规步骤启动1. 启动env环境env环境使用python2.7.9 + django 1.8.3wfq@ubuntu:~$ source env27/bin/activate(env27)wfq@ubuntu:~$ pythonPython 2.7.9 (default, Apr 13 2018, 19:19:14)[GCC 4.8.4] ...

到底了