微软近期Open的职位:JOB TITLE: Senior Software Design EngineerDEPARTMENT: Microsoft Office Division ChinaIMMEDIATE SUPERVISOR: Development Lead/ManagerLocatio...
分类:
其他好文 时间:
2014-06-25 17:58:44
阅读次数:
293
Elasticsearch本身是沒有安全性的功能, 我們得透過plugin來安裝, 這次我選擇了elasticsearch-jetty,此外也有人用nginx反向代理來進行控制.首先我們得先注意到Elasticsearch與Jetty Plugin的版本號對應, 在這裡可以查看, 如果版本號沒對應上...
分类:
其他好文 时间:
2014-06-25 15:46:44
阅读次数:
231
Tsar是淘宝开发的一个非常好用的系统监控工具,在淘宝内部大量使用 它不仅可以监控CPU、IO、内存、TCP等系统状态,也可以监控Apache,Nginx/Tengine,Squid等服务器状态 值得一提的是、Tsar 支持将数据存储到 MySQL 中,也可以将数据发送到 Nagios 报警服务器㈠...
分类:
其他好文 时间:
2014-06-25 15:43:37
阅读次数:
338
http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/HTML5 is great, but when it was first released, one of the big complaints wa....
分类:
编程语言 时间:
2014-06-25 14:49:46
阅读次数:
229
移动开发工具http://www.csdn.net/article/2014-04-17/2819378-10-mobile-application-development-tools原型设计工具https://www.fluidui.com/基于angularJS的移动UI库http://mobi...
分类:
移动开发 时间:
2014-06-25 14:11:20
阅读次数:
227
linux命令strings,其man信息如下:strings(1) GNU Development Tools strings(1)NAME strings - 显示文件中的可打印字符总览 (SYNOPSIS) strings [-a|-|--all] [-f|--print-file-name]...
分类:
系统相关 时间:
2014-06-25 09:28:50
阅读次数:
304
mysql>selecta.host_object_id,a.display_name,a.address,b.hostgroup_id,b.aliasfromnagios_hostsa,nagios_hostgroupsb,nagios_hostgroup_memberscwherec.host_object_id=a.host_object_idandc.hostgroup_id=b.hostgroup_idorderbyb.hostgroup_id;+----------------+------..
分类:
移动开发 时间:
2014-06-24 17:03:14
阅读次数:
315
1.只有以前的数据,没有现在的数据:ndo2db没有启动:/etc/init.d/nagios/ndo2db-3x-c/etc/nagios3/ndo2db.cfg启动之后就可以显示现在的数据了。
分类:
移动开发 时间:
2014-06-24 16:44:57
阅读次数:
210
#!/bin/bash
#
#Time:2014-06-23
#Author:ftlynx
#Function:useNET-SNMPgetNICtrafficonnagios.
Usage(){
echo"Usage:check_traffic.sh[options]"
echo" -H HostIP."
echo" -P net-snmpcommunitystring."
echo" -N NICName."
echo" -W nagioswarningvalue.Format:200,300..
分类:
移动开发 时间:
2014-06-24 16:10:35
阅读次数:
224
关于如何快速开发一套属于自己的运维监控系统。记得刚入行的时候,对于监控方面,用的是nagios和cacti,现在大多数中小公司好多都开始搞zabbix了,熟悉zabbix的人,知道他的性能的瓶颈其实主要还是在数据库上,尤其是zabbx_server针对数据库一些不高效逻辑的查询和写入引起的。..
分类:
其他好文 时间:
2014-06-24 16:07:19
阅读次数:
305