码迷,mamicode.com
首页 >  
搜索关键字:zabbix low-level discovery    ( 6567个结果
Zabbix如何监控Windows机器
最近一直在研究Zabbix监控Windows机器,涉及到如何快速安装agent,如何修改和完善windows监控模板等等。想把自己的经验给大家分享一下,希望对大家有所帮助。1)安装agent客户端首先分享一下我写的自动化安装Windows机器的agentd安装脚本zabbix_agentd_install_windows.bat。@ech..
分类:Windows程序   时间:2014-08-27 18:59:49    阅读次数:340
/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh: line 19: mysql: command not found
[root@test ~]# tail -f /tmp/zabbix_agentd.log/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh: line 19: mysql: command not foundvi/var/lib/z...
分类:移动开发   时间:2014-08-27 18:32:38    阅读次数:439
Zabbix报警 More than 100 items having missing data for more than 10 minutes
Zabbix报警
分类:其他好文   时间:2014-08-27 11:08:58    阅读次数:5417
zabbix监控windows linux主机 agent的安装方式
监控LINUX主机:1.安装开发组件包yum-ygroupinstall"DevelopmentTools"yum–yinstallntpdate2、同步客户端时间,防止跟服务器端不一致,导致检测到不可用的监控数据ntpdatepool.ntp.org3、创建zabbix运行所需要的用户跟组groupadd-g201zabbixuseradd-gzabbix-g201-mzabbix4、?.
分类:Windows程序   时间:2014-08-27 11:08:48    阅读次数:309
UESTC-888-Absurdistan Roads(kruskal+floyd)
The people of Absurdistan discovered how to build roads only last year. After the discovery, every city decided to build their own road connecting their city with another city. Each newly built road c...
分类:其他好文   时间:2014-08-27 10:56:38    阅读次数:347
用percona monitoring plugins 监控mysql
下载:http://www.percona.com/redir/downloads/percona-monitoring-plugins/1.1.1/percona-zabbix-templates-1.1.1-1.noarch.rpm安装:rpm -ivhpercona-zabbix-templa...
分类:数据库   时间:2014-08-27 10:42:07    阅读次数:293
zabbix开源监控系列三(自定义key监控nginx_status)
需求场景lnmp环境3台nginx每台nginx服务上有几个虚拟主机,分别跑了不同的域名,准备对主站做nginxstatus状态做监控,监控每一台nginx的活动链接数,和总的连接数。解决方案1每台nginxserver的主配置文件都配置status模块代码端如下location/ngst{ stub_statuson; access_logof..
分类:其他好文   时间:2014-08-27 02:48:57    阅读次数:353
运维自动化之ansible playbook安装mysql tpcc测试OLTP能力
上周介绍了zabbix监控cdn带宽,这次在介绍一下ansible结合docker来一键化安装与测试mysqltpcc,然后通过tpcc测试OLTP系统性能。写这个的原因就是重复性的安装太麻烦,浪费时间,而且我这里新业务不断上线,上线前使用tpcc进行OLTP测试对整体系统性能上也有了解。一、MyqlTpcc介..
分类:数据库   时间:2014-08-26 11:55:16    阅读次数:639
AndroidAsync
AndroidAsync is a low level network protocol library. If you are looking for an easy to use, higher level, Android aware, http request library, check out?Ion?(it is built on top of AndroidAsync)....
分类:移动开发   时间:2014-08-24 20:57:53    阅读次数:358
Zabbix之监控Nginx状态信息
Zabbix之监控Nginx状态信息nginx需要支持http_stub_status_module编译的时候需要使用--with-http_stub_status_moduleyum默认支持此选项1.配置nginxstuats源码:vimnginx.confyum:vim/etc/nginx/conf.d/default.conf#andaddthefollowingtoyourserverblocklocation/nginx_status{s..
分类:其他好文   时间:2014-08-22 18:15:19    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!