码迷,mamicode.com
首页 >  
搜索关键字:zabbix agent    ( 9591个结果
centos6.4下搭建zabbix2.0.6
一 服务端配置 1.配置前先关闭iptables和SELINUX,避免安装过程中报错。 [root@zabbix ~]# service iptables stop [root@zabbix ~]# chkconfig iptables off [root@zabbix ~]# getenforce Disabled [root@zabbix ~]#setenfor...
分类:其他好文   时间:2014-11-22 21:37:33    阅读次数:314
centos6.4下搭建zabbix2.0.6
一服务端配置1.配置前先关闭iptables和SELINUX,避免安装过程中报错。[root@zabbix~]#serviceiptablesstop[root@zabbix~]#chkconfigiptablesoff[root@zabbix~]#getenforceDisabled[root@zabbix~]#setenforce02.安装LAMP环境[root@zabbix~]#yuminstall-yhttpdmysqlmysql-serverm..
分类:其他好文   时间:2014-11-22 19:00:08    阅读次数:321
java 根据 url 读取网页内容 遇到403问题
URL url = new URL("****************"); StringBuffer html = new StringBuffer(); HttpURLConnection conn = (HttpURLConnection) url.openConnection(); conn.setRequestProperty("User-Agent", "Mozilla/3...
分类:编程语言   时间:2014-11-22 16:04:24    阅读次数:293
A Spy in the Metro
Description Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find her in the first station of Algorithms City Metro, ...
分类:其他好文   时间:2014-11-21 23:21:05    阅读次数:499
Zabbix监控(十五):自动批量监控WEB页面
参考官方文档:https://www.zabbix.com/documentation/2.0/manual/discovery/low_level_discovery参考自动监控Linux端口文档:http://ywzhou.blog.51cto.com/2785388/1580160说明:本节将使用脚本形式批量监控WEB页面,再多的URL都可以写在weblist文件中进行自动监控;由于监控..
分类:Web程序   时间:2014-11-21 19:04:10    阅读次数:348
zabbix agent 类型所有key
zabbixagent类型所有keyfzabbix服务器端通过与zabbixagent通信来获取客户端服务器的数据,agent分为两个版本,其中一个是主动一个是被动,在配置主机我们可以看到一个是agent,另一个是agent(active)。前者为被动检测,后者为主动检测。那么主动和被动区别在哪里呢?被动:za..
分类:其他好文   时间:2014-11-21 16:41:29    阅读次数:349
基于CentOS 6.6搭建Zabbix2.4.x
基于CentOS6.6搭建Zabbix2.4.x安装YUM源wgethttp://mirrors.163.com/.help/CentOS6-Base-163.repowgethttp://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpmwgethttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm安..
分类:其他好文   时间:2014-11-21 16:37:53    阅读次数:310
Zabbix监控(十四):添加网页监控WEB Monitorings
说明:WebMonitoring是用来监控web程序的,可以监控到web程序的下载速度、返回码及响应时间,还支持把一组连续的web动作作为一个整体来监控。1、进入监控主机的Web资源2、创建Web场景3、设置访问web页面的场景,包括IE客户端和登陆账号(如果有的话)说明:可以为web监控新建一..
分类:Web程序   时间:2014-11-21 16:30:58    阅读次数:432
Zabbix监控(十一):解决中文字体显示乱码问题
问题:在WEB端上中文会显示为问号,当创建一个GRAPH,名字中带中文时会报错:(latin1_swedish_ci,IMPLICIT)and(utf8_general_ci,COERCIBLE)foroperation‘=‘意思是使用了两种不同的字符集(latin1和utf8)1、方法一:网上找到最多也就是添加字体文件方法将windows系统中的字体文..
分类:其他好文   时间:2014-11-21 00:09:40    阅读次数:629
Zabbix监控(十二):自动监控Linux端口
1、客户端新建脚本[root@agent01~]#vi/usr/local/zabbix_agent/sbin/discovertcpport.sh #!/bin/bash portarray=(`netstat-tnlp|egrep-i"$1"|awk{‘print$4‘}|awk-F‘:‘‘{if($NF~/^[0-9]*$/)print$NF}‘|sort|uniq`) #namearray=(`netstat-tnlp|egrep-i"$1"|awk{‘print$7‘}|awk-F‘..
分类:系统相关   时间:2014-11-21 00:07:40    阅读次数:414
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!