从2009年开始接触zabbix,当时版本在1.8,经过差不多5年的时间,zabbix历经2.0,2.1,2.2数个版本,虽然大多数功能保持不变,但是还是有非常明显的改变。 Zabbix VS Nagios指数 我们来看看zabbix的发展趋势,打开h...
分类:
其他好文 时间:
2014-11-25 23:57:44
阅读次数:
427
select * from v$session where schemaname='SCOTT';
select p.spid
from v$session s, v$process p
where s.paddr = p.addr
and s.sid = &1
and s.serial# = &2;
exec dbms_monitor.sessio...
分类:
数据库 时间:
2014-11-25 23:40:09
阅读次数:
244
NSURL *URL = [NSURL URLWithString:@"http://cdn.sencha.com/ext/gpl/ext-4.2.1-gpl.zip"];
NSURLRequest *request = [NSURLRequest requestWithURL:URL];
//下载请求
AFHTTPRequestOperation *operat...
分类:
Web程序 时间:
2014-11-25 00:22:52
阅读次数:
164
查看zabbix 告警脚本位置 [root@zabbix?alertscripts]#?grep?"^AlertScriptsPath"?/etc/zabbix/zabbix_server.conf
AlertScriptsPath=/usr/lib/zabbix/alertscripts 编写告警邮件脚本 #cd?/usr/lib/zabbix/a...
分类:
其他好文 时间:
2014-11-24 13:50:01
阅读次数:
242
说明:Zabbix支持分布式监控,利用Proxy代理功能,在其他网络环境中部署代理服务器,将监控数据汇总到Zabbix主服务器,实现多网络的分布式监控,集中监控。1、分布式监控原理Zabbixproxy和Zabbixserver一样,各自监控自己网络内的设备,Proxy将监控数据传给Server,管理员在Ser..
分类:
其他好文 时间:
2014-11-24 13:45:46
阅读次数:
467
$$*****************************************************************$$ Script by kms_hhl to monitor process create and show call stack$$ Create Time 2....
分类:
数据库 时间:
2014-11-23 13:00:10
阅读次数:
359
一 服务端配置
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
一服务端配置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
使用Monitor调试Unity3D Android程序日志输出(非DDMS和ADB)http://www.cnblogs.com/mrkelly/p/4015245.html以往调试Android程序,一般使用Android SDK的adb命令的logcat进行命令行输出,体验比较的差。网上搜索一...
分类:
移动开发 时间:
2014-11-22 11:53:38
阅读次数:
339